Skip to Content

LFI Vulnerability in 1024cms Admin Control Panel v1.1.0 Beta


Posted by Michalis Nicolaou

07 April 2009


           

LFI Vulnerability in 1024cms Admin Control Panel v1.1.0 Beta


Software:    1024cms Admin Control Panel v1.1.0 Beta (master-cpanel package)

Vendor:    http://1024cms.org/

Vulnerability Type:    Local File Include

Remote:    Yes

Local:    No

Discovered:    15 March 2011

Reported:    29 March 2011

Disclosed:    04 April 2011

VULNERABILITY DESCRIPTION:

The script ''/index.php'' is prone to a local file-include vulnerability because it fails to properly sanitize user-supplied input in the ''processfile'' parameter.

An attacker can exploit this vulnerability to obtain potentially sensitive information and execute arbitrary local scripts in the context of the webserver process. This may allow the attacker to compromise the application and the underlying computer; other attacks are also possible.

PoC Exploit:

/index.php?mode=login&processfile=../../../../../../etc/passwd%00


Recommended Post