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-2022-41973

CVE-2022-41973: Multipath-tools Privilege Escalation Bug

CVE-2022-41973 is a privilege escalation vulnerability in Opensvc multipath-tools allowing local users to gain root access via symlink manipulation. This article covers technical details, affected versions, and mitigation.

Published: February 18, 2026

CVE-2022-41973 Overview

CVE-2022-41973 is a symlink attack vulnerability in multipath-tools versions 0.7.7 through 0.9.x before 0.9.2 that allows local users to obtain root access. This vulnerability, often exploited in conjunction with CVE-2022-41974, stems from incorrect symlink handling in the multipathd daemon. Local users with access to /dev/shm can manipulate symlinks to achieve controlled file writes outside the intended directory, ultimately enabling local privilege escalation to root.

Critical Impact

Local privilege escalation to root through symlink manipulation in multipathd, allowing complete system compromise when combined with CVE-2022-41974.

Affected Products

  • opensvc multipath-tools (versions 0.7.7 through 0.9.x before 0.9.2)
  • fedoraproject fedora (version 36)
  • debian debian_linux (version 10.0)

Discovery Timeline

  • October 29, 2022 - CVE-2022-41973 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-41973

Vulnerability Analysis

This vulnerability is classified under CWE-59 (Improper Link Resolution Before File Access), commonly known as a symlink attack. The multipathd daemon, which manages multipath devices in Linux environments, fails to properly validate and handle symbolic links when performing operations within the /dev/shm shared memory directory.

The attack requires local access to the target system, specifically the ability to read and write to /dev/shm. An attacker can create or modify symbolic links that the multipathd process follows during its normal operations. Because multipathd runs with elevated privileges (typically as root), any file writes it performs through these malicious symlinks occur with root permissions, allowing the attacker to write arbitrary content to privileged locations on the filesystem.

When combined with CVE-2022-41974 (an authorization bypass vulnerability), this symlink attack becomes significantly more dangerous, as it provides a reliable path from an unprivileged local user to full root access.

Root Cause

The root cause lies in the multipathd daemon's failure to implement proper symlink resolution and validation before file access operations. When processing paths within /dev/shm, the daemon does not verify whether the target is a symbolic link pointing outside the intended directory boundary. This allows Time-of-Check Time-of-Use (TOCTOU) style attacks where an attacker can race to replace a legitimate file with a symlink between when multipathd checks the path and when it performs the write operation.

Attack Vector

The attack is local in nature, requiring the attacker to have an existing account on the target system with access to the /dev/shm directory (a standard world-writable tmpfs mount on most Linux systems).

The exploitation chain typically involves:

  1. An attacker creates a symbolic link in /dev/shm pointing to a privileged file location (such as /etc/passwd, /etc/shadow, or files in /etc/sudoers.d/)
  2. The attacker triggers multipathd to perform a write operation that follows this symlink
  3. Due to insufficient path validation, multipathd writes data to the attacker-controlled destination with root privileges
  4. The attacker leverages this arbitrary file write to establish persistent root access

For detailed technical analysis of this vulnerability and its exploitation, see the Qualys Analysis on Leeloo Multipath and Packet Storm Exploit Analysis.

Detection Methods for CVE-2022-41973

Indicators of Compromise

  • Suspicious symbolic links created in /dev/shm pointing to sensitive system files such as /etc/passwd, /etc/shadow, or sudoers configuration files
  • Unexpected modifications to system configuration files with timestamps correlating to multipathd activity
  • New user accounts or modified sudo permissions that cannot be attributed to legitimate administrative actions
  • Evidence of symlink creation followed by multipathd file operations in system logs

Detection Strategies

  • Monitor /dev/shm for creation of symbolic links, especially those pointing outside the shared memory directory
  • Implement file integrity monitoring on critical system files (/etc/passwd, /etc/shadow, /etc/sudoers, /etc/sudoers.d/)
  • Audit multipathd process activity using Linux audit framework (auditd) to track file operations
  • Deploy endpoint detection rules that correlate symlink creation with subsequent privileged file writes

Monitoring Recommendations

  • Enable comprehensive logging for multipathd daemon operations
  • Configure audit rules to monitor symlink system calls (symlink, symlinkat) in /dev/shm
  • Implement real-time alerting on unauthorized modifications to authentication and authorization files
  • Use SentinelOne's behavioral AI to detect privilege escalation patterns indicative of symlink exploitation

How to Mitigate CVE-2022-41973

Immediate Actions Required

  • Upgrade multipath-tools to version 0.9.2 or later immediately on all affected systems
  • Restrict access to /dev/shm where operationally feasible through mount options
  • Review system logs for evidence of prior exploitation attempts
  • Audit user accounts and sudo configurations for unauthorized changes

Patch Information

The vulnerability has been addressed in multipath-tools version 0.9.2. Organizations should apply vendor-specific security updates as soon as possible:

  • OpenSVC: Upgrade to multipath-tools 0.9.2 or later
  • Debian: Apply DSA-5366 security update; see also Debian LTS Announcement
  • Fedora: Apply the Fedora Package Update
  • Gentoo: Apply GLSA 202311-06
  • SUSE: See Bug Report #1202739 for patch details

Workarounds

  • If immediate patching is not possible, consider restricting multipathd access by limiting which users can interact with the service
  • Mount /dev/shm with the nosymfollow option if supported by your kernel version to prevent symlink traversal
  • Implement mandatory access control (SELinux/AppArmor) policies to confine multipathd file operations
  • Monitor and alert on any symlink creation within /dev/shm as a compensating control
bash
# Example: Check current multipath-tools version
multipathd -k 'show version'

# Example: Apply updates on Debian-based systems
sudo apt update && sudo apt upgrade multipath-tools

# Example: Apply updates on Fedora/RHEL-based systems
sudo dnf update device-mapper-multipath

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechOpensvc

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.23%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-59
  • Technical References
  • Packet Storm Exploit Analysis

  • Packet Storm Race Condition Exploit

  • Full Disclosure Mailing List Post

  • Full Disclosure Mailing List Post

  • Openwall OSS-Security Mailing List Post

  • Openwall OSS-Security Mailing List Post

  • SUSE Bug Report #1202739

  • GitHub Multipath Tools Release 0.9.2

  • Debian LTS Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 2023-11-06

  • Debian Security Advisory DSA-5366

  • Qualys Analysis on Leeloo Multipath
  • Related CVEs
  • CVE-2022-41974: Multipath-tools Privilege Escalation Flaw
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