CVE-2009-0821
Firefox < 2.0.0.20 - Denial of Service via Nested window.print Calls
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2009-0821. PoCs published by b3hz4d.
AI-analyzed exploit summary This exploit demonstrates a denial-of-service vulnerability in Mozilla Firefox by triggering a crash via a malformed input to the `window.print()` function. The PoC uses a simple HTML button to execute the exploit when clicked.
Description
Mozilla Firefox 2.0.0.20 and earlier allows remote attackers to cause a denial of service (application crash) via nested calls to the window.print function, as demonstrated by a window.print(window.print()) in the onclick attribute of an INPUT element.
Exploits (1)
This exploit demonstrates a denial-of-service vulnerability in Mozilla Firefox by triggering a crash via a malformed input to the `window.print()` function. The PoC uses a simple HTML button to execute the exploit when clicked.