The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-37169

CVE-2025-37169: AOS-10 Mobility Gateway RCE Vulnerability

CVE-2025-37169 is a stack overflow RCE vulnerability in AOS-10 Mobility Gateway's web interface that allows authenticated attackers to execute code as privileged users. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-37169 Overview

CVE-2025-37169 is a stack overflow vulnerability affecting the AOS-10 web-based management interface of HPE Aruba Mobility Gateway devices. This memory corruption flaw allows authenticated attackers with administrative privileges to execute arbitrary code as a privileged user on the underlying operating system. The vulnerability exists within the web management interface, making it exploitable over the network by authenticated threat actors.

Critical Impact

Successful exploitation enables authenticated attackers to achieve arbitrary code execution with elevated privileges, potentially leading to complete system compromise of affected Mobility Gateway appliances.

Affected Products

  • HPE Aruba AOS-10 Mobility Gateway
  • AOS-10 Web-based Management Interface
  • Affected versions detailed in HPE Security Bulletin

Discovery Timeline

  • 2026-01-13 - CVE CVE-2025-37169 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2025-37169

Vulnerability Analysis

This stack overflow vulnerability occurs within the web-based management interface of AOS-10 Mobility Gateway devices. Stack overflows are a class of memory corruption vulnerabilities where data written to a buffer on the stack exceeds the allocated space, corrupting adjacent memory regions including saved return addresses and other critical control data.

In the context of CVE-2025-37169, the vulnerability requires authentication, meaning an attacker must first obtain valid administrative credentials to exploit this flaw. Once authenticated, a malicious actor can craft specific requests to the web interface that trigger the stack overflow condition. The corruption of stack memory allows the attacker to hijack program execution flow and execute arbitrary code with the privileges of the underlying process—typically a privileged user context on the Mobility Gateway's operating system.

Root Cause

The root cause of this vulnerability is insufficient bounds checking when processing user-supplied input within the AOS-10 web management interface. When data is copied to a stack-allocated buffer without proper validation of input length, the buffer can overflow, overwriting adjacent stack memory. This lack of input validation creates the conditions necessary for memory corruption and subsequent code execution.

Attack Vector

The attack vector is network-based, targeting the web management interface of affected Mobility Gateway devices. An attacker must first authenticate to the management interface with high-privilege credentials (administrative access). Once authenticated, the attacker can submit specially crafted HTTP requests containing malicious payloads designed to overflow the vulnerable stack buffer. The attack does not require user interaction beyond the initial authentication.

The exploitation sequence typically involves:

  1. Authenticating to the AOS-10 web management interface with administrative credentials
  2. Identifying the vulnerable endpoint or parameter within the web interface
  3. Crafting a payload that overflows the stack buffer with controlled data
  4. Overwriting the saved return address to redirect execution to attacker-controlled code
  5. Achieving arbitrary code execution with privileged system access

Detection Methods for CVE-2025-37169

Indicators of Compromise

  • Unusual or malformed HTTP requests to the AOS-10 web management interface
  • Unexpected process crashes or restarts on Mobility Gateway devices
  • Evidence of unauthorized administrative access or login attempts
  • Anomalous outbound network connections from gateway devices following management interface access

Detection Strategies

  • Monitor authentication logs for the AOS-10 management interface for suspicious login patterns or credential abuse
  • Implement network intrusion detection rules to identify anomalous HTTP traffic targeting Mobility Gateway management ports
  • Deploy endpoint detection capabilities on network segments where Mobility Gateway devices reside
  • Review system logs on affected devices for signs of exploitation or unexpected privileged command execution

Monitoring Recommendations

  • Enable comprehensive logging for all administrative access to Mobility Gateway web interfaces
  • Configure alerting for failed and successful authentication attempts from unexpected source addresses
  • Monitor for changes to system configurations or the introduction of unauthorized accounts
  • Implement network segmentation monitoring to detect lateral movement attempts from compromised gateway devices

How to Mitigate CVE-2025-37169

Immediate Actions Required

  • Review and apply patches referenced in the HPE Security Bulletin
  • Restrict access to the AOS-10 web management interface to trusted administrative networks only
  • Audit administrative accounts and credentials with access to Mobility Gateway devices
  • Implement network segmentation to isolate management interfaces from general network traffic

Patch Information

HPE has released security updates to address this vulnerability. Administrators should consult the HPE Security Bulletin for detailed patch information, affected version numbers, and upgrade instructions. It is strongly recommended to apply the latest available firmware updates to all affected Mobility Gateway devices as soon as possible.

Workarounds

  • Restrict web management interface access to a dedicated management VLAN with strict access controls
  • Implement strong authentication mechanisms and enforce complex password policies for administrative accounts
  • Use firewall rules to limit management interface access to specific trusted IP addresses
  • Disable the web management interface if not required and use alternative management methods such as CLI via SSH
  • Deploy a web application firewall (WAF) in front of management interfaces to filter potentially malicious requests

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMobility Gateway

  • SeverityHIGH

  • CVSS Score7.2

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • Technical References
  • HPE Security Bulletin
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English