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

CVE-2020-29373: Linux Kernel Path Traversal Vulnerability

CVE-2020-29373 is a path traversal vulnerability in the Linux kernel io_uring subsystem that allows mount namespace escape to unintended filesystem locations. This article covers technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2020-29373 Overview

A path traversal vulnerability was discovered in fs/io_uring.c in the Linux kernel before version 5.6. The vulnerability involves unsafe handling of the root directory during path lookups, which allows a process inside a mount namespace to escape to unintended filesystem locations. This issue is tracked with commit ID ff002b30181d.

Critical Impact

A local attacker with low privileges can exploit this vulnerability to escape mount namespace restrictions and access files outside of intended filesystem boundaries, potentially leading to unauthorized disclosure of sensitive information.

Affected Products

  • Linux Kernel versions prior to 5.6

Discovery Timeline

  • 2020-11-28 - CVE-2020-29373 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-29373

Vulnerability Analysis

This vulnerability stems from improper handling of filesystem path lookups within the io_uring subsystem of the Linux kernel. The io_uring interface, introduced to provide high-performance asynchronous I/O capabilities, contains a flaw in how it processes path resolution when operating within mount namespaces.

When a process performs file operations through io_uring while confined within a mount namespace, the path lookup mechanism fails to properly respect the namespace boundaries. This allows the process to traverse beyond its intended filesystem root, effectively escaping the isolation provided by the mount namespace.

The vulnerability has local attack vector requirements, meaning an attacker needs local access to the system but does not require user interaction. The scope is changed, indicating that exploitation can affect resources beyond the vulnerable component's security scope. While this vulnerability allows high-impact confidentiality breaches through unauthorized file access, it does not directly enable integrity or availability impacts.

Root Cause

The root cause lies in the fs/io_uring.c implementation which unsafely handles the root directory reference during path lookups. When io_uring processes asynchronous file operations, it fails to properly validate that path resolutions remain within the confines of the current mount namespace's root filesystem. This oversight allows path components to escape the intended namespace boundary through directory traversal techniques.

Attack Vector

This is a local privilege escalation vulnerability that requires an attacker to have local access to a Linux system running a vulnerable kernel version. The attack scenario typically involves:

  1. An attacker gains local access to a system as a low-privileged user
  2. The attacker creates or operates within a mount namespace (commonly used in container environments)
  3. Using io_uring syscalls, the attacker crafts file operation requests with path traversal sequences
  4. Due to the unsafe root directory handling, the kernel resolves paths outside the mount namespace boundary
  5. The attacker gains read access to files that should be inaccessible from within the namespace

This vulnerability is particularly concerning for containerized environments and sandboxed applications that rely on mount namespace isolation for security boundaries.

Detection Methods for CVE-2020-29373

Indicators of Compromise

  • Unusual io_uring syscall activity from containerized or sandboxed processes
  • File access attempts to paths outside expected mount namespace boundaries
  • Anomalous open/read operations on sensitive system files from processes that should be namespace-restricted
  • Audit logs showing file access events that cross namespace boundaries

Detection Strategies

  • Monitor io_uring related syscalls (io_uring_setup, io_uring_enter, io_uring_register) for suspicious patterns
  • Implement auditd rules to track file access from processes within mount namespaces
  • Deploy kernel-level monitoring to detect path resolution anomalies
  • Review container escape detection mechanisms for namespace boundary violations

Monitoring Recommendations

  • Enable kernel audit logging for io_uring operations
  • Implement file integrity monitoring on sensitive directories
  • Monitor for unexpected file access patterns from containerized workloads
  • Review kernel logs for path resolution errors or warnings

How to Mitigate CVE-2020-29373

Immediate Actions Required

  • Upgrade the Linux kernel to version 5.6 or later which contains the security fix
  • Review container and sandbox configurations for potential exposure
  • Audit systems running vulnerable kernel versions for signs of exploitation
  • Consider restricting io_uring syscall access where not required

Patch Information

The vulnerability has been addressed in Linux kernel version 5.6. The fix is contained in commit ff002b30181d30cdfbca316dadd099c3ca0d739c. System administrators should update their kernel to version 5.6 or later to remediate this vulnerability. For detailed patch information, refer to the Linux Kernel Changelog 5.6 and the Linux Kernel Commit ff002b3. Additional technical details can be found in the Chromium Project Zero Issue #2011.

Workarounds

  • Disable io_uring functionality using seccomp filters if the feature is not required
  • Implement additional access controls on sensitive filesystem paths
  • Use AppArmor or SELinux policies to restrict file access from sandboxed processes
  • Consider using container runtimes with enhanced isolation mechanisms until patches are applied
bash
# Disable io_uring syscalls via seccomp (example using Docker)
# Add to container security profile
{
  "defaultAction": "SCMP_ACT_ALLOW",
  "syscalls": [
    {
      "names": ["io_uring_setup", "io_uring_enter", "io_uring_register"],
      "action": "SCMP_ACT_ERRNO"
    }
  ]
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechLinux Kernel

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Chromium Project Zero Issue #2011
  • Vendor Resources
  • Linux Kernel Changelog 5.6

  • Linux Kernel Commit ff002b3
  • Related CVEs
  • CVE-2024-47742: Linux Kernel Path Traversal Vulnerability

  • CVE-2020-28374: Linux Kernel Path Traversal Vulnerability

  • CVE-2026-31411: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-23462: Linux Kernel Use-After-Free 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