CVE-2024-57587
Published: 31 January 2025
Description
Adversaries may leverage databases to mine valuable information.
Security Summary
CVE-2024-57587 is a set of multiple SQL injection vulnerabilities (CWE-89) affecting EasyVirt DCScope versions up to and including 8.6.0 and CO2Scope versions up to and including 1.3.0. These flaws reside in the /api/auth/login endpoint, where the username and password parameters fail to properly sanitize input, enabling the execution of arbitrary SQL commands.
Remote unauthenticated attackers can exploit these vulnerabilities over the network with low complexity, requiring no privileges or user interaction. Successful exploitation grants high-impact access to confidentiality and integrity, such as extracting sensitive data from the database or modifying records, while availability remains unaffected, as indicated by the CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N).
For mitigation details, refer to the advisory at https://github.com/Elymaro/CVE/blob/main/EasyVirt/CVE-2024-57587.md.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
SQL injection in public-facing login API (/api/auth/login) enables unauthenticated arbitrary SQL execution, facilitating exploitation of public-facing applications (T1190) and data collection from databases (T1213.006).