# Exploit Title: Firefox 135.0.1 bypass Download protections (PoC) # Date: 2025-02-28 # Exploit Author: Emiliano Febbi # Vendor Homepage: https://www.mozilla.org/it/firefox/new/ # Software Link: https://www.mozilla.org/it/firefox/download/thanks/ # Version: 135.0.1 # Tested on: Windows 10 __________________________________________________________________________________________________________________________________________________ | ************************************************************************************************************************************************ | | How can we start a download without requesting it, how can this bug be used to clog up our default download folder, how to do it with PHP too. | ************************************************************************************************************************************************** Forced and stealthy browser download: (#All Tested on Firefox 135.0.1) ############# # HTML-Code # ############# example: @1 The formats tested are .rar, .zip, .exe etc. The path of URL in IFRAME file can be modify with the full path (http://www.badsite.com/file.zip) it's optional. Just include these few lines of code in an html or php page to allow the file to be downloaded automatically. ############# # HTML-Code # ############# example: @2 Filename = loop.html In this case, unlike the first one, the downloads will go in a loop, if the tab is not closed they will clog up your download folder in a very short time. No protection will prevent mass downloads, being html code. ############# # PHP-Code # ############# This is a Stresser for browsers, but tested on Firefox ______________________________________________________________________________________________________________________________________________________________ ..............................................................................................................................................................