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

CVE-2022-41222: Linux Kernel Use-After-Free Vulnerability

CVE-2022-41222 is a use-after-free vulnerability in the Linux Kernel's mm/mremap.c component caused by a stale TLB during PUD moves. This article covers the technical details, affected versions, and mitigation strategies.

Published: February 11, 2026

CVE-2022-41222 Overview

CVE-2022-41222 is a use-after-free vulnerability discovered in the Linux kernel's memory management subsystem, specifically in mm/mremap.c. The vulnerability exists in kernel versions before 5.13.3 and stems from improper handling of rmap (reverse mapping) locks during PUD (Page Upper Directory) move operations. This flaw can lead to a stale TLB (Translation Lookaside Buffer) condition, enabling potential privilege escalation or system compromise by a local attacker with low-level privileges.

Critical Impact

Local attackers with low privileges can exploit this use-after-free vulnerability to potentially achieve privilege escalation, arbitrary code execution, or cause denial of service conditions on affected Linux systems.

Affected Products

  • Linux Kernel (versions before 5.13.3)
  • Debian Linux 10.0
  • Canonical Ubuntu Linux 18.04 LTS, 20.04 LTS, 22.04 LTS
  • NetApp HCI Baseboard Management Controller (H300S, H410C, H410S, H500S, H700S)

Discovery Timeline

  • 2022-09-21 - CVE-2022-41222 published to NVD
  • 2025-05-28 - Last updated in NVD database

Technical Details for CVE-2022-41222

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free) and affects the mremap system call implementation in the Linux kernel. The flaw occurs when the kernel fails to properly hold an rmap lock during a PUD move operation, creating a race condition that can result in use-after-free memory access through a stale TLB entry.

The attack requires local access to the system and involves high complexity due to the race condition nature of the vulnerability. An attacker must successfully win a race to exploit the stale TLB condition. Despite the complexity, successful exploitation can lead to high impacts on confidentiality, integrity, and availability—potentially allowing an attacker to read sensitive kernel memory, modify kernel data structures, or crash the system.

Root Cause

The root cause lies in the improper synchronization within mm/mremap.c. When performing a PUD move operation, the kernel fails to acquire and hold the necessary rmap lock. This missing lock creates a window where the TLB can contain stale entries pointing to memory that has already been freed or reallocated. The race condition between the TLB flush and the memory deallocation enables the use-after-free scenario.

Attack Vector

The vulnerability requires local access to the target system. An attacker with low-privilege access must craft a specific sequence of memory operations involving the mremap() system call to trigger the race condition. The attack involves:

  1. Mapping memory regions that will trigger PUD-level page table operations
  2. Initiating concurrent mremap() operations to create the race condition
  3. Timing the operations to exploit the window where the rmap lock is not held
  4. Accessing memory through the stale TLB entry before it is invalidated

Due to the race condition nature, the attack may require multiple attempts to succeed, but the high impact on confidentiality, integrity, and availability makes this a significant threat to affected systems.

Detection Methods for CVE-2022-41222

Indicators of Compromise

  • Unusual kernel panics or crashes related to memory management subsystems
  • Unexpected privilege escalations from low-privilege user accounts
  • Anomalous mremap() system call patterns or high frequency of mremap operations
  • Kernel log messages indicating memory corruption or invalid page table entries

Detection Strategies

  • Monitor system calls using auditd to track suspicious mremap() activity patterns
  • Deploy kernel-level endpoint detection to identify use-after-free exploitation attempts
  • Implement SentinelOne's behavioral AI to detect anomalous memory operation sequences
  • Review kernel logs for TLB-related errors or memory management warnings

Monitoring Recommendations

  • Enable kernel auditing for memory management system calls (mremap, mmap, munmap)
  • Configure alerting on kernel crash events with stack traces involving mm/mremap.c
  • Use SentinelOne's Singularity Platform for real-time kernel-level threat detection
  • Monitor for unauthorized privilege changes following mremap system call activity

How to Mitigate CVE-2022-41222

Immediate Actions Required

  • Update Linux kernel to version 5.13.3 or later immediately
  • Apply vendor-specific security patches for Debian, Ubuntu, and NetApp products
  • Restrict local access to only trusted users until patching is complete
  • Enable additional kernel hardening options where available

Patch Information

The vulnerability has been addressed in Linux kernel version 5.13.3 and later. The fix ensures proper rmap lock acquisition during PUD move operations. The specific commit addressing this issue is available in the Linux Kernel Commit 97113eb. Detailed changelog information can be found in the Linux Kernel ChangeLog 5.13.3.

For enterprise distributions, refer to:

  • Debian LTS Announcement November 2022
  • NetApp Security Advisory NTAP-20230214-0008
  • Packet Storm Live Patch Notice for live patching options

Workarounds

  • Limit local user access to reduce the attack surface until patches can be applied
  • Consider implementing kernel live patching solutions for production systems that cannot be immediately rebooted
  • Use containerization with restricted syscall profiles (seccomp) to limit mremap() access
  • Enable kernel Address Space Layout Randomization (KASLR) to increase exploitation difficulty
bash
# Check current kernel version
uname -r

# For Debian/Ubuntu systems, update the kernel
sudo apt update && sudo apt upgrade linux-image-generic

# Verify the updated kernel version (should be 5.13.3 or later, or patched backport)
dpkg -l | grep linux-image

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Technical References
  • Packet Storm Use-After-Free Advisory

  • Debian LTS Announcement November 2022

  • NetApp Security Advisory NTAP-20230214-0008
  • Vendor Resources
  • Packet Storm Live Patch Notice

  • Chromium Project Zero Issue #2347

  • Linux Kernel ChangeLog 5.13.3

  • Linux Kernel Commit 97113eb
  • Related CVEs
  • CVE-2026-23462: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-23458: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-23435: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-23456: 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