CVE-2025-20055
Published: 14 January 2025
Summary
CVE-2025-20055 is a critical-severity OS Command Injection (CWE-78) vulnerability in Jvn (inferred from references). Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 16.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-20055 is an OS command injection vulnerability, tracked under CWE-78, that affects the STEALTHONE D220 and D340 network storage servers from Y'S corporation. The flaw permits unauthenticated remote attackers to inject and execute arbitrary operating-system commands on the device, reflected in its CVSS 3.1 base score of 9.8 resulting from network attack vector, low complexity, and no required privileges or user interaction.
An attacker with network reachability to an unpatched device can issue specially crafted requests that result in full compromise of confidentiality, integrity Availability on the affected storage server, enabling outcomes such as data exfiltration, configuration changes, or deployment of persistent malware.
Firmware updates addressing the issue are referenced in vendor and JVN advisories, specifically versions v6-03-03 for the D220/D340 series and v7-00-11 for the related D440 model. The EPSS score rose from a low baseline to a recorded peak of 0.0384, indicating that exploitation interest increased after public disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-2145
Vulnerability details
OS command injection vulnerability exists in network storage servers STEALTHONE D220/D340 provided by Y'S corporation. An attacker who can access the affected product may execute an arbitrary OS command.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Remote unauthenticated OS command injection in a network-accessible storage appliance directly enables T1190 (Exploit Public-Facing Application) and arbitrary Unix shell command execution (T1059.004).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Applying vendor-released firmware updates (v6-03-03 for D220/D340) directly remediates the OS command injection vulnerability.
Implementing input validation at affected interfaces prevents attackers from injecting arbitrary OS commands via untrusted network inputs.
Enforcing least privilege on vulnerable processes limits the scope and impact of executed arbitrary OS commands.