Skip to Content

LFI Vulnerability in 1024cms Admin Control Panel

v1.1.0 Beta (Complete-Modules Package)


Posted by Michalis Nicolaou


           

LFI Vulnerability in 1024cms Admin Control Panel v1.1.0 Beta (Complete-Modules Package)


Software:    1024cms Admin Control Panel v1.1.0 Beta (complete-modules 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 scripts ''/includes/base_files.php'' and ''/dashboard.php'' are prone to a local file-include vulnerability because they fail to properly sanitize user-supplied input in the ''act'' 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?act=../../../../../../etc/passwd%00

/dashboard.php?act=../../../../../../../etc/passwd%00


Recommended Post