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-2020-5377

CVE-2020-5377: Dell EMC OMSA Path Traversal Vulnerability

CVE-2020-5377 is a path traversal flaw in Dell EMC OpenManage Server Administrator that allows unauthenticated attackers to access the file system. This article covers technical details, affected versions, and mitigations.

Published: March 4, 2026

CVE-2020-5377 Overview

Dell EMC OpenManage Server Administrator (OMSA) versions 9.4 and prior contain multiple path traversal vulnerabilities. An unauthenticated remote attacker could potentially exploit these vulnerabilities by sending a crafted Web API request containing directory traversal character sequences to gain file system access on the compromised management station. This vulnerability poses significant risks to enterprise environments where OMSA is deployed for server management operations.

Critical Impact

Unauthenticated attackers can read arbitrary files from the file system, potentially exposing sensitive configuration data, credentials, and system information without any authentication requirements.

Affected Products

  • Dell EMC OpenManage Server Administrator versions 9.4 and prior
  • All deployments of OMSA with the Web API interface exposed to network access
  • Enterprise server management environments utilizing Dell OMSA for remote administration

Discovery Timeline

  • July 28, 2020 - CVE-2020-5377 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-5377

Vulnerability Analysis

This path traversal vulnerability (CWE-22) in Dell EMC OpenManage Server Administrator allows unauthenticated remote attackers to access files outside the intended directory structure. The vulnerability exists in the Web API component of OMSA, which fails to properly sanitize user-supplied input containing directory traversal sequences such as ../ or ..\. When exploited, attackers can navigate outside the web root directory and read arbitrary files from the underlying operating system.

The attack requires no authentication or user interaction, making it particularly dangerous in environments where OMSA is accessible over the network. Successful exploitation enables attackers to read sensitive files including configuration files, password hashes, and other critical system data.

Root Cause

The root cause of CVE-2020-5377 is improper input validation in the Web API request handling mechanism. The application fails to adequately sanitize file path parameters before processing file read operations. When the application constructs file paths using user-controlled input, it does not properly filter or canonicalize directory traversal sequences. This allows attackers to break out of the intended directory scope and access files anywhere on the file system that the OMSA service account has read permissions to access.

Attack Vector

The attack is conducted remotely over the network against the OMSA Web API interface. An attacker sends specially crafted HTTP requests containing path traversal sequences (such as ../../../etc/passwd or similar patterns) to the vulnerable Web API endpoints. The server processes these requests without proper validation, allowing the attacker to traverse directories and read files from arbitrary locations on the server's file system.

The exploitation does not require authentication, credentials, or any prior access to the target system. The attacker only needs network access to the OMSA web interface, typically running on ports 1311 (HTTPS) or similar configurations.

The vulnerability mechanism involves crafting malicious Web API requests that include directory traversal sequences within file path parameters. When the OMSA application processes these requests, it fails to normalize or validate the path, allowing attackers to escape the intended directory and access sensitive files. Technical details and exploitation methodology are documented in the Packet Storm File Read Exploit.

Detection Methods for CVE-2020-5377

Indicators of Compromise

  • Web server logs containing requests with path traversal sequences such as ../, ..%2f, ..%5c, or URL-encoded variants
  • Unusual access patterns to the OMSA Web API from external or unexpected IP addresses
  • HTTP requests targeting known sensitive file paths combined with traversal sequences (e.g., requests attempting to access /etc/passwd, /etc/shadow, or Windows system files)
  • Increased read operations on system files outside the OMSA application directory

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing path traversal patterns
  • Deploy network intrusion detection systems (IDS) with signatures for directory traversal attacks targeting OMSA endpoints
  • Monitor OMSA service logs for unusual file access requests or error messages indicating path manipulation attempts
  • Utilize endpoint detection and response (EDR) solutions to monitor file system access patterns from the OMSA process

Monitoring Recommendations

  • Enable detailed logging for all OMSA Web API requests and review logs regularly for suspicious patterns
  • Configure alerting for any requests containing encoded or raw directory traversal sequences
  • Monitor network traffic to OMSA ports (typically 1311) for anomalous request patterns
  • Implement file integrity monitoring on critical system files to detect unauthorized access attempts

How to Mitigate CVE-2020-5377

Immediate Actions Required

  • Upgrade Dell EMC OpenManage Server Administrator to a version newer than 9.4 that contains the security fix
  • Restrict network access to OMSA interfaces using firewall rules, limiting access to trusted management networks only
  • If immediate patching is not possible, consider temporarily disabling the OMSA web interface until patches can be applied
  • Review access logs for any evidence of exploitation attempts

Patch Information

Dell has released a security update addressing this vulnerability. Organizations should upgrade to OMSA version 9.5 or later to remediate CVE-2020-5377. For detailed patch information and download links, refer to the Dell Security Advisory DSA-2020-172.

Workarounds

  • Implement strict network segmentation to isolate OMSA management interfaces from untrusted networks
  • Deploy a reverse proxy or web application firewall (WAF) in front of OMSA to filter malicious requests containing path traversal sequences
  • Configure host-based firewall rules to restrict OMSA access to specific management IP addresses
  • Disable the OMSA web interface if remote web-based management is not required
bash
# Example: Restrict OMSA access to trusted management network using iptables
iptables -A INPUT -p tcp --dport 1311 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 1311 -j DROP

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 Emc Openmanage Server Administrator

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability79.91%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Packet Storm File Read Exploit
  • Vendor Resources
  • Dell Security Advisory DSA-2020-172
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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