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-31425

CVE-2026-31425: Linux Kernel Privilege Escalation Flaw

CVE-2026-31425 is a privilege escalation vulnerability in the Linux kernel's RDS InfiniBand module that can cause kernel crashes. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 17, 2026

CVE-2026-31425 Overview

A null pointer dereference vulnerability exists in the Linux kernel's Reliable Datagram Sockets (RDS) InfiniBand (IB) subsystem. The flaw occurs in the rds_ib_get_mr() function when it extracts the rds_ib_connection from conn->c_transport_data and passes it to rds_ib_reg_frmr() for FRWR (Fast Registration Work Request) memory registration. On a fresh outgoing connection, the ic structure is allocated in rds_ib_conn_alloc() with i_cm_id set to NULL because the connection worker has not yet established the RDMA connection. When sendmsg() with RDS_CMSG_RDMA_MAP is called before connection establishment, the kernel crashes due to a null pointer dereference when accessing ic->i_cm_id->qp.

Critical Impact

This vulnerability allows local users to crash the kernel by triggering a null pointer dereference through the RDS sendmsg path before an InfiniBand connection is fully established, resulting in a denial of service condition.

Affected Products

  • Linux Kernel with RDS over InfiniBand support enabled
  • Systems utilizing RDMA/InfiniBand networking with RDS protocol
  • Kernel configurations with CONFIG_RDS_RDMA enabled

Discovery Timeline

  • April 13, 2026 - CVE CVE-2026-31425 published to NVD
  • April 13, 2026 - Last updated in NVD database

Technical Details for CVE-2026-31425

Vulnerability Analysis

The vulnerability is a null pointer dereference that occurs due to a race condition between connection establishment and memory registration operations. When a user calls sendmsg() with the RDS_CMSG_RDMA_MAP control message on a fresh outgoing RDS connection, the system attempts to register memory for RDMA operations before the underlying InfiniBand connection is fully established.

The existing guard in rds_ib_reg_frmr() only checks for !ic (added in commit 9e630bcb7701), but this check is insufficient because the ic (InfiniBand connection) structure is allocated early in rds_ib_conn_alloc() and is always non-NULL once the connection object exists. However, the i_cm_id field within this structure remains NULL until rds_ib_conn_path_connect() creates the RDMA CM ID through the connection worker.

Root Cause

The root cause is an incomplete validation in the rds_ib_get_mr() function. While the code checks whether the ic pointer is non-NULL, it fails to verify that the connection is actually ready for RDMA operations by checking i_cm_id and qp (queue pair) pointers. The sendmsg path processes control messages before connection establishment, creating a window where FRMR registration can be attempted with uninitialized connection state.

The call trace demonstrates the vulnerability path:

  • rds_sendmsg() → rds_cmsg_rdma_map() → __rds_rdma_map() → rds_ib_get_mr() → rds_ib_reg_frmr() → rds_ib_map_frmr() → rds_ib_post_reg_frmr()

At the final function, dereferencing ic->i_cm_id->qp triggers the crash because i_cm_id is NULL.

Attack Vector

The attack is locally exploitable by a user with access to RDS sockets. An attacker can create an RDS socket, initiate an outgoing connection, and immediately call sendmsg() with RDS_CMSG_RDMA_MAP before the InfiniBand connection worker completes establishment. This timing-based attack triggers the null pointer dereference in kernel context, causing a system crash and denial of service.

The vulnerability requires:

  1. Local access to the system
  2. Ability to create RDS sockets (typically requires CAP_NET_RAW or appropriate permissions)
  3. InfiniBand/RDMA hardware or drivers present on the system

Detection Methods for CVE-2026-31425

Indicators of Compromise

  • Kernel panic or oops messages referencing rds_ib_post_reg_frmr in the call trace
  • KASAN reports showing null pointer dereference in the address range 0x0000000000000010-0x0000000000000017
  • System crashes occurring during RDS socket operations over InfiniBand
  • Audit logs showing repeated RDS socket creation followed by immediate sendmsg calls

Detection Strategies

  • Monitor kernel logs for panic messages containing rds_ib_post_reg_frmr, rds_ib_map_frmr, or rds_ib_reg_frmr in the stack trace
  • Deploy KASAN (Kernel Address Sanitizer) in development environments to detect null pointer dereferences early
  • Enable RDS module tracing to identify abnormal sendmsg patterns before connection establishment
  • Configure system watchdogs to capture kernel crash dumps for forensic analysis

Monitoring Recommendations

  • Implement alerting on kernel oops events related to the net/rds/ib_frmr.c code path
  • Monitor for unusual RDS socket activity patterns, particularly rapid socket creation and immediate RDMA mapping attempts
  • Enable audit logging for socket system calls on systems using RDS over InfiniBand
  • Deploy crash reporting infrastructure to collect and analyze kernel panic events

How to Mitigate CVE-2026-31425

Immediate Actions Required

  • Update the Linux kernel to a patched version that includes the fix for this vulnerability
  • If kernel update is not immediately possible, consider disabling the RDS kernel module using modprobe -r rds_rdma rds if RDS functionality is not required
  • Restrict access to RDS socket creation by limiting capabilities or using namespace isolation
  • Monitor systems for crash events indicating potential exploitation attempts

Patch Information

The fix adds comprehensive validation in rds_ib_get_mr() to verify that ic, i_cm_id, and qp are all non-NULL before proceeding with FRMR registration. When the connection is not ready, the function returns -ENODEV, which the existing error handling in rds_cmsg_send() converts to -EAGAIN for userspace retry and triggers rds_conn_connect_if_down() to start the connection worker.

Multiple patch commits are available for various kernel branches:

  • Kernel Git Commit 23e07c340
  • Kernel Git Commit 450ec93c0
  • Kernel Git Commit 47de5b73d
  • Kernel Git Commit 6b0a8de67
  • Kernel Git Commit a54ecccfae
  • Kernel Git Commit a5bfd14c9a

Workarounds

  • Unload the RDS RDMA kernel modules if RDS over InfiniBand functionality is not required: modprobe -r rds_rdma
  • Use kernel module blacklisting by adding blacklist rds_rdma to /etc/modprobe.d/blacklist.conf
  • Implement network namespaces to isolate critical applications from systems requiring RDS functionality
  • Apply mandatory access control policies (SELinux/AppArmor) to restrict which processes can create RDS sockets
bash
# Disable RDS RDMA modules temporarily
modprobe -r rds_rdma rds

# Permanently blacklist if not needed
echo "blacklist rds_rdma" >> /etc/modprobe.d/blacklist-rds.conf
echo "blacklist rds" >> /etc/modprobe.d/blacklist-rds.conf

# Verify modules are not loaded
lsmod | grep rds

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

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

  • Kernel Git Commit 450ec93c0

  • Kernel Git Commit 47de5b73d

  • Kernel Git Commit 6b0a8de67

  • Kernel Git Commit a54ecccfae

  • Kernel Git Commit a5bfd14c9a
  • Related CVEs
  • CVE-2026-31413: Linux Kernel BPF Privilege Escalation

  • CVE-2026-31411: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-23438: Linux Kernel Privilege Escalation Flaw

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