Skip to Content

XSS Vulnerability in 1024cms Admin Control 

Panel v1.1.0 Beta (Master-cPanel Package)


Posted by Michalis Nicolaou


           

XSS Vulnerability in 1024cms Admin Control Panel v1.1.0 Beta (Master-cPanel Package)


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

Vendor:    http://1024cms.org/

Vulnerability Type:    Cross-Site Scripting (non-persistent)

Remote:    Yes

Local:    No

Discovered:    15 March 2011

Reported:    29 March 2011

Disclosed:    04 April 2011

VULNERABILITY DESCRIPTION:

The scripts ''/common/pages/lib/footer_login.php'' and ''/common/pages/lib/footer_loggedin.php'' are prone to a cross-site-scripting vulnerability because they fail to properly sanitize user-supplied input in the ''msg'' parameter.

An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal cookie-based authentication credentials and launch other attacks.

PoC Exploit:

/index.php?msg=PHNjcmlwdD5hbGVydCgnWFNTJyk7PC9zY3JpcHQ%2b

Note:

PHNjcmlwdD5hbGVydCgnWFNTJyk7PC9zY3JpcHQ%2b = URL_Encoded(Base64_Encoded(XSS string))


Recommended Post