Cyber Resilience

CVE-2025-37169

High

Published: 13 January 2026

Published
13 January 2026
Modified
25 February 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.0008 24.7th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-37169 is a high-severity Out-of-bounds Write (CWE-787) 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 24.7th 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-37169 is a stack overflow vulnerability in the AOS-10 web-based management interface of a Mobility Gateway. It corresponds to CWE-787 (Out-of-bounds Write) and CWE-121 (Stack-based Buffer Overflow), with 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). The issue 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 enables arbitrary code execution as a privileged user on the underlying operating system, potentially leading to full system compromise including high confidentiality, integrity, and availability impacts.

The HPE security bulletin at https://support.hpe.com/hpesc/public/docDisplay?docId=hpesbnw04987en_us&docLocale=en_US provides details on mitigation, including available patches or workarounds for affected Mobility Gateway systems running AOS-10.

EU & UK References

Vulnerability details

A stack overflow vulnerability exists in the AOS-10 web-based management interface of a Mobility Gateway. Successful exploitation could allow an authenticated malicious actor to execute arbitrary code 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.
Why these techniques?

Stack-based buffer overflow in web management interface directly enables remote arbitrary code execution by an authenticated high-privileged actor, mapping to exploitation of a public-facing application.

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

CVEs Like This One

CVE-2025-37173Same product: Arubanetworks Arubaos
CVE-2025-37170Same product: Arubanetworks Arubaos
CVE-2025-37176Same product: Arubanetworks Arubaos
CVE-2025-37171Same product: Arubanetworks Arubaos
CVE-2025-37172Same product: Arubanetworks Arubaos
CVE-2025-37174Same product: Arubanetworks Arubaos
CVE-2025-37175Same product: Arubanetworks Arubaos
CVE-2025-37168Same product: Arubanetworks Arubaos
CVE-2025-37178Same product: Arubanetworks Arubaos
CVE-2026-23827Same product: Arubanetworks Arubaos

Affected Assets

arubanetworks
arubaos
10.3.0.0 — 10.4.1.10 · 10.5.0.0 — 10.7.2.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of all inputs to the AOS-10 web interface, preventing the out-of-bounds write that enables the stack overflow.

prevent

Enforces memory protections (e.g., ASLR, non-executable stacks) that block successful exploitation of the stack-based buffer overflow into arbitrary code execution.

prevent

Mandates timely application of vendor patches that remediate the specific AOS-10 stack overflow flaw before an authenticated attacker can exploit it.

References