CVE-2011-1398 : Detail

CVE-2011-1398

A03-Injection
1.4%V3
Network
2012-08-30
20h00 +00:00
2012-09-13
07h00 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

The sapi_header_op function in main/SAPI.c in PHP before 5.3.11 and 5.4.x before 5.4.0RC2 does not check for %0D sequences (aka carriage return characters), which allows remote attackers to bypass an HTTP response-splitting protection mechanism via a crafted URL, related to improper interaction between the PHP header function and certain browsers, as demonstrated by Internet Explorer and Google Chrome.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-20 Improper Input Validation
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

Metrics

Metrics Score Severity CVSS Vector Source
V2 4.3 AV:N/AC:M/Au:N/C:N/I:P/A:N [email protected]

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 : 37688

Publication date : 2011-10-05 22h00 +00:00
Author : Mr. Tokumaru
EDB Verified : Yes

source: https://www.securityfocus.com/bid/55297/info PHP is prone to a vulnerability that allows attackers to inject arbitrary headers through a URL. By inserting arbitrary headers, attackers may be able to launch cross-site request-forgery, cross-site scripting, HTML-injection, and other attacks. PHP 5.1.2 is vulnerable; other versions may also be affected. <?php header('Location: '.$_GET['url']); print_r($_COOKIE); ?> http://www.example.com/head1.php?url=http://example.com/head1.php%0DSet-Cookie:+NAME=foo

Products Mentioned

Configuraton 0

Php>>Php >> Version To (including) 5.3.10

Php>>Php >> Version 5.3.0

Php>>Php >> Version 5.3.1

Php>>Php >> Version 5.3.2

Php>>Php >> Version 5.3.3

Php>>Php >> Version 5.3.4

Php>>Php >> Version 5.3.5

Php>>Php >> Version 5.3.6

Php>>Php >> Version 5.3.7

Php>>Php >> Version 5.3.8

Php>>Php >> Version 5.3.9

References

http://openwall.com/lists/oss-security/2012/09/05/15
Tags : mailing-list, x_refsource_MLIST
http://www.securitytracker.com/id?1027463
Tags : vdb-entry, x_refsource_SECTRACK
http://secunia.com/advisories/55078
Tags : third-party-advisory, x_refsource_SECUNIA
http://rhn.redhat.com/errata/RHSA-2013-1307.html
Tags : vendor-advisory, x_refsource_REDHAT
http://openwall.com/lists/oss-security/2012/08/29/5
Tags : mailing-list, x_refsource_MLIST
http://article.gmane.org/gmane.comp.php.devel/70584
Tags : mailing-list, x_refsource_MLIST
http://www.ubuntu.com/usn/USN-1569-1
Tags : vendor-advisory, x_refsource_UBUNTU