vendor:
OpenEMR
by:
Anonymous
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: OpenEMR
Affected Version From: OpenEMR 4
Affected Version To: OpenEMR 4
Patch Exists: YES
Related CWE: N/A
CPE: a:openemr:openemr
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2020
OpenEMR 4 (Level @ Smash The Stack)
The validateUser.php script is vulnerable to SQL injection. An attacker can send a malicious request to the validateUser.php script with a crafted username parameter, which will allow the attacker to execute arbitrary SQL queries.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.