Cyber Resilience

CVE-2023-2573

HighPublic PoCRCE

Published: 08 May 2023

Published
08 May 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.0460 89.5th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-2573 is a high-severity OS Command Injection (CWE-78) vulnerability in Advantech Eki-1521 Firmware. Its CVSS base score is 8.8 (High).

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

Deeper analysis

Advantech EKI-1524, EKI-1522, and EKI-1521 devices through firmware version 1.21 contain a command injection vulnerability in the NTP server input field. The flaw, tracked as CVE-2023-2573 and assigned CVSS 8.8, stems from improper handling of user-supplied values that are passed to system commands, corresponding to CWE-78 and CWE-77. It is reachable over the network through a crafted POST request.

Authenticated users can exploit the issue by submitting malicious input in the NTP configuration field, resulting in arbitrary command execution on the device with the ability to read, modify, or delete data and potentially disrupt industrial operations. No special user interaction is required beyond valid credentials.

Vendor advisories from Advantech point to updated firmware releases that address the NTP input handling, available via the support pages for the affected EKI-15xx models. Public disclosures also reference proof-of-concept material that demonstrates the injection vector.

The EPSS score reached a peak of 0.0707 in January 2025 before receding to the current value of 0.0460, indicating modest post-disclosure interest without evidence of widespread exploitation in the provided data.

EU & UK References

Vulnerability details

Advantech EKI-1524, EKI-1522, EKI-1521 devices through 1.21 are affected by an command injection vulnerability in the NTP server input field, which can be triggered by authenticated users via a crafted POST request.

CWE(s)

Related Threats

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

Affected Assets

advantech
eki-1521 firmware
≤ 1.21
advantech
eki-1522 firmware
≤ 1.21
advantech
eki-1524 firmware
≤ 1.21

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