Lucene search
+L

PHP 4.x/5.0.1 - PHP_Variables Remote Memory Disclosure

🗓️ 15 Sep 2004 00:00:00Reported by Stefano Di PaolaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 41 Views

Vulnerability in PHP versions 4.2.0 and later allows remote memory disclosure via unfiltered data input.

Related
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
PHP < 5.0.2 Open Bracket Memory Disclosure
8 Jan 200500:00
nessus
nessus
Tenable Nessus
Fedora Core 2 : php-4.3.10-2.4 (2004-567)
23 Dec 200400:00
nessus
nessus
Tenable Nessus
PHP php_variables.c Multiple Variable Open Bracket Memory Disclosure
8 Oct 200400:00
nessus
nessus
Tenable Nessus
RHEL 3 : php (RHSA-2004:687)
23 Dec 200400:00
nessus
cve
CVE
CVE-2004-0958
16 Oct 200404:00
cve
cvelist
Cvelist
CVE-2004-0958
16 Oct 200404:00
cvelist
euvd
EUVD
EUVD-2004-0956
7 Oct 202500:30
euvd
nvd
NVD
CVE-2004-0958
3 Nov 200405:00
nvd
openvas
OpenVAS
php -- php_variables memory disclosure
4 Sep 200800:00
openvas
openvas
OpenVAS
php -- php_variables memory disclosure
4 Sep 200800:00
openvas
Rows per page
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);
?>

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

08 Mar 2013 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.0973
41