vendor:
eLMS Pro
by:
Sid3^effects aKa HaRi
9,3
CVSS
HIGH
SQL Injection and XSS
89
CWE
Product Name: eLMS Pro
Affected Version From: eLMS Pro 2.0
Affected Version To: eLMS Pro 2.0
Patch Exists: No
Related CWE: CVE-2010-2067
CPE: a:elmspro:elms_pro:2.0
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux, Windows
2010
eLMS Pro SQLi and XSS Vulnerability
eLMS Pro is prone to multiple SQL injection and XSS vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query. An attacker can exploit these issues to manipulate SQL queries, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database. XSS vulnerabilities occur when user-supplied data is included in dynamic content without proper validation or escaping. An attacker can exploit these issues to execute arbitrary HTML and script code in the browser of an unsuspecting user in the context of the affected site.
Mitigation:
To mitigate SQL injection vulnerabilities, user input must be validated and filtered before being used in SQL queries. To mitigate XSS vulnerabilities, user input must be validated and filtered before being included in dynamic content.