| |||||||||||||
| Test ID: | 10772 |
| Category: | CGI abuses |
| Title: | PHP-Nuke copying files security vulnerability (admin.php) |
| Summary: | Determine if a remote host is vulnerable to the admin.php vulnerability |
| Description: | The remote host seems to be vulnerable to a security problem in PHP-Nuke (admin.php). The vulnerability is caused by inadequate processing of queries by PHP-Nuke's admin.php which enables attackers to copy any file from the operating system to anywhere else on the operating system. Impact: Every file that the webserver has access to can be read by anyone. Furthermore, any file can be overwritten. Usernames (used for database access) can be compromised. Administrative privileges can be gained by copying sensitive files. Solution: Change the following lines in admin.php: if($upload) To: if (($upload) && ($admintest)) Or upgrade to the latest version (Version 5.3 and above). Risk factor : High Additional information: http://www.securiteam.com/unixfocus/TOBA |
| Cross-Ref: |
BugTraq ID: 3361 Common Vulnerability Exposure (CVE) ID: CVE-2001-1032 Bugtraq: 20010924 twlc advisory: all versions of php nuke are vulnerable... (Google Search) http://archives.neohapsis.com/archives/bugtraq/2001-09/0203.html XForce ISS Database: php-nuke-admin-file-overwrite(7170) http://xforce.iss.net/static/7170.php http://www.securityfocus.com/bid/3361 |
| Copyright | This script is Copyright (C) 2001 SecurITeam |
| This is only one of 24975 vulnerability tests in our test suite. Find out more about running a complete security audit. To run a free test of this vulnerability against your system, register below. |
|