header-logo
Suggest Exploit
vendor:
Exponent CMS
by:
7.5
CVSS
HIGH
Input Validation
CWE
Product Name: Exponent CMS
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

Input Validation Vulnerabilities in Exponent CMS

Exponent CMS is prone to multiple input-validation vulnerabilities because the application fails to properly sanitize user-supplied input. Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, execute arbitrary script code in the context of the webserver process, control how the site is rendered to the user, compromise the application, obtain sensitive information, and access or modify data.

Mitigation:

The vendor should release a patch to properly sanitize user-supplied input and prevent these vulnerabilities. In the meantime, users can mitigate the risk by implementing strict input validation and sanitization techniques.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/23574/info
 
Exponent CMS is prone to multiple input-validation vulnerabilities because the application fails to properly sanitize user-supplied input.
 
Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, execute arbitrary script code in the context of the webserver process, control how the site is rendered to the user, compromise the application, obtain sensitive information, and access or modify data.
 
http://www.example.com/external/magpierss/scripts/magpie_slashbox.php?rss_url=<script> alert(document.cookie) </script>