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

CVE-2026-31441: Linux Kernel Memory Leak Vulnerability

CVE-2026-31441 is a memory leak vulnerability in the Linux kernel's dmaengine idxd driver that occurs during workqueue reset operations. This article covers the technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-31441 Overview

A memory leak vulnerability has been discovered in the Linux kernel's IDXD (Intel Data Accelerator Driver) subsystem. The flaw occurs in the idxd_wq_disable_cleanup() function when a workqueue is reset. The function prematurely sets the workqueue type to NONE before its associated resources are properly released, leading to memory leaks that can impact system stability over time.

Critical Impact

This vulnerability can lead to gradual memory exhaustion on systems utilizing Intel Data Accelerators, potentially causing system instability or denial of service conditions during workqueue reset operations.

Affected Products

  • Linux kernel with IDXD (Intel Data Accelerator Driver) support enabled
  • Systems utilizing Intel Data Streaming Accelerator (DSA) or Intel Analytics Accelerator (IAX)
  • Multiple Linux kernel stable branches (see patch commits for specific versions)

Discovery Timeline

  • 2026-04-22 - CVE CVE-2026-31441 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-31441

Vulnerability Analysis

The vulnerability exists within the DMA engine subsystem of the Linux kernel, specifically in the IDXD driver responsible for managing Intel Data Accelerators. When a workqueue undergoes a reset operation, the idxd_wq_disable_cleanup() function is invoked to clean up workqueue resources. However, a logic flaw in this function causes it to set the workqueue type to NONE prematurely—before the workqueue's allocated resources have been properly freed.

In the IDXD driver architecture, setting a workqueue type to NONE signals to other driver components that the workqueue is empty and all its resources have been released. When this flag is set too early, subsequent cleanup routines may skip resource deallocation, believing the work has already been completed. This results in orphaned memory allocations that persist until the system is rebooted.

Root Cause

The root cause is an incorrect ordering of operations in the idxd_wq_disable_cleanup() function. The workqueue type is set to NONE at the beginning of the cleanup sequence rather than at the end after all resources have been properly released. This premature state change causes a disconnect between the workqueue's reported state and its actual resource allocation status, leading to memory being leaked on each workqueue reset operation.

Attack Vector

The attack vector for this vulnerability is local. An attacker with the ability to trigger workqueue reset operations on a system with IDXD enabled could repeatedly trigger the memory leak condition. Over time, this could exhaust available system memory, leading to denial of service. In shared computing environments or containerized workloads utilizing Intel accelerators, this could impact the stability of co-located workloads.

The vulnerability does not require elevated privileges to trigger in environments where unprivileged users have access to IDXD workqueue operations, though typical deployments restrict such access to privileged processes or specific user groups.

Detection Methods for CVE-2026-31441

Indicators of Compromise

  • Gradual increase in kernel memory usage over time without corresponding application memory growth
  • Memory allocation failures or out-of-memory conditions on systems with IDXD workloads
  • System logs showing repeated workqueue reset events in the IDXD driver
  • Unexplained system performance degradation on servers utilizing Intel Data Accelerators

Detection Strategies

  • Monitor kernel memory allocation statistics using tools like /proc/meminfo and compare against baseline values
  • Implement alerting for unusual memory growth patterns on systems running IDXD workloads
  • Review kernel logs for IDXD-related reset events using dmesg | grep -i idxd
  • Deploy memory leak detection tools such as kmemleak to identify orphaned allocations in the kernel

Monitoring Recommendations

  • Establish baseline memory usage metrics for systems with IDXD enabled and alert on deviations
  • Implement periodic memory audits using kernel debugging facilities
  • Monitor workqueue reset frequency through IDXD driver statistics
  • Configure automated alerts for sustained memory growth without corresponding workload increases

How to Mitigate CVE-2026-31441

Immediate Actions Required

  • Apply the available kernel patches from the Linux stable kernel branches
  • Schedule system reboots to reclaim leaked memory on affected systems
  • Consider temporarily disabling IDXD workqueue functionality if the vulnerability is being actively exploited
  • Update to a patched kernel version as soon as possible

Patch Information

The Linux kernel maintainers have released patches to address this vulnerability across multiple stable branches. The fix ensures that the workqueue type is only set to NONE after all associated resources have been properly released.

Patch commits are available from the kernel.org git repository:

  • Linux Kernel Commit 0c3d3ac57e3c
  • Linux Kernel Commit 39c1504e0e76
  • Linux Kernel Commit 54d77cc0c40c
  • Linux Kernel Commit a16098a2f0c1
  • Linux Kernel Commit a9e7815d3862
  • Linux Kernel Commit d9cfb5193a04

Workarounds

  • Minimize workqueue reset operations where possible until patches can be applied
  • Implement scheduled reboots to periodically reclaim leaked memory
  • Monitor memory usage and trigger preventive reboots when thresholds are approached
  • Consider disabling the IDXD driver module (idxd) if Intel Data Accelerator functionality is not required
bash
# Check if IDXD module is loaded
lsmod | grep idxd

# Temporarily disable IDXD module if not required (requires root)
modprobe -r idxd

# Blacklist IDXD module to prevent loading on boot
echo "blacklist idxd" >> /etc/modprobe.d/blacklist-idxd.conf

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Linux Kernel Commit Review 1

  • Linux Kernel Commit Review 2

  • Linux Kernel Commit Review 3

  • Linux Kernel Commit Review 4

  • Linux Kernel Commit Review 5

  • Linux Kernel Commit Review 6
  • Related CVEs
  • CVE-2026-31439: Linux Kernel XDMA Error Handling Flaw

  • CVE-2026-31434: Linux Kernel Memory Leak Vulnerability

  • CVE-2026-31435: Linux Kernel Read Abandonment Vulnerability

  • CVE-2026-31524: Linux Kernel HID ASUS Memory Leak 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