header-logo
Suggest Exploit
vendor:
AneCMS
by:
7.5
CVSS
HIGH
HTML-injection
79
CWE
Product Name: AneCMS
Affected Version From: 1.3
Affected Version To:
Patch Exists: NO
Related CWE:
CPE: a:anecms:anecms:1.3
Metasploit:
Other Scripts:
Platforms Tested:

HTML-injection vulnerability in AneCMS

AneCMS is prone to an HTML-injection vulnerability because it fails to sufficiently sanitize user-supplied data. Attacker-supplied HTML or JavaScript code could run in the context of the affected site, potentially allowing the attacker to steal cookie-based authentication credentials and to control how the site is rendered to the user; other attacks are also possible.

Mitigation:

To mitigate this vulnerability, it is recommended to sanitize and validate all user-supplied input before using it in HTML output. Implementing a web application firewall (WAF) can also help in blocking such attacks.
Source

Exploit-DB raw data:

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


AneCMS is prone to an HTML-injection vulnerability because it fails to sufficiently sanitize user-supplied data.

Attacker-supplied HTML or JavaScript code could run in the context of the affected site, potentially allowing the attacker to steal cookie-based authentication credentials and to control how the site is rendered to the user; other attacks are also possible.

AneCMS 1.3 is vulnerable; other versions may also be affected. 

hello <script>alert(document.cookie)</script>