vendor:
TomatoCMS
by:
7.5
CVSS
HIGH
SQL Injection and HTML Injection
89
CWE
Product Name: TomatoCMS
Affected Version From: 2.0.6
Affected Version To: 2.0.6
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
TomatoCMS SQL and HTML Injection Vulnerabilities
TomatoCMS is prone to a SQL-injection vulnerability and multiple HTML-injection vulnerabilities because it fails to sufficiently sanitize user-supplied input data. Exploiting these issues may allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database or to execute HTML and script code in the context of the affected site, to steal cookie-based authentication credentials, or to control how the site is rendered to the user; other attacks are also possible.
Mitigation:
To mitigate these vulnerabilities, it is recommended to properly sanitize and validate user-supplied input data before using it in SQL queries or rendering it in HTML.