Cyber Resilience

CVE-2025-37170

HighRCE

Published: 13 January 2026

Published
13 January 2026
Modified
23 January 2026
KEV Added
Patch
CVSS Score v3.1 7.2 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0006 17.5th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-37170 is a high-severity OS Command Injection (CWE-78) vulnerability in Arubanetworks Arubaos. Its CVSS base score is 7.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 17.5th 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).

Deeper analysis

CVE-2025-37170 is an authenticated command injection vulnerability (CWE-78) in the web-based management interface of mobility conductors running the AOS-8 operating system. 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), indicating high severity due to its potential for significant impact on confidentiality, integrity, and availability. The vulnerability was published on 2026-01-13.

An authenticated malicious actor with high privileges (PR:H) can exploit this vulnerability over the network with low complexity and no user interaction required. Successful exploitation allows the attacker to execute arbitrary commands as a privileged user on the underlying operating system, potentially leading to full compromise of the affected device.

For mitigation details, refer to the HPE security advisory at https://support.hpe.com/hpesc/public/docDisplay?docId=hpesbnw04987en_us&docLocale=en_US.

EU & UK References

Vulnerability details

Authenticated command injection vulnerabilities exist in the web-based management interface of mobility conductors running AOS-8 operating system. Successful exploitation could allow an authenticated malicious actor to execute arbitrary commands as a privileged user on the underlying operating system.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

Authenticated command injection in web management interface directly enables exploitation of public-facing app (T1190) for arbitrary Unix shell command execution (T1059.004).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-37172Same product: Arubanetworks Arubaos
CVE-2025-37171Same product: Arubanetworks Arubaos
CVE-2025-37176Same product: Arubanetworks Arubaos
CVE-2025-37169Same product: Arubanetworks Arubaos
CVE-2025-37173Same product: Arubanetworks Arubaos
CVE-2025-37174Same product: Arubanetworks Arubaos
CVE-2025-37175Same product: Arubanetworks Arubaos
CVE-2025-37168Same product: Arubanetworks Arubaos
CVE-2026-44871Same product: Arubanetworks Arubaos
CVE-2026-44861Same product: Arubanetworks Arubaos

Affected Assets

arubanetworks
arubaos
8.6.0.0 — 8.10.0.21 · 8.11.0.0 — 8.13.1.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly blocks CWE-78 command injection by validating/sanitizing all inputs to the AOS-8 web management interface before they reach the OS shell.

prevent

Limits the set of OS commands and privileges available to the authenticated management account, reducing the impact of any successful injection to a privileged user.

prevent

Requires prompt application of vendor patches that eliminate the authenticated command-injection flaw in the AOS-8 mobility conductor web interface.

References