eliteCMS 1.01 - Multiple Cross-Site Scripting Vulnerabilities

EDB-ID:

34292

CVE:

N/A


Author:

10n1z3d

Type:

webapps


Platform:

PHP

Date:

2010-07-10


source: https://www.securityfocus.com/bid/41537/info

eliteCMS is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input before using it in dynamically generated content.

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

eliteCMS 1.01 is vulnerable; other versions may also be affected. 

The following example URIs are available:

http://www.example.com/admin/edit_page.php?page=1[XSS]
http://www.example.com/admin/edit_post.php?page=1[XSS]
http://www.example.com/admin/add_post.php?page=1[XSS]