Cyber Posture

CVE-2024-57587

CriticalPublic PoC

Published: 31 January 2025

Published
31 January 2025
Modified
24 May 2025
KEV Added
Patch
CVSS Score 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0030 53.4th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

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)
CWE-89

Affected Products

easyvirt
co2scope
≤ 1.3.0
easyvirt
dcscope
≤ 8.6.0

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
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).

References