Epic Games : Multiple File upload XSS in Website builder theme section on art station
Company Information :
Epic Games, Inc. is an American video game and software developer and publisher based in Cary, North Carolina. The company was founded by Tim Sweeney as Potomac Computer Systems in 1991, originally located in his parents' house in Potomac, Maryland.
Bug Category :
File Upload XSS :
https://infosecwriteups.com/all-about-file-upload-xss-c72c797aaba3
Target Information :
https://www.artstation.com
Technical Details of the Bug :
In the website builder you can customise theme for your website. all the Image upload options in theme edit sections are vulnerable to File Upload XSS attack. Below are the vulnerable injection points. 1.Design -- > Logo image(All themes) 2.Design -- > Homepage settings -- > add image(bombastic theme) 3.Design -- > Background Images(Electric )
Vulnerable HTTP Request :
1.Upload Logo :
PATCH /myartstation/theme_customizer/update_settings.json HTTP/1.1 2Host: www.artstation.com 3Cookie: cookies 4User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:94.0) Gecko/20100101 Firefox/94.0 5Accept: application/json, text/plain, */* 6Accept-Language: en-US,en;q=0.5 7Accept-Encoding: gzip, deflate 8X-Csrf-Token: 9Content-Type: application/json;charset=utf-8 10Public-Csrf-Token: 11Content-Length: 150105 12Origin: https://www.artstation.com 13Referer: https://www.artstation.com/myartstation/theme_customizer 14Sec-Fetch-Dest: empty 15Sec-Fetch-Mode: cors 16Sec-Fetch-Site: same-origin 17Te: trailers 18Connection: close 19 20{"settings":{"select.title_font":"Open Sans","select.body_font":"Open Sans","select.color_scheme":"dark","color.link-color":"#13aff0","color.border-color":"#383838","color.subtitle-color":"#f1f1f1","color.site-title-color":"#ffffff","color.page-title-color":"#ffffff","color.body-bg":"#171717","color.body-color":"#bbbbbb","color.header-bg":"#000000","color.footer-bg":"#222222","color.nav-album-bg":"#222222","color.footer-text-color":"#bbbbbb","select.home_page_elements_height":"270","number.custom_home_page_elements_height":270,"switch.show_albums":true,"select.project_view":"above","radio.album_grid":"square","text.legal":"© All rights reserved","switch.show_share_icons":true,"switch.footer_artstation":true,"switch.footer_facebook":true,"switch.footer_linkedin":true,"switch.footer_twitter":true,"switch.footer_instagram":true,"select.social_icons_style":"solid","select.social_icons_frame":"circle","select.social_icons_color":"colors","css.css":"';","css_style.site_title":{"size":42,"weight":"900","letter-spacing":1},"css_style.site_tagline":{"size":20,"weight":"400","letter-spacing":0},"css_style.body_text":{"size":16,"weight":"400","letter-spacing":0},"css_style.footer_text":{"size":14,"weight":"400","letter-spacing":0},"collection.entity.home_page_images.default":{"image":""},"collection.entity.home_page_images.1636200729181":{},"image.logo":{"base64":"data:image/jpeg;base64,image_data_in_base_64","filename":"exiftest2.jpg"}}}
2.Upload Homepage Image :
Vulnerable Parameter :
Steps to reproduce :
Timeline :
Nov 06th 2021: Report send to Epic Games Security Team through Hackerone.
Nov 09th 2021: Report Accepted and Triaged.
Dec 03th 2021: Complete issue was resolved and confirmed.
July 01th 2022: 1500$ Bounty Rewarded


Comments
Post a Comment