A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-46256

CVE-2026-46256: Linux Kernel NFS LOCALIO DoS Vulnerability

CVE-2026-46256 is a denial of service flaw in Linux kernel NFS LOCALIO that causes direct reclaim recursion deadlock. This article covers the technical details, affected kernel versions, potential impact, and mitigation steps.

Published: June 4, 2026

CVE-2026-46256 Overview

CVE-2026-46256 is a Linux kernel vulnerability in the NFS LOCALIO subsystem. LOCALIO is an NFS loopback mount optimization that bypasses the network stack for READ, WRITE, and COMMIT operations when the NFS client and server reside on the same system. The flaw allows direct reclaim recursion back into NFS through nfs_writepages, which can produce a recursion deadlock. The issue arises because LOCALIO remains fundamentally an NFS loopback mount and inherits its memory reclaim hazards. A typical recursion path traverses NFS LOCALIO down to XFS and then back into NFS through nfs_writepages.

Critical Impact

A memory pressure event on systems using NFS LOCALIO can trigger a recursive direct reclaim path that deadlocks kernel I/O threads and stalls filesystem operations.

Affected Products

  • Linux kernel versions containing the NFS LOCALIO loopback optimization
  • Systems where the NFS client and NFS server are co-located on the same host
  • Workloads that stack NFS LOCALIO over XFS or similar local filesystems

Discovery Timeline

  • 2026-06-03 - CVE-2026-46256 published to the National Vulnerability Database
  • 2026-06-03 - Last updated in NVD database

Technical Details for CVE-2026-46256

Vulnerability Analysis

The vulnerability is a kernel-level deadlock condition triggered by direct memory reclaim recursing back into NFS. LOCALIO short-circuits the network path for co-located NFS client and server, but its page cache allocations were performed in a context that permitted filesystem reentry. When the kernel enters direct reclaim during a page cache allocation, the reclaim path can call into nfs_writepages to flush dirty NFS pages. Because LOCALIO routes that write through the local backing filesystem (for example, XFS), and that filesystem may itself trigger further allocations, the call chain can loop back into NFS.

The maintainers reference an analogous XFS fix in commit ad22c7a043c2 ("xfs: prevent stack overflows from page cache allocation"), which addressed the same class of stack and reclaim recursion problem. The Linux NFS maintainers resolved the LOCALIO variant by ensuring all LOCALIO page cache allocations occur under GFP_NOFS context, which prevents the allocator from reentering filesystem code paths during reclaim.

Root Cause

The root cause is the use of an allocation context that permits filesystem reentry (GFP flags without __GFP_FS masked off) within LOCALIO page cache paths. When memory pressure invokes direct reclaim on those allocations, the reclaim machinery may dispatch writeback through nfs_writepages, which in the LOCALIO topology calls back into local filesystem code and ultimately into NFS again. This is a recursion and resource-exhaustion defect rather than a memory-safety bug.

Attack Vector

Exploitation is not a typical remote attack vector. The condition is triggered by legitimate workload behavior on hosts that mount NFS exports served by the same kernel via LOCALIO. A local user or workload that generates sufficient dirty page pressure on the NFS LOCALIO mount can induce the recursive reclaim path. The result is a denial-of-service condition affecting I/O throughput and potentially the broader system.

No verified proof-of-concept code is published. Technical details are available in the upstream Linux kernel commits referenced in the kernel.org commit 67435d2d8a33, kernel.org commit 6a5de0c4fc0f, and kernel.org commit ae26a4cf2baf.

Detection Methods for CVE-2026-46256

Indicators of Compromise

  • Kernel hung task warnings referencing nfs_writepages in the call stack
  • Soft lockup or stalled task reports involving NFS LOCALIO mounts under memory pressure
  • Sustained high kswapd activity coinciding with NFS write stalls on co-located client/server hosts

Detection Strategies

  • Inventory hosts running co-located NFS client and server with LOCALIO enabled and correlate kernel versions against patched stable releases
  • Parse dmesg and journalctl -k output for hung task traces that include NFS writeback and direct reclaim frames
  • Monitor /proc/pressure/memory and /proc/pressure/io for sustained stall ratios on affected hosts

Monitoring Recommendations

  • Forward kernel logs to a centralized analytics platform and alert on INFO: task ... blocked events that involve NFS writeback symbols
  • Track NFS server-side I/O latency on hosts with LOCALIO enabled and alert on sudden drops in throughput
  • Maintain version inventory of Linux kernels across the fleet to flag unpatched hosts running NFS LOCALIO

How to Mitigate CVE-2026-46256

Immediate Actions Required

  • Identify all systems running NFS LOCALIO with the NFS client and server on the same host
  • Apply the upstream kernel fixes that enforce GFP_NOFS allocation context in NFS LOCALIO page cache paths
  • Reboot affected systems after kernel package updates to ensure the patched kernel is active

Patch Information

The fix forces all LOCALIO page cache allocations to use GFP_NOFS, preventing direct reclaim from recursing into filesystem code. The patches are merged upstream and backported to stable kernel branches. Refer to the kernel.org commit 67435d2d8a33, kernel.org commit 6a5de0c4fc0f, and kernel.org commit ae26a4cf2baf for the specific changes. Apply the corresponding distribution kernel updates as they become available.

Workarounds

  • Disable the NFS LOCALIO optimization on affected hosts until patched kernels are deployed
  • Separate the NFS client and server onto distinct hosts to eliminate the loopback path that LOCALIO optimizes
  • Reduce memory pressure on co-located NFS hosts by tuning vm.dirty_ratio and vm.dirty_background_ratio to flush dirty pages earlier
bash
# Reduce dirty page accumulation to lower the probability of direct reclaim under load
sysctl -w vm.dirty_background_ratio=5
sysctl -w vm.dirty_ratio=10

# Verify running kernel version against patched stable releases
uname -r

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

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

  • Kernel Git Commit Update

  • Kernel Git Commit Update
  • Related CVEs
  • CVE-2026-46273: Linux Kernel ibmveth DOS Vulnerability

  • CVE-2026-46271: Linux Kernel ath12k WiFi DoS Vulnerability

  • CVE-2026-46266: Linux Kernel RAW Socket DoS Vulnerability

  • CVE-2026-46262: Linux Kernel fsl_xcvr DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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