CVE-2002-0484: Medium severity PHP PHP vulnerability
moveuploadedfile in PHP does not does not check for the base directory (openbasedir), which could allow remote attackers to upload files to unintended locations on the system.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2002-0484?
CVE-2002-0484 is considered important due to its potential for remote file uploads to unintended locations.
How do I fix CVE-2002-0484?
To fix CVE-2002-0484, ensure that open_basedir is correctly configured in your PHP environment to restrict file uploads.
What versions of PHP are affected by CVE-2002-0484?
CVE-2002-0484 affects multiple versions of PHP, including 3.x and 4.x versions, specifically listed in the vulnerability description.
Can I prevent CVE-2002-0484 by updating PHP?
Updating PHP to a version that addresses the vulnerability is the recommended way to prevent CVE-2002-0484.
Are there any workarounds for CVE-2002-0484?
A workaround for CVE-2002-0484 involves reviewing and safeguarding file upload directories to limit access until a patch can be applied.