Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI 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-2026-26360

CVE-2026-26360: Dell Unisphere Path Traversal Flaw

CVE-2026-26360 is a path traversal vulnerability in Dell Unisphere for PowerMax version 10.2 allowing attackers to delete arbitrary files. This article covers technical details, affected versions, security impact, and mitigation.

Published: February 20, 2026

CVE-2026-26360 Overview

CVE-2026-26360 is an External Control of File Name or Path vulnerability affecting Dell Unisphere for PowerMax version 10.2. This vulnerability allows a low privileged attacker with remote network access to exploit improper file path handling, potentially enabling the deletion of arbitrary files on the target system. The flaw stems from CWE-73 (External Control of File Name or Path), where user-controlled input is used in file operations without proper validation.

Critical Impact

A low privileged attacker with remote access can delete arbitrary files on systems running Dell Unisphere for PowerMax 10.2, potentially causing data loss, service disruption, or enabling further attacks by removing security controls.

Affected Products

  • Dell Unisphere for PowerMax version 10.2
  • Dell PowerMax EEM (per Dell Security Advisory DSA-2026-102)

Discovery Timeline

  • 2026-02-19 - CVE-2026-26360 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-26360

Vulnerability Analysis

This vulnerability falls under the category of External Control of File Name or Path (CWE-73), a type of input validation flaw where an application uses external input to construct a file path without proper sanitization. In the case of Dell Unisphere for PowerMax 10.2, the application fails to adequately validate or restrict user-supplied file path parameters, allowing attackers to specify paths outside of intended directories.

The attack can be executed remotely over the network and requires only low-level privileges, making it accessible to any authenticated user with network connectivity to the management interface. The vulnerability does not impact confidentiality but severely compromises both integrity and availability of the system.

Root Cause

The root cause of CVE-2026-26360 lies in insufficient input validation when processing file path parameters within Dell Unisphere for PowerMax. The application accepts user-controlled input that directly influences file system operations without implementing adequate path canonicalization, allowlist validation, or sandbox restrictions. This allows attackers to manipulate file paths using techniques such as path traversal sequences to target files outside the application's intended scope.

Attack Vector

An authenticated attacker with low privileges can exploit this vulnerability remotely over the network. The attack requires no user interaction and follows this general pattern:

  1. The attacker authenticates to the Dell Unisphere for PowerMax management interface with valid low-privilege credentials
  2. The attacker identifies an endpoint or function that accepts file path parameters
  3. By manipulating the file path input, the attacker can specify arbitrary files on the system
  4. The application processes the malicious request and deletes the specified files

The vulnerability affects the integrity and availability of the system. An attacker could delete critical configuration files, log files, or application components, leading to service disruption or enabling further exploitation by removing security controls.

Detection Methods for CVE-2026-26360

Indicators of Compromise

  • Unexpected file deletions in system directories or application folders on Dell Unisphere for PowerMax servers
  • Anomalous API requests or web requests containing path traversal sequences (e.g., ../, ..\\) targeting file operations
  • Authentication events from low-privilege accounts followed by file system modification activities
  • Application errors or service failures due to missing critical files

Detection Strategies

  • Monitor web application logs for requests containing path traversal patterns targeting file management endpoints
  • Implement file integrity monitoring (FIM) on critical system and application directories
  • Review authentication logs for suspicious patterns of low-privilege account activity
  • Deploy network-based intrusion detection rules to identify exploitation attempts

Monitoring Recommendations

  • Enable comprehensive logging on Dell Unisphere for PowerMax management interfaces
  • Configure alerts for unexpected file system changes on PowerMax management servers
  • Monitor for authentication anomalies such as unusual login times or source IP addresses
  • Implement SIEM correlation rules to detect patterns consistent with path traversal exploitation

How to Mitigate CVE-2026-26360

Immediate Actions Required

  • Apply the security update provided by Dell as described in Dell Security Advisory DSA-2026-102
  • Restrict network access to Dell Unisphere for PowerMax management interfaces to trusted administrative networks only
  • Review and limit user accounts with access to the management interface, applying the principle of least privilege
  • Enable enhanced logging and monitoring on affected systems

Patch Information

Dell has released a security update to address this vulnerability as documented in Dell Security Advisory DSA-2026-102. Organizations running Dell Unisphere for PowerMax version 10.2 should apply the patch immediately to remediate this vulnerability. Refer to the Dell advisory for specific patch versions and upgrade instructions.

Workarounds

  • Implement network segmentation to isolate Dell Unisphere for PowerMax management interfaces from general user networks
  • Deploy web application firewall (WAF) rules to detect and block path traversal attempts
  • Restrict access to the management interface using firewall rules to limit connections to authorized administrator IP addresses only
  • Conduct regular audits of user accounts with access to Unisphere and remove unnecessary privileges

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechDell Unisphere

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-73
  • Technical References
  • Dell Security Update DSA-2026-102
  • Related CVEs
  • CVE-2026-26359: Dell Unisphere Path Traversal Flaw

  • CVE-2026-26362: Dell Unisphere Path Traversal Flaw

  • CVE-2026-26358: Dell Unisphere Authorization Bypass Flaw

  • CVE-2026-26361: Dell Unisphere Information Disclosure
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