CVE-2007-2401 : Detail

CVE-2007-2401

Cross-site Scripting
A03-Injection
4.12%V4
Network
2007-06-25
17h00 +00:00
2018-10-16
12h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

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.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Metrics

Metrics Score Severity CVSS Vector Source
V2 4.3 AV:N/AC:M/Au:N/C:N/I:P/A:N nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 30228

Publication date : 2007-06-21 22h00 +00:00
Author : Richard Moore
EDB Verified : Yes

source: https://www.securityfocus.com/bid/24598/info Apple WebCore is prone to a cross-site scripting vulnerability because the application fails to properly sanitize user-supplied input. An attacker may exploit this issue by enticing victims into visiting a malicious website. The attacker may leverage this issue to execute arbitrary script code in an application using the affected framework (typically Safari). This may help the attacker steal cookie-based authentication credentials and launch other attacks. xmlhttp.setRequestHeader('Foo', 'baa\nHost: test\n'); The above request is treated as valid and results in: GET / HTTP/1.1 Accept-Encoding: gzip, deflate Accept-Language: en Foo: baa Host: test

Products Mentioned

Configuraton 0

Apple>>Iphone_os >> Version To (including) 1.0

Apple>>Mac_os_x >> Version 10.3.9

Apple>>Mac_os_x >> Version 10.4.9

Apple>>Mac_os_x_server >> Version 10.3.9

Apple>>Mac_os_x_server >> Version 10.4.9

References

http://www.vupen.com/english/advisories/2007/2316
Tags : vdb-entry, x_refsource_VUPEN
http://secunia.com/advisories/25786
Tags : third-party-advisory, x_refsource_SECUNIA
http://secunia.com/advisories/26287
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.securityfocus.com/bid/24598
Tags : vdb-entry, x_refsource_BID
http://www.vupen.com/english/advisories/2007/2731
Tags : vdb-entry, x_refsource_VUPEN
http://osvdb.org/36449
Tags : vdb-entry, x_refsource_OSVDB
http://www.securitytracker.com/id?1018281
Tags : vdb-entry, x_refsource_SECTRACK
http://www.vupen.com/english/advisories/2007/2296
Tags : vdb-entry, x_refsource_VUPEN
http://www.kb.cert.org/vuls/id/845708
Tags : third-party-advisory, x_refsource_CERT-VN