Exploitation Summary
EIP tracks 1 public exploit for CVE-2007-2401. PoCs published by Richard Moore.
AI-analyzed exploit summary The provided text describes a cross-site scripting (XSS) vulnerability in Apple WebCore, where improper sanitization of user-supplied input allows arbitrary script execution. The example demonstrates header injection via a newline character in an HTTP request header.
Description
CRLF injection vulnerability in WebCore in Apple Mac OS X 10.3.9, 10.4.9 and later, and iPhone before 1.0.1, allows remote attackers to inject arbitrary HTTP headers via LF characters in an XMLHttpRequest request, which are not filtered when serializing headers via the setRequestHeader function. NOTE: this issue can be leveraged for cross-site scripting (XSS) attacks.
Exploits (1)
The provided text describes a cross-site scripting (XSS) vulnerability in Apple WebCore, where improper sanitization of user-supplied input allows arbitrary script execution. The example demonstrates header injection via a newline character in an HTTP request header.