CVE-2025-27392
Published: 11 March 2025
Summary
CVE-2025-27392 is a high-severity OS Command Injection (CWE-78) vulnerability in Siemens Scalance Lpe9403 Firmware. Its CVSS base score is 8.6 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 14.0% 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
A vulnerability identified as CVE-2025-27392 affects Siemens SCALANCE LPE9403 devices (part number 6GK5998-3GS00-2AC2) running all firmware versions prior to V4.0. The flaw arises because the devices do not properly sanitize user input when new VXLAN configurations are created, corresponding to CWE-78 and enabling OS command injection.
An authenticated remote attacker possessing high privileges can supply crafted input over the network to execute arbitrary code on the device. Successful exploitation grants the attacker full control over the affected appliance, impacting its confidentiality, integrity, and availability.
The Siemens advisory SSA-075201 states that the issue is resolved by upgrading to firmware version V4.0 or later. No other mitigations such as configuration changes or workarounds are specified in the reference.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-7762
Vulnerability details
A vulnerability has been identified in SCALANCE LPE9403 (6GK5998-3GS00-2AC2) (All versions < V4.0). Affected devices do not properly sanitize user input when creating new VXLAN configurations. This could allow an authenticated highly-privileged remote attacker to execute arbitrary code on the…
more
device.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
OS command injection (CWE-78) in the authenticated management interface enables remote code execution on the network device, directly mapping to T1190 (exploiting public-facing app) and T1059.004 (Unix Shell for arbitrary command execution).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly addresses the core issue of improper user input sanitization during VXLAN configuration creation, preventing OS command injection by requiring validation at input points.
Mitigates the vulnerability by requiring timely flaw remediation through patching to V4.0 or later, which fixes the input sanitization defect.
Reduces exploitability by enforcing least privilege, limiting the assignment of high-privileged accounts needed for remote authenticated attacks.