CVE-2025-37157
Published: 18 November 2025
Summary
CVE-2025-37157 is a medium-severity Code Injection (CWE-94) vulnerability in Hpe Arubaos-Cx. Its CVSS base score is 6.7 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Network Device CLI (T1059.008); ranked at the 16.8th percentile by exploit likelihood (below the median); 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 prevents command injection (CWE-78) by validating and sanitizing information inputs to neutralize special elements used in OS commands.
Mitigates the specific CVE by requiring timely identification, reporting, and correction of the command injection flaw through patching as per vendor guidance.
Limits potential RCE impact from authenticated attackers by enforcing least privilege on accounts accessing the vulnerable OS component.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Command injection vulnerability in AOS-CX (network device OS) enables remote code execution via Network Device CLI (T1059.008) and constitutes exploitation of a remote service (T1210).
NVD Description
A command injection vulnerability exists in the AOS-CX Operating System. Successful exploitation could allow an authenticated remote attacker to conduct a Remote Code Execution (RCE) on the affected system.
Deeper analysisAI
CVE-2025-37157 is a command injection vulnerability in the AOS-CX Operating System. Successful exploitation could allow an authenticated remote attacker to conduct remote code execution (RCE) on the affected system. The vulnerability is linked to CWE-94 (Improper Control of Generation of Code) and CWE-78 (Improper Neutralization of Special Elements used in an OS Command), with a CVSS v3.1 base score of 6.7 (AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N). It was published on 2025-11-18.
An authenticated remote attacker can exploit this vulnerability to achieve RCE. The CVSS vector indicates local attack vector with high attack complexity, no privileges required, no user interaction, unchanged scope, high impact to confidentiality and integrity, and no impact to availability.
Mitigation details are available in the HPE security bulletin at https://support.hpe.com/hpesc/public/docDisplay?docId=hpesbnw04888en_us&docLocale=en_US.
Details
- CWE(s)