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
    • 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-2022-0812

CVE-2022-0812: Linux Kernel Information Disclosure Flaw

CVE-2022-0812 is an information disclosure vulnerability in the Linux Kernel's NFS over RDMA implementation that allows attackers with normal user privileges to leak kernel information. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 17, 2026

CVE-2022-0812 Overview

An information leak vulnerability was discovered in the Linux Kernel's NFS over RDMA implementation, specifically within the net/sunrpc/xprtrdma/rpc_rdma.c component. This flaw allows an attacker with normal user privileges to potentially leak sensitive kernel information through the Remote Direct Memory Access (RDMA) transport layer used for NFS operations.

Critical Impact

Authenticated users with low-privilege access can exploit this vulnerability to extract kernel memory contents, potentially exposing sensitive data including kernel addresses, cryptographic keys, or other confidential information useful for further attacks.

Affected Products

  • Linux Kernel (multiple versions)
  • Linux Kernel 5.8.0-rc1 through 5.8.0-rc5
  • Systems utilizing NFS over RDMA transport

Discovery Timeline

  • August 29, 2022 - CVE-2022-0812 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-0812

Vulnerability Analysis

This vulnerability represents an information disclosure weakness in the Linux Kernel's Sun RPC RDMA transport implementation for NFS. The flaw resides in the rpc_rdma.c file, which handles the RDMA-based transport protocol for NFS operations. When processing certain NFS over RDMA requests, the kernel fails to properly sanitize memory contents before transmitting data, resulting in unintended exposure of kernel memory to user-space applications.

The information leak can be triggered by authenticated users with standard privileges, making it accessible to any local user account on affected systems. While the vulnerability does not directly enable code execution or privilege escalation, the leaked kernel information could assist attackers in bypassing security mechanisms such as Kernel Address Space Layout Randomization (KASLR) or in crafting more sophisticated exploits.

Root Cause

The root cause of CVE-2022-0812 stems from improper memory handling in the NFS over RDMA subsystem. Specifically, the code in net/sunrpc/xprtrdma/rpc_rdma.c fails to properly initialize or clear memory buffers before they are transmitted via RDMA operations. This results in uninitialized memory contents—potentially containing sensitive kernel data—being exposed to authenticated users through the NFS RDMA transport layer.

Attack Vector

The attack can be executed over the network by any authenticated user with low privileges. The exploitation requires:

  1. Network access to a system with NFS over RDMA enabled
  2. Valid user credentials (low privilege sufficient)
  3. Ability to initiate NFS operations over the RDMA transport

The attacker initiates specific NFS operations that trigger the vulnerable code path, causing the kernel to expose memory contents through improperly sanitized RDMA responses. The leaked information is returned to the attacker without requiring user interaction.

The vulnerability has been addressed in the Linux kernel through commit 912288442cb2f431bf3c8cb097a5de83bc6dbac1, which properly sanitizes memory buffers before transmission. See the Linux Kernel Commit Update for technical implementation details.

Detection Methods for CVE-2022-0812

Indicators of Compromise

  • Unusual NFS over RDMA traffic patterns or excessive NFS mount operations
  • Unexpected memory read operations from the xprtrdma kernel module
  • Anomalous user activity involving NFS mounts on RDMA-enabled storage systems
  • Evidence of kernel memory contents in captured network traffic

Detection Strategies

  • Monitor kernel logs for warnings or errors related to the xprtrdma module and rpc_rdma.c operations
  • Deploy network monitoring to identify unusual NFS over RDMA traffic patterns
  • Implement file integrity monitoring on NFS-mounted resources
  • Use kernel auditing to track operations involving the Sun RPC RDMA subsystem

Monitoring Recommendations

  • Enable detailed logging for NFS and RDMA-related kernel modules
  • Monitor for unauthorized access attempts to NFS-mounted file systems
  • Implement alerting for unusual kernel memory access patterns
  • Review authentication logs for unexpected user activity on NFS-enabled systems

How to Mitigate CVE-2022-0812

Immediate Actions Required

  • Apply the latest Linux kernel security updates containing the fix (commit 912288442cb2f431bf3c8cb097a5de83bc6dbac1)
  • Review and restrict user access to NFS over RDMA resources
  • Consider disabling NFS over RDMA if not required for business operations
  • Implement network segmentation to limit exposure of RDMA-enabled NFS services

Patch Information

The vulnerability has been addressed in upstream Linux kernel commits. Organizations should update to patched kernel versions as provided by their distribution vendors. Multiple vendors have released advisories and patches:

  • Red Hat CVE Advisory - Contains Red Hat-specific patching guidance
  • Ubuntu CVE Advisory - Ubuntu security update information
  • NetApp Security Advisory - NetApp product impact and patches

The fix is available in the mainline Linux kernel via the Linux Kernel Commit Update.

Workarounds

  • Disable NFS over RDMA transport if not essential to operations
  • Restrict network access to NFS services using firewall rules
  • Limit user accounts with access to NFS-mounted resources
  • Enable strict authentication requirements for NFS operations
bash
# Disable NFS over RDMA module (temporary workaround)
modprobe -r xprtrdma
echo "blacklist xprtrdma" >> /etc/modprobe.d/blacklist-xprtrdma.conf

# Restrict NFS access via firewall
iptables -A INPUT -p tcp --dport 2049 -j DROP
iptables -A INPUT -p tcp --dport 2049 -s trusted_network/24 -j ACCEPT

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

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.16%

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

  • NVD-CWE-noinfo
  • Technical References
  • Red Hat CVE Advisory

  • Red Hat Bug Report #2058361

  • Red Hat Bug Report #2058955

  • NetApp Security Advisory

  • Ubuntu CVE Advisory
  • Vendor Resources
  • Linux Kernel Commit Update
  • Related CVEs
  • CVE-2026-31632: Linux Kernel Information Disclosure Flaw

  • CVE-2026-31461: Linux Kernel Information Disclosure

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

  • CVE-2025-59105: Flash Memory 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