CVE-2004-0958 : Detail

CVE-2004-0958

3.28%V3
Network
2004-10-16
02h00 +00:00
2017-10-09
22h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

php_variables.c in PHP before 5.0.2 allows remote attackers to read sensitive memory contents via (1) GET, (2) POST, or (3) COOKIE GPC variables that end in an open bracket character, which causes PHP to calculate an incorrect string length.

CVE Informations

Metrics

Metrics Score Severity CVSS Vector Source
V2 5 AV:N/AC:L/Au:N/C:P/I:N/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 : 24656

Publication date : 2004-09-14 22h00 +00:00
Author : Stefano Di Paola
EDB Verified : Yes

source: https://www.securityfocus.com/bid/11334/info A vulnerability is reported to present itself in the array parsing functions of the 'php_variables.c' PHP source file. The vulnerability occurs when a PHP script is being used to print URI parameters or data, that are supplied by a third party, into a dynamically generated web page. It is reported that the vulnerable function does not strip certain characters from the user supplied data, this may ultimately be harnessed to manipulate the parsing function into returning regions of process memory to the attacker. It is reported that this issue only affects PHP versions 4.2.0 and subsequent. $ curl "http://www.example.com/phpinfo.php" -d `perl -e 'print "f"x100;print "[g][=1"'` where phpinfo.php is: <? phpinfo(); ?> or some php file containing print_r function: <? print_r($_REQUEST); ?>

Products Mentioned

Configuraton 0

Php>>Php >> Version To (including) 5.0.2

References

http://marc.info/?l=bugtraq&m=109527531130492&w=2
Tags : mailing-list, x_refsource_BUGTRAQ
http://secunia.com/advisories/12560/
Tags : third-party-advisory, x_refsource_SECUNIA
http://securitytracker.com/id?1011279
Tags : vdb-entry, x_refsource_SECTRACK
https://bugzilla.fedora.us/show_bug.cgi?id=2344
Tags : vendor-advisory, x_refsource_FEDORA
http://www.redhat.com/support/errata/RHSA-2004-687.html
Tags : vendor-advisory, x_refsource_REDHAT