Input validation error in PHP - CVE-2003-0863

 

Input validation error in PHP - CVE-2003-0863

Published: October 30, 2018 / Updated: June 10, 2025


Vulnerability identifier: #VU110528
CSH Severity: Medium
CVSS v4: 6.9 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N]
CVE-ID: CVE-2003-0863
CWE-ID: CWE-20
Exploitation vector: Remote access
Exploit availability: Public exploit is available

Vulnerability details

The vulnerability allows a remote non-authenticated attacker to read and manipulate data.

The php_check_safe_mode_include_dir function in fopen_wrappers.c of PHP 4.3.x returns a success value (0) when the safe_mode_include_dir variable is not specified in configuration, which differs from the previous failure value and may allow remote attackers to exploit file include vulnerabilities in PHP applications.


Affected software

PHP

How to mitigate CVE-2003-0863

Install update from vendor's website.

PHP - update to 4.3.3

Links to Public Exploits and PoC-codes

External References

Related Security Bulletins