|
|
| |
Mozilla Firefox - The award-winning, free Web browser.
Using a specially crafted HTML form, it is possible to crash Firefox. |
| |
Credit:
The information has been provided by reyw.
|
| |
Vulnerable Systems:
* Firefox version 1.5.0.4 and prior.
Send any file by the form with ENCTYPE="multipart/form-data" and method="POST" when file upload successful try refresh page (F5 or refresh button).
* Upload file by form
* Refresh page
* Firefox crash with segfault
Example html:
<form action="" ENCTYPE="multipart/form-data" method="POST">
file name:<input type="file" name="filee">
<input type="submit">
</form>
|
|
|
|
|
|
|
|