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-2024-9341

CVE-2024-9341: Containers Common Path Traversal Flaw

CVE-2024-9341 is a path traversal flaw in Containers Common that enables attackers to exploit symbolic links and mount sensitive host directories inside containers. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2024-9341 Overview

A symlink attack vulnerability exists in the containers/common Go library that can lead to container escape when FIPS mode is enabled. When FIPS mode is active on the host system, container runtimes may incorrectly handle certain file paths due to improper validation in the subscriptions handling code. This flaw allows an attacker to exploit symbolic links and trick the system into mounting sensitive host directories inside a container, effectively bypassing the intended isolation between containers and the host system.

Critical Impact

This vulnerability enables attackers to escape container isolation and access critical host files, potentially compromising the entire container host infrastructure.

Affected Products

  • Containers Common (Go library)
  • Red Hat OpenShift Container Platform (versions 4.12 through 4.17)
  • Red Hat Enterprise Linux 8.0 and 9.0

Discovery Timeline

  • October 1, 2024 - CVE-2024-9341 published to NVD
  • December 11, 2024 - Last updated in NVD database

Technical Details for CVE-2024-9341

Vulnerability Analysis

The vulnerability resides in the subscriptions handling functionality within the containers/common Go library, specifically in the subscriptions.go file. When FIPS (Federal Information Processing Standards) mode is enabled on the host system, the library's path validation logic fails to properly sanitize file paths before processing mount operations.

This improper link resolution allows an attacker with control over container contents to craft malicious symbolic links that point to sensitive host filesystem locations. When the container runtime processes these paths during container startup or subscription mounting operations, it follows the symlinks without proper validation, resulting in unintended host directories being mounted inside the container.

The vulnerability is classified under CWE-59 (Improper Link Resolution Before File Access), which describes scenarios where a program attempts to access a file based on user-controlled input, but fails to properly neutralize special elements within the pathname that could resolve to a location outside the intended restricted directory.

Root Cause

The root cause lies in insufficient path validation within the subscription mounting logic. The vulnerable code paths can be found at line 169 and line 349 of the subscriptions.go file in the containers/common repository.

The code fails to properly resolve and validate symbolic links before performing file operations, particularly when FIPS mode alters the expected behavior of path resolution. This allows attackers to use symlinks to traverse outside the intended container filesystem boundaries.

Attack Vector

The attack requires network access and user interaction to exploit. An attacker must be able to influence the contents of a container image or have execution capabilities within a running container. The attack scenario involves:

  1. Creating a malicious symbolic link within the container filesystem pointing to a sensitive host path (e.g., /etc/shadow, /etc/kubernetes)
  2. Triggering the vulnerable subscription mounting code path while FIPS mode is enabled
  3. The container runtime follows the symlink without proper validation, mounting the target host directory into the container
  4. The attacker gains read (and potentially write) access to sensitive host files from within the container

The attack has a changed scope, meaning successful exploitation affects resources beyond the vulnerable component's security scope, specifically compromising host system confidentiality.

Detection Methods for CVE-2024-9341

Indicators of Compromise

  • Unexpected symbolic links within container filesystems pointing to host system paths such as /etc, /var, or /root
  • Container processes accessing files outside their expected namespace or cgroup boundaries
  • Anomalous file access patterns from container runtimes involving sensitive host directories
  • Audit logs showing mount operations that reference paths outside container storage

Detection Strategies

  • Enable container runtime auditing to monitor for suspicious mount operations and symlink resolution events
  • Implement file integrity monitoring on critical host system directories to detect unauthorized access from container contexts
  • Deploy runtime security tools that can detect container escape attempts and policy violations
  • Monitor for containers attempting to access FIPS-mode specific configuration files on the host

Monitoring Recommendations

  • Configure SELinux or AppArmor policies to restrict container access to host filesystem paths and alert on policy violations
  • Implement continuous monitoring of container runtime logs for path traversal patterns and unusual symlink resolution
  • Use SentinelOne Singularity for Cloud to detect anomalous container behavior and potential escape attempts in real-time

How to Mitigate CVE-2024-9341

Immediate Actions Required

  • Update containers/common library to the latest patched version as soon as patches are available
  • Apply Red Hat security advisories for affected OpenShift Container Platform and RHEL installations
  • Review container images for suspicious symbolic links before deployment
  • Consider temporarily disabling FIPS mode if not strictly required until patches are applied

Patch Information

Red Hat has released multiple security advisories addressing this vulnerability across their product portfolio. Organizations should apply the appropriate patches based on their deployed products:

  • RHSA-2024:7925 - Initial security update
  • RHSA-2024:8039 - OpenShift Container Platform update
  • RHSA-2024:8112 - Additional platform patches
  • RHSA-2024:9454 - RHEL 9 updates
  • RHSA-2024:9459 - Additional RHEL updates
  • RHSA-2024:10147 - Latest consolidated update
  • RHSA-2024:10818 - Most recent advisory

For complete details, refer to the Red Hat CVE Report for CVE-2024-9341 and Red Hat Bug Report #2315691.

Workarounds

  • Implement strict image scanning policies to detect and block container images containing suspicious symbolic links before deployment
  • Deploy additional container isolation mechanisms such as gVisor or Kata Containers to provide an additional security boundary
  • Use seccomp profiles to restrict syscalls that could be used for symlink-based attacks within containers
  • Enforce read-only root filesystems for containers where possible to prevent runtime creation of malicious symlinks
bash
# Example: Restrict container capabilities and enable read-only root filesystem
podman run --cap-drop=ALL --read-only --security-opt=no-new-privileges \
  --security-opt seccomp=/path/to/custom-seccomp.json \
  your-container-image

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechContainers Common

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.90%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-59
  • Technical References
  • Red Hat Security Advisory RHSA-2024:10147

  • Red Hat Security Advisory RHSA-2024:10818

  • Red Hat Security Advisory RHSA-2024:7925

  • Red Hat Security Advisory RHSA-2024:8039

  • Red Hat Security Advisory RHSA-2024:8112

  • Red Hat Security Advisory RHSA-2024:8238

  • Red Hat Security Advisory RHSA-2024:8263

  • Red Hat Security Advisory RHSA-2024:8428

  • Red Hat Security Advisory RHSA-2024:8690

  • Red Hat Security Advisory RHSA-2024:8694

  • Red Hat Security Advisory RHSA-2024:8846

  • Red Hat Security Advisory RHSA-2024:9454

  • Red Hat Security Advisory RHSA-2024:9459

  • Red Hat CVE Report CVE-2024-9341

  • Red Hat Bug Report #2315691

  • GitHub Subscription Code Reference Line 169

  • GitHub Subscription Code Reference Line 349
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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