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-2026-23211

CVE-2026-23211: Linux Kernel DoS Vulnerability

CVE-2026-23211 is a denial of service flaw in the Linux kernel affecting swap address space handling that can trigger kernel panic under heavy memory pressure. This article covers technical details, impact, and mitigation.

Published: February 20, 2026

CVE-2026-23211 Overview

A kernel panic vulnerability exists in the Linux kernel's memory management subsystem related to swap address space handling. The issue was introduced when commit 8b47299a411a made the swap address space read-only as part of a security hardening measure. However, this change can lead to a kernel panic condition when arch_prepare_to_swap returns a failure under heavy memory pressure scenarios.

Critical Impact

Systems under heavy memory pressure may experience kernel panics, leading to complete system unavailability and potential data loss from interrupted operations.

Affected Products

  • Linux Kernel (versions with commit 8b47299a411a applied)
  • Systems experiencing high memory pressure with swap enabled
  • ARM64 architecture systems (based on call stack indicators)

Discovery Timeline

  • February 18, 2026 - CVE-2026-23211 published to NVD
  • February 18, 2026 - Last updated in NVD database

Technical Details for CVE-2026-23211

Vulnerability Analysis

This vulnerability represents a Denial of Service condition triggered by improper handling of swap address space attributes in the Linux kernel's memory management code. The root issue stems from a prior security enhancement (commit 8b47299a411a) that marked swap address space as read-only with added context debug checks. While this was intended to improve security, it created an unintended failure path when memory allocation routines encounter specific error conditions.

When the kernel is under heavy memory pressure and needs to reclaim pages by swapping them to disk, the arch_prepare_to_swap function may fail. Under normal circumstances, this failure would be handled gracefully. However, with the swap address space marked as read-only, the error handling path triggers an exception when attempting to set writeback errors via __filemap_set_wb_err, ultimately resulting in a kernel panic.

Root Cause

The root cause lies in the interaction between the read-only swap address space attribute and the error handling code path in shrink_folio_list. When arch_prepare_to_swap fails during memory reclamation under high pressure, the kernel attempts to record the error using errseq_set through __filemap_set_wb_err. This write operation conflicts with the read-only attribute set on the swap address space, triggering an el1_abort exception on ARM64 systems that propagates up the call stack and causes a kernel panic.

Attack Vector

The vulnerability is triggered through resource exhaustion conditions rather than direct exploitation. An attacker or adverse system conditions that cause heavy memory pressure can indirectly trigger this panic. The attack scenario involves:

  1. System enters a high memory pressure state
  2. Kernel initiates aggressive page reclamation via try_to_free_pages
  3. The shrink_folio_list function attempts to swap out pages
  4. arch_prepare_to_swap fails due to resource constraints
  5. Error recording via __filemap_set_wb_err triggers a write to read-only memory
  6. ARM64 systems generate an el1_abort exception
  7. Kernel panics due to unhandled exception

The panic call stack demonstrates this flow through functions including shrink_folio_list, evict_folios, try_to_shrink_lruvec, and ultimately __alloc_pages_slowpath during memory allocation under pressure.

Detection Methods for CVE-2026-23211

Indicators of Compromise

  • Kernel panic messages containing el1_abort or el1h_64_sync_handler on ARM64 systems
  • Crash dumps showing errseq_set or __filemap_set_wb_err in the call stack
  • System crashes occurring during periods of high memory utilization with active swap usage
  • Presence of shrink_folio_list and evict_folios in kernel oops traces

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for abort exceptions related to memory management operations
  • Implement crash dump analysis to identify panic patterns matching the swap address space attribute issue
  • Track memory pressure events using Linux kernel memory cgroup statistics and swap utilization metrics
  • Deploy kernel event tracing on arch_prepare_to_swap failure paths in development and staging environments

Monitoring Recommendations

  • Configure kernel crash dump collection (kdump) to capture diagnostic information when panics occur
  • Set up alerts for high swap utilization combined with memory pressure indicators
  • Monitor system stability metrics including uptime and unplanned restart events
  • Review kernel version and patch levels against affected versions in deployment inventory

How to Mitigate CVE-2026-23211

Immediate Actions Required

  • Update Linux kernel to patched versions that restore proper swap address space attributes
  • Review memory allocation configurations on systems experiencing high memory pressure
  • Ensure kernel crash dump collection is enabled for diagnostic purposes
  • Consider increasing swap space or physical memory to reduce pressure scenarios

Patch Information

The Linux kernel maintainers have released patches to address this vulnerability by restoring the swap address space to its previous (non-read-only) state. The fix prevents the kernel panic by allowing error recording operations to complete successfully.

Official patch commits are available:

  • Kernel Git Commit - Patch (commit a0f3c0845a4f)
  • Kernel Git Commit - Update (commit b0020cbd2638)

Apply the appropriate patch from stable kernel branches or upgrade to a kernel version containing these fixes.

Workarounds

  • Reduce memory pressure by increasing physical RAM or swap capacity to lower the likelihood of triggering the vulnerable code path
  • Configure memory overcommit settings (vm.overcommit_memory, vm.overcommit_ratio) to reduce aggressive memory allocation scenarios
  • Monitor and manage memory-intensive workloads to prevent sustained high memory pressure
  • Consider disabling swap temporarily on critical systems if memory resources permit, until patching is complete
bash
# Temporary workaround: Adjust memory overcommit settings
# Reduce likelihood of triggering memory pressure conditions
echo 2 > /proc/sys/vm/overcommit_memory
echo 80 > /proc/sys/vm/overcommit_ratio

# Monitor swap usage and memory pressure
cat /proc/meminfo | grep -E "Swap|MemAvailable"
cat /proc/pressure/memory

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Git Commit - Patch

  • Kernel Git Commit - Update
  • Related CVEs
  • CVE-2026-23446: Linux Kernel aqc111 Driver DoS Vulnerability

  • CVE-2026-23451: Linux Kernel Bonding Driver DoS Flaw

  • CVE-2026-23460: Linux Kernel ROSE Protocol DoS Vulnerability

  • CVE-2026-23459: Linux Kernel DOS 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