vendor:
Rumba XML
by:
7.5
CVSS
HIGH
HTML-injection
79
CWE
Product Name: Rumba XML
Affected Version From: 2.4
Affected Version To: 2.4
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Rumba XML HTML-injection vulnerabilities
Rumba XML is prone to multiple HTML-injection vulnerabilities because the application 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:
Properly sanitize user-supplied input before using it in dynamically generated content. Implement input validation and output encoding to prevent HTML-injection vulnerabilities.