CVE-2005-3390: High severity PHP PHP vulnerability
The RFC1867 file upload feature in PHP 4.x up to 4.4.0 and 5.x up to 5.0.5, when registerglobals is enabled, allows remote attackers to modify the GLOBALS array and bypass security protections of PHP applications via a multipart/form-data POST request with a "GLOBALS" fileupload field.
Affected Software
Remediation
Patch Available
Patch Available
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2005-3390?
CVE-2005-3390 is considered a high-severity vulnerability due to its ability to allow remote attackers to modify the GLOBALS array in PHP.
How do I fix CVE-2005-3390?
To fix CVE-2005-3390, disable the register_globals directive in PHP and upgrade to a version of PHP that is not affected.
Which versions of PHP are affected by CVE-2005-3390?
CVE-2005-3390 affects PHP versions 4.x up to 4.4.0 and 5.x up to 5.0.5.
Can CVE-2005-3390 be exploited remotely?
Yes, CVE-2005-3390 can be exploited by remote attackers through specially crafted multipart/form-data POST requests.
What type of applications are vulnerable due to CVE-2005-3390?
PHP applications that have the register_globals feature enabled are vulnerable to CVE-2005-3390.