lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: Thu, 7 Apr 2011 14:33:24 -0600
From: by_argos@...mail.com
To: bugtraq@...urityfocus.com
Subject: XSS Vulnerabilities in 1024cms Admin Control Panel v1.1.0 Beta

================================================================================================================
   1024cms Admin Control Panel v1.1.0 Beta (Complete-Modules Package) - Cross-Site Scripting Vulnerability
================================================================================================================
  
Software:		1024cms Admin Control Panel v1.1.0 Beta (complete-modules package)
Vendor:			http://1024cms.org/
Vuln Type:		Cross-Site Scripting
Remote:			Yes
Local:			No
Discovered by:	QSecure and Demetris Papapetrou 
Website:		http://www.qsecure.com.cy
Discovered:		15/03/2011
Reported:		29/03/2001
Disclosed:


VULNERABILITY DESCRIPTION:
==========================
The script "/index.php" is prone to a cross-site-scripting vulnerability because it fails to properly sanitize user-supplied input in the "msg" parameter.

The script "/dashboard.php" is prone to a cross-site-scripting vulnerability because it fails to properly sanitize user-supplied input in the "msg_error", "msg_okay",  "msg_info",  "msg_attention" parameters.

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:
============
Note: PHNjcmlwdD5hbGVydCgnWFNTJyk7PC9zY3JpcHQ%2b = URL_Encoded(Base64_Encoded(XSS string))

/index.php?msg=PHNjcmlwdD5hbGVydCgnWFNTJyk7PC9zY3JpcHQ%2b
/dashboard.php?msg_error=PHNjcmlwdD5hbGVydCgnWFNTJyk7PC9zY3JpcHQ%2b
/dashboard.php?msg_okay=PHNjcmlwdD5hbGVydCgnWFNTJyk7PC9zY3JpcHQ%2b
/dashboard.php?msg_info=PHNjcmlwdD5hbGVydCgnWFNTJyk7PC9zY3JpcHQ%2b
/dashboard.php?msg_attention=PHNjcmlwdD5hbGVydCgnWFNTJyk7PC9zY3JpcHQ%2b

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ