Cyber Resilience

CVE-2023-37569

HighPublic PoCRCE

Published: 08 August 2023

Published
08 August 2023
Modified
13 February 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.5306 98.0th percentile
Risk Priority 49 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-37569 is a high-severity OS Command Injection (CWE-78) vulnerability in Esds.Co Emagic Data Center Management. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 2.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CVE-2023-37569 is an OS command injection vulnerability, tracked as CWE-78, that affects the Ping component of ESDS Emagic Data Center Management Suite. The flaw stems from insufficient input sanitization, enabling an attacker to supply crafted input that is executed by the underlying operating system. It carries a CVSS 3.1 base score of 8.8.

A remote authenticated attacker with low privileges can exploit the issue over the network without user interaction to inject and execute arbitrary operating-system commands, resulting in full compromise of the confidentiality, integrity, and availability of the targeted system.

Public references include a detailed proof-of-concept on Packet Storm demonstrating remote command execution against version 6.0 and an advisory from CERT-In (CIVN-2023-0226). The associated EPSS score reached a peak of 0.6302, indicating measurable post-disclosure exploitation interest.

EU & UK References

Vulnerability details

This vulnerability exists in ESDS Emagic Data Center Management Suit due to lack of input sanitization in its Ping component. A remote authenticated attacker could exploit this by injecting OS commands on the targeted system. Successful exploitation of this vulnerability…

more

could allow the attacker to execute arbitrary code on targeted system.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

esds.co
emagic data center management
≤ 6.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-78

Platform-independent apps typically execute inside a managed runtime or sandbox that restricts direct OS command execution, reducing the ability to exploit OS command injection.

addresses: CWE-78

Validates inputs to block special elements that would alter OS command execution.

References