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 7.2 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 14.2% 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).
Threat & Defense at a Glance
Threat & Defense Details
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.
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).
NVD Description
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.
Deeper analysisAI
CVE-2025-27392 affects Siemens SCALANCE LPE9403 (6GK5998-3GS00-2AC2) in all versions prior to V4.0. The vulnerability arises from improper sanitization of user input when creating new VXLAN configurations, classified under CWE-78 (OS Command Injection). It carries a CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H) and was published on 2025-03-11.
An authenticated remote attacker with high privileges can exploit this vulnerability over the network with low attack complexity and no user interaction. Exploitation enables arbitrary code execution on the affected device, resulting in high impacts to confidentiality, integrity, and availability.
Siemens Security Advisory SSA-075201, available at https://cert-portal.siemens.com/productcert/html/ssa-075201.html, provides details on the vulnerability and recommended mitigations.
Details
- CWE(s)