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-37172

CVE-2025-37172: AOS-8 Mobility Conductor RCE Vulnerability

CVE-2025-37172 is a command injection flaw in AOS-8 mobility conductors that allows authenticated attackers to execute arbitrary commands as a privileged user. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-37172 Overview

CVE-2025-37172 is an authenticated command injection vulnerability affecting the web-based management interface of mobility conductors running the AOS-8 operating system. This vulnerability allows authenticated malicious actors with administrative access to execute arbitrary commands with privileged user permissions on the underlying operating system.

Command injection vulnerabilities in network infrastructure management interfaces are particularly concerning as they can provide attackers with direct access to critical network components. Successful exploitation of this vulnerability could lead to complete compromise of the affected mobility conductor, potentially affecting the entire wireless network infrastructure managed by the device.

Critical Impact

Authenticated attackers can achieve privileged command execution on AOS-8 mobility conductors, potentially compromising network infrastructure and enabling lateral movement across enterprise wireless environments.

Affected Products

  • HPE Aruba Mobility Conductors running AOS-8 operating system
  • Web-based management interface components of affected devices

Discovery Timeline

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

Technical Details for CVE-2025-37172

Vulnerability Analysis

This command injection vulnerability exists within the web-based management interface of HPE Aruba Mobility Conductors running AOS-8. The flaw allows authenticated users with sufficient privileges to inject arbitrary operating system commands through the management interface, which are then executed with elevated privileges on the underlying system.

Command injection vulnerabilities typically occur when user-supplied input is passed to system shell commands without proper sanitization or validation. In this case, the web interface fails to adequately sanitize input before incorporating it into command-line operations, allowing attackers to break out of the intended command context and execute additional commands.

The network-accessible nature of this vulnerability means that any authenticated administrator with network access to the management interface could potentially exploit this flaw. While authentication is required, this represents a significant risk in environments where administrative credentials may be shared, compromised, or held by malicious insiders.

Root Cause

The root cause of CVE-2025-37172 is improper input validation and sanitization within the web-based management interface. When processing certain user-supplied parameters, the application fails to properly neutralize special characters and command separators before passing the input to system shell operations. This allows attackers to inject additional commands that execute with the privileges of the web application service account.

Attack Vector

The attack vector for this vulnerability is network-based, targeting the web-based management interface of AOS-8 mobility conductors. An attacker would need:

  1. Network access to the management interface (typically TCP port 443 or 4343)
  2. Valid administrative credentials for the mobility conductor
  3. Knowledge of the vulnerable parameter or endpoint

Once authenticated, the attacker can craft malicious input containing command injection payloads. These payloads typically use shell metacharacters such as semicolons (;), pipes (|), or command substitution syntax to append or inject additional commands that execute on the underlying operating system with elevated privileges.

The vulnerability allows commands to run as a privileged user, meaning successful exploitation could lead to full system compromise, configuration extraction, credential theft, or establishment of persistent access mechanisms.

Detection Methods for CVE-2025-37172

Indicators of Compromise

  • Unusual or unauthorized administrative login attempts to mobility conductor management interfaces
  • Suspicious command patterns in system logs containing shell metacharacters or unexpected command sequences
  • Unexpected outbound network connections from mobility conductors to external destinations
  • Creation of new user accounts or modification of existing account privileges
  • Changes to system configurations or startup scripts without authorized change requests

Detection Strategies

  • Monitor web server access logs for anomalous requests to management interface endpoints containing potential injection patterns
  • Implement network traffic analysis to detect unusual command-and-control communication from mobility conductors
  • Deploy SIEM rules to correlate authentication events with subsequent suspicious system activity
  • Audit administrative session activity for command patterns inconsistent with normal administrative tasks

Monitoring Recommendations

  • Enable comprehensive logging on all AOS-8 mobility conductors including authentication events and command execution
  • Implement real-time alerting for administrative access from unexpected source IP addresses
  • Monitor for privilege escalation attempts and unauthorized configuration changes
  • Establish baseline behavioral profiles for administrative sessions to detect anomalies

How to Mitigate CVE-2025-37172

Immediate Actions Required

  • Review and apply the latest security patches from HPE as documented in the HPE Security Document
  • Restrict network access to management interfaces using firewall rules and access control lists
  • Audit all administrative accounts and enforce the principle of least privilege
  • Implement multi-factor authentication for administrative access where supported
  • Monitor for exploitation attempts in logs pending patch deployment

Patch Information

HPE has released security guidance addressing this vulnerability. Administrators should consult the HPE Security Document for detailed patch information, affected version specifics, and upgrade instructions.

Organizations should prioritize patching mobility conductors that are exposed to untrusted networks or managed by multiple administrators. Testing patches in non-production environments before deployment is recommended to ensure compatibility with existing configurations.

Workarounds

  • Limit management interface access to dedicated management networks or jump hosts only
  • Implement strict IP-based access control lists restricting administrative access to known trusted addresses
  • Consider temporarily disabling web-based management and using CLI-only administration if patch deployment is delayed
  • Enable session timeouts and implement monitoring for concurrent administrative sessions
  • Review and rotate administrative credentials as a precautionary measure
bash
# Example access control configuration concept
# Restrict management interface access to trusted management subnet
# Consult HPE documentation for device-specific syntax

# Firewall/ACL approach:
# Permit management access only from 10.0.100.0/24 (management VLAN)
# Deny all other sources to management ports (443, 4343)

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAos 8

  • 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 Document
  • 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