A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Read More
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-31643

CVE-2026-31643: Linux Kernel Information Disclosure Flaw

CVE-2026-31643 is an information disclosure vulnerability in Linux Kernel caused by a key parsing memory leak in rxrpc. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: May 14, 2026

CVE-2026-31643 Overview

CVE-2026-31643 is a memory leak vulnerability in the Linux kernel's rxrpc subsystem. The flaw resides in the rxrpc_preparse_xdr_yfs_rxgk() function, which handles parsing of YFS rxgk keys. Memory allocated to token->rxgk can leak through several error paths after allocation, because the cleanup path at the reject_token: label does not free it. Repeated triggering of these error paths can exhaust kernel memory and cause a denial-of-service condition. The vulnerability is classified under [CWE-401] (Missing Release of Memory after Effective Lifetime) and affects Linux kernel version 6.16 along with several 7.0 release candidates.

Critical Impact

Local users can trigger repeated kernel memory leaks through crafted rxrpc key operations, leading to resource exhaustion and high-impact availability loss.

Affected Products

  • Linux kernel 6.16
  • Linux kernel 7.0-rc1 through 7.0-rc7
  • Systems using the rxrpc networking subsystem with YFS rxgk key support

Discovery Timeline

  • 2026-04-24 - CVE-2026-31643 published to NVD
  • 2026-04-27 - Last updated in NVD database

Technical Details for CVE-2026-31643

Vulnerability Analysis

The defect exists in the Linux kernel's RxRPC (Rx Remote Procedure Call) implementation, specifically in code that parses YFS rxgk-format authentication tokens. The function rxrpc_preparse_xdr_yfs_rxgk() allocates memory and attaches it to the token->rxgk structure during key material parsing. When parsing subsequently fails and execution branches to the reject_token: error label, the allocated token->rxgk memory is not released. Each failed parse leaks kernel heap memory.

This is a local availability issue. An attacker requires the ability to invoke the affected key parsing path, which is reachable from userspace through standard kernel keyring interfaces. Sustained exploitation can exhaust kernel memory and degrade or crash the host.

Root Cause

The root cause is incomplete cleanup logic in an error-handling path. The function allocates the rxgk substructure early in parsing but the reject_token: cleanup block only frees the outer token, omitting the embedded rxgk allocation. This is a classic [CWE-401] memory leak pattern where the allocation lifetime is not correctly tied to all exit paths.

Attack Vector

An authenticated local user can submit malformed YFS rxgk key payloads through the kernel keyring interface, driving rxrpc_preparse_xdr_yfs_rxgk() repeatedly down its rejection path. Each rejected token leaks kernel memory. No memory disclosure or code execution is possible — only availability is affected. The fix, applied across commits 01f51318, b555912b, and d5f76f81, frees the rxgk allocation in the reject_token: case.

No public proof-of-concept or active exploitation has been reported. See the upstream Kernel Git Commit Update for the authoritative patch.

Detection Methods for CVE-2026-31643

Indicators of Compromise

  • Gradual, unexplained increase in kernel slab allocations attributable to the rxrpc subsystem
  • Repeated add_key or keyctl syscalls referencing the rxrpc key type from non-administrative users
  • dmesg warnings about low memory or OOM-killer activity on hosts running AFS/YFS workloads

Detection Strategies

  • Audit /proc/slabinfo and /proc/meminfo over time for steady growth without corresponding workload increase
  • Enable kernel memory leak detection (kmemleak) on test systems to confirm whether token->rxgk allocations are unreleased
  • Correlate keyring syscall telemetry with kernel memory pressure events to identify abusive callers

Monitoring Recommendations

  • Track running Linux kernel versions across the fleet and flag any host on 6.16 or 7.0-rc builds
  • Alert on processes invoking the rxrpc key type that do not belong to known AFS/YFS service accounts
  • Baseline kernel heap usage on AFS/YFS clients and trigger alerts on sustained upward drift

How to Mitigate CVE-2026-31643

Immediate Actions Required

  • Apply the upstream stable kernel updates containing commits 01f51318, b555912b, and d5f76f81 as soon as distribution packages are available
  • Inventory all Linux hosts running kernel 6.16 or any 7.0 release candidate and prioritize them for patching
  • Restrict local shell access on multi-tenant systems until patches are deployed

Patch Information

The fix releases the token->rxgk allocation inside the reject_token: error path of rxrpc_preparse_xdr_yfs_rxgk(). Patches are available from the stable kernel tree: Kernel Git Commit 01f51318, Kernel Git Commit b555912b, and Kernel Git Commit d5f76f81. Rebuild and reboot affected systems after applying.

Workarounds

  • Disable the rxrpc kernel module on systems that do not require AFS or YFS connectivity
  • Apply SELinux or AppArmor policies that restrict use of the add_key and keyctl syscalls for the rxrpc key type to trusted service accounts
  • Place memory cgroup limits on untrusted user sessions to contain the impact of any leak
bash
# Configuration example: blacklist rxrpc on hosts that do not need AFS/YFS
echo "blacklist rxrpc" | sudo tee /etc/modprobe.d/blacklist-rxrpc.conf
sudo rmmod rxrpc 2>/dev/null || true

# Verify the running kernel version against affected releases
uname -r

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

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-401
  • Vendor Resources
  • Kernel Git Commit Update

  • Kernel Git Commit Update

  • Kernel Git Commit Update
  • Related CVEs
  • CVE-2026-43336: Linux Kernel Information Disclosure Flaw

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

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

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