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:

Multiple input-validation vulnerabilities in Exponent CMS

The Exponent CMS application fails to properly sanitize user-supplied input, which can lead to multiple vulnerabilities. These vulnerabilities can be exploited to steal cookie-based authentication credentials, execute arbitrary script code, manipulate the rendering of the site, compromise the application, obtain sensitive information, and access or modify data.

Mitigation:

To mitigate these vulnerabilities, it is recommended to apply the latest patches and updates provided by the vendor. Additionally, input validation should be implemented to properly sanitize user-supplied input.
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_debug.php?url=<script> alert(document.cookie) </script>