vendor:
TornadoStore
by:
7.5
CVSS
HIGH
SQL Injection and HTML Injection
89
CWE
Product Name: TornadoStore
Affected Version From: 1.4.2003
Affected Version To: 1.4.2003
Patch Exists: No
Related CWE:
CPE:
Platforms Tested:
TornadoStore SQL Injection and HTML Injection Vulnerabilities
TornadoStore is prone to an SQL-injection vulnerability and an HTML-injection vulnerability because it fails to sufficiently sanitize user-supplied input. An attacker may leverage these issues to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database or to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials, control how the site is viewed, and launch other attacks.
Mitigation:
It is recommended to sanitize and validate user-supplied input to prevent SQL injection and HTML injection vulnerabilities. Additionally, implementing parameterized queries or prepared statements can help mitigate the risk of SQL injection.