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
    • Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2024-25614

CVE-2024-25614: ArubaOS File Deletion DoS Vulnerability

CVE-2024-25614 is an arbitrary file deletion flaw in ArubaOS CLI that enables attackers to delete critical system files, causing denial-of-service. This article covers technical details, affected versions, and mitigations.

Published: April 8, 2026

CVE-2024-25614 Overview

CVE-2024-25614 is an arbitrary file deletion vulnerability affecting the command-line interface (CLI) used by ArubaOS. This Path Traversal vulnerability (CWE-22) allows attackers to delete arbitrary files on the underlying operating system of Aruba network controllers. Successful exploitation can lead to denial-of-service conditions and compromise the integrity of the controller infrastructure.

Critical Impact

Attackers can delete critical system files on ArubaOS controllers, potentially causing complete service disruption and compromising network infrastructure integrity.

Affected Products

  • ArubaNetworks ArubaOS (multiple versions)
  • Aruba Network Controllers running vulnerable ArubaOS versions
  • Enterprise wireless infrastructure utilizing ArubaOS-based controllers

Discovery Timeline

  • March 5, 2024 - CVE-2024-25614 published to NVD
  • July 28, 2025 - Last updated in NVD database

Technical Details for CVE-2024-25614

Vulnerability Analysis

This vulnerability exists within the CLI component of ArubaOS, where improper validation of file paths allows attackers to traverse directories and delete arbitrary files on the underlying operating system. The flaw stems from insufficient input sanitization when processing file-related commands through the CLI interface.

The vulnerability can be exploited remotely without requiring authentication or user interaction, making it particularly dangerous for exposed network infrastructure. Successful exploitation directly impacts system availability through file deletion and compromises the integrity of the controller by allowing modification of the file system state.

Root Cause

The root cause is a classic Path Traversal weakness (CWE-22) where the ArubaOS CLI fails to properly sanitize user-supplied input containing directory traversal sequences (such as ../). When processing file operations, the CLI does not adequately validate or restrict the target path, allowing attackers to escape the intended directory scope and access files anywhere on the file system with the privileges of the CLI process.

Attack Vector

The attack is network-based, meaning an attacker with network access to the ArubaOS CLI interface can exploit this vulnerability. The attack requires no authentication and no user interaction, making it highly exploitable in environments where the management interface is accessible.

An attacker would craft malicious input containing path traversal sequences to target critical system files. By deleting essential configuration files, log files, or system binaries, the attacker can cause the controller to malfunction or become completely inoperable, resulting in denial-of-service conditions across the network infrastructure managed by the controller.

The vulnerability mechanism involves submitting specially crafted file path arguments through the CLI that include directory traversal sequences. These sequences allow the delete operation to target files outside the intended directory structure. Technical details and specific exploitation methods can be found in the Aruba Networks Security Alert.

Detection Methods for CVE-2024-25614

Indicators of Compromise

  • Unexpected file deletions on ArubaOS controllers, particularly system files or configuration files
  • CLI access logs showing unusual file path patterns containing ../ sequences
  • System instability or unexplained service disruptions on Aruba controllers
  • Missing critical system files that were not intentionally removed during maintenance

Detection Strategies

  • Monitor CLI command logs for file operations containing path traversal patterns such as ../, ..\\, or encoded variants
  • Implement file integrity monitoring on critical ArubaOS system directories to detect unauthorized deletions
  • Configure alerting for any unexpected CLI access from unauthorized source IP addresses
  • Review authentication logs for unusual access patterns to management interfaces

Monitoring Recommendations

  • Enable comprehensive CLI command logging on all ArubaOS controllers
  • Deploy network-based intrusion detection signatures for path traversal attack patterns
  • Implement Security Information and Event Management (SIEM) correlation rules for file deletion events combined with suspicious CLI activity
  • Regularly audit file system integrity using baseline comparisons

How to Mitigate CVE-2024-25614

Immediate Actions Required

  • Review the Aruba Networks Security Alert for affected versions and apply available patches immediately
  • Restrict network access to the ArubaOS CLI management interface using ACLs and firewall rules
  • Implement network segmentation to isolate management interfaces from untrusted networks
  • Enable enhanced logging on all Aruba controllers to detect exploitation attempts

Patch Information

Aruba Networks has released security patches addressing this vulnerability. Organizations should consult the official Aruba Networks Security Alert (ARUBA-PSA-2024-002) for specific version information and patch availability. Apply the latest available firmware updates to all affected ArubaOS controllers as soon as possible.

Workarounds

  • Limit CLI access to only trusted administrator workstations using strict access control lists
  • Implement jump servers or bastion hosts for all management access to Aruba controllers
  • Disable remote CLI access if not required and use local console access only
  • Deploy additional network monitoring at the perimeter to detect and block suspicious traffic to management interfaces
bash
# Example: Restrict CLI access to trusted management subnet only
# Consult Aruba documentation for your specific ArubaOS version

# Review current access rules
show ip access-list

# Implement management ACL (example - adjust for your environment)
ip access-list session mgmt-restrict
  any host <controller-ip> tcp 22 deny
  <trusted-mgmt-subnet> host <controller-ip> tcp 22 permit

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechArubaos

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • Aruba Networks Security Alert
  • Related CVEs
  • CVE-2024-31471: ArubaOS RCE Vulnerability via PAPI

  • CVE-2024-31470: Arubanetworks ArubaOS RCE Vulnerability

  • CVE-2024-31467: Arubanetworks ArubaOS RCE Vulnerability

  • CVE-2024-31466: Arubanetworks ArubaOS RCE 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