vendor:
Micro CMS
by:
7.5
CVSS
HIGH
HTML Injection
79
CWE
Product Name: Micro CMS
Affected Version From: 1.0 beta 1
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
HTML Injection vulnerability in Micro CMS
Micro CMS is prone to an HTML-injection vulnerability because it fails to properly sanitize user-supplied input before using it in dynamically generated content. Successful exploits will allow attacker-supplied HTML and script code to run in the context of the affected browser, potentially allowing the attacker to steal cookie-based authentication credentials or to control how the site is rendered to the user. Other attacks are also possible.
Mitigation:
Proper input validation and sanitization should be implemented to prevent HTML injection vulnerabilities. Input from users should be validated and any HTML tags or special characters should be encoded or removed.