vendor:
Elxis
by:
7.5
CVSS
HIGH
SQL Injection, Cross-Site Scripting (XSS)
89, 79
CWE
Product Name: Elxis
Affected Version From: Elxis 2009.2 electra rev2631
Affected Version To: Other versions may be affected
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Elxis SQL Injection and Cross-Site Scripting Vulnerabilities
Elxis is prone to an SQL-injection vulnerability and multiple cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied input. Exploiting these vulnerabilities could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Mitigation:
Ensure that user-supplied input is properly sanitized and validate input on the server-side. Implement security measures such as input validation and output encoding to prevent SQL injection and XSS attacks.