Nessus Plugin #10772

Plugin Index

Note: This file has been created from a downloaded version of the Nessus Plugins from http://www.nessus.org/. Therefore, the information here can be outdated.

PHP-Nuke copying files security vulnerability (admin.php)

Family:
CGI abuses
Category:
infos
Copyright:
This script is Copyright (C) 2001 SecurITeam
Summary:
Determine if a remote host is vulnerable to the admin.php vulnerability
Version:
$Revision: 1.19 $
Cve_id:
CVE-2001-1032
Bugtraq_id:
3361
Xrefs:
-
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
Generiert am 27.04.2005 um 18:49:54 Uhr.