Exploitation Summary
EIP tracks 1 public exploit for CVE-2007-0981. PoCs published by Michal Zalewski.
AI-analyzed exploit summary This exploit leverages a vulnerability in Mozilla Firefox where a null byte in the hostname property bypasses the same-origin policy, allowing cookie theft. The PoC demonstrates modifying location.hostname to inject a null byte and set a cookie for a different domain.
Description
Mozilla based browsers, including Firefox before 1.5.0.10 and 2.x before 2.0.0.2, and SeaMonkey before 1.0.8, allow remote attackers to bypass the same origin policy, steal cookies, and conduct other attacks by writing a URI with a null byte to the hostname (location.hostname) DOM property, due to interactions with DNS resolver code.
Exploits (1)
This exploit leverages a vulnerability in Mozilla Firefox where a null byte in the hostname property bypasses the same-origin policy, allowing cookie theft. The PoC demonstrates modifying location.hostname to inject a null byte and set a cookie for a different domain.