Cyber Posture

CVE-2024-53357

HighPublic PoC

Published: 31 January 2025

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

Description

Adversaries may interrupt availability of system and network resources by inhibiting access to accounts utilized by legitimate users.

Security Summary

CVE-2024-53357 involves multiple SQL injection vulnerabilities affecting EasyVirt DCScope versions up to and including 8.6.0 and CO2Scope versions up to and including 1.3.0. These flaws exist in various API endpoints related to user, group, and role management, such as /api/user/addalias, /api/user/updatealiasroute, /api/user/delalias, /api/user/aliases, /api/user/adduserroute, /api/user/updateuser, /api/user/deluser, /api/user/usersroute, /api/user/addrole, /api/user/updaterole, /api/user/delrole, and /api/user/roles. The vulnerability is rated with a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) and is associated with CWE-798.

Remote authenticated attackers with low privileges can exploit these SQL injection vulnerabilities to perform unauthorized administrative actions. This includes adding an admin user, modifying users, deleting users, retrieving user lists, adding a root group, modifying groups, deleting groups, retrieving groups, adding an admin role, modifying roles, deleting roles, and retrieving roles. Such actions enable privilege escalation and full control over user management within the affected applications.

The primary advisory reference is available at https://github.com/Elymaro/CVE/blob/main/EasyVirt/CVE-2024-53357.md, which provides further details on the vulnerability. No specific patch or mitigation information is detailed in the available data.

Details

CWE(s)
CWE-798

Affected Products

easyvirt
co2scope
≤ 1.3.0
easyvirt
dcscope
≤ 8.6.0

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1087.001 Local Account Discovery
Adversaries may attempt to get a listing of local system accounts.
T1069.001 Local Groups Discovery
Adversaries may attempt to find local system groups and permission settings.
T1136.001 Local Account Persistence
Adversaries may create a local account to maintain access to victim systems.
T1098 Account Manipulation Persistence
Adversaries may manipulate accounts to maintain and/or elevate access to victim systems.
T1531 Account Access Removal Impact
Adversaries may interrupt availability of system and network resources by inhibiting access to accounts utilized by legitimate users.
Why these techniques?

SQL injection allows low-privileged remote authenticated attackers to enumerate (T1087.001, T1069.001), create (T1136.001), manipulate (T1098), and delete (T1531) users/groups/roles, enabling privilege escalation (T1068).

References