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
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.