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-2021-3923

CVE-2021-3923: Linux Kernel Information Disclosure Flaw

CVE-2021-3923 is an information disclosure vulnerability in the Linux Kernel's RDMA over InfiniBand implementation that allows privileged local attackers to leak kernel stack information and bypass protections.

Published: February 25, 2026

CVE-2021-3923 Overview

A flaw was found in the Linux kernel's implementation of RDMA over InfiniBand. An attacker with a privileged local account can leak kernel stack information when issuing commands to the /dev/infiniband/rdma_cm device node. While this access is unlikely to leak sensitive user information, it can be further used to defeat existing kernel protection mechanisms.

Critical Impact

This vulnerability enables privileged local attackers to leak kernel stack information, potentially bypassing kernel security mechanisms like KASLR (Kernel Address Space Layout Randomization).

Affected Products

  • Linux Kernel (all versions until patched)
  • Red Hat Enterprise Linux 6.0, 7.0, 8.0
  • Fedora 37

Discovery Timeline

  • 2023-03-27 - CVE-2021-3923 published to NVD
  • 2025-02-24 - Last updated in NVD database

Technical Details for CVE-2021-3923

Vulnerability Analysis

This vulnerability is classified as an Information Disclosure flaw (CWE-200) affecting the Linux kernel's RDMA (Remote Direct Memory Access) over InfiniBand implementation. The flaw exists in how the kernel handles commands issued to the /dev/infiniband/rdma_cm device node.

When a privileged local user interacts with this device node, uninitialized kernel stack memory can be leaked to the attacker. While the leaked information may not directly contain sensitive user data, it exposes kernel memory addresses and internal state information that can be leveraged to bypass kernel protection mechanisms.

The attack requires local access with high privileges (root or equivalent), limiting the attack surface. However, in multi-tenant environments or systems where privilege escalation chains are possible, this vulnerability serves as a useful primitive for further exploitation.

Root Cause

The root cause lies in improper handling of kernel stack memory during RDMA connection management operations. The kernel fails to properly initialize or clear memory buffers before returning data to userspace through the /dev/infiniband/rdma_cm interface, resulting in information leakage from the kernel stack.

Attack Vector

This vulnerability requires local access to the system with privileged credentials. The attacker must have the ability to issue commands to the /dev/infiniband/rdma_cm device node. The exploitation is straightforward with low attack complexity once the prerequisites are met.

The attack scenario typically involves:

  1. A privileged local attacker gains access to a system with InfiniBand hardware or RDMA capabilities
  2. The attacker sends crafted commands to the /dev/infiniband/rdma_cm device
  3. Kernel stack information is leaked in the response
  4. The attacker uses leaked addresses to defeat KASLR or other kernel protections
  5. This information enables more sophisticated kernel exploitation techniques

Detection Methods for CVE-2021-3923

Indicators of Compromise

  • Unusual access patterns to /dev/infiniband/rdma_cm device node
  • Unexpected processes with elevated privileges interacting with InfiniBand devices
  • Anomalous system calls related to RDMA/InfiniBand operations from non-standard applications

Detection Strategies

  • Monitor access to /dev/infiniband/* device nodes for unexpected privileged processes
  • Implement audit rules for file access to InfiniBand device nodes using auditd
  • Review process execution logs for unusual RDMA-related activity
  • Use kernel module integrity monitoring to detect exploitation attempts

Monitoring Recommendations

  • Enable kernel auditing for device node access with auditctl -w /dev/infiniband/ -p rwxa
  • Deploy endpoint detection solutions that monitor kernel-level interactions
  • Implement baseline monitoring for InfiniBand device access patterns
  • Review authentication logs for privilege escalation attempts that could precede exploitation

How to Mitigate CVE-2021-3923

Immediate Actions Required

  • Apply the latest kernel security patches from your distribution vendor
  • Restrict access to /dev/infiniband/rdma_cm device node to only essential administrative accounts
  • Review and audit which processes require access to InfiniBand devices
  • Consider disabling the RDMA/InfiniBand kernel modules if not required for operations

Patch Information

Red Hat has tracked this issue in their bug tracking system. For detailed patch information and updates, refer to the Red Hat Bug Report #2019643. Additional technical discussion regarding the fix can be found in the Kernel Archive Mail Thread.

System administrators should update their Linux kernel to the latest patched version available from their distribution. Check with your vendor for specific patch availability:

  • Red Hat Enterprise Linux: Check RHEL security advisories
  • Fedora: Update via dnf update kernel
  • Upstream Linux Kernel: Apply patches from the kernel mailing list

Workarounds

  • Restrict device permissions: chmod 600 /dev/infiniband/rdma_cm
  • Unload InfiniBand kernel modules if not needed: modprobe -r rdma_cm ib_core
  • Add the modules to a blocklist to prevent automatic loading: add blacklist rdma_cm to /etc/modprobe.d/blacklist.conf
  • Implement mandatory access control policies (SELinux/AppArmor) to limit device access
bash
# Configuration example
# Restrict access to InfiniBand device nodes
chmod 600 /dev/infiniband/rdma_cm

# Blacklist RDMA modules if not required
echo "blacklist rdma_cm" >> /etc/modprobe.d/blacklist-rdma.conf
echo "blacklist ib_core" >> /etc/modprobe.d/blacklist-rdma.conf

# Unload modules if currently loaded
modprobe -r rdma_cm
modprobe -r ib_core

# Add audit rule to monitor device access
auditctl -w /dev/infiniband/ -p rwxa -k infiniband_access

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechLinux Kernel

  • SeverityLOW

  • CVSS Score2.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200

  • NVD-CWE-noinfo
  • Technical References
  • Kernel Archive Mail Thread
  • Vendor Resources
  • Red Hat Bug Report #2019643
  • Related CVEs
  • CVE-2026-31464: Linux Kernel Information Disclosure Flaw

  • CVE-2026-31470: Linux Kernel Information Disclosure Flaw

  • CVE-2026-31522: Linux Kernel Information Disclosure Flaw

  • CVE-2026-31529: Linux Kernel Information Disclosure 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