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

CVE-2026-31470: Linux Kernel Information Disclosure Flaw

CVE-2026-31470 is an information disclosure vulnerability in the Linux kernel's TDX guest handling that could expose memory contents beyond allocated buffers. This article covers technical details, affected systems, and mitigation.

Published: April 23, 2026

CVE-2026-31470 Overview

A vulnerability has been identified in the Linux kernel's TDX (Trust Domain Extensions) guest driver affecting the handling of host-controlled quote buffer length validation. The flaw exists in the virt: tdx-guest component where the host-controlled value quote_buf->out_len is insufficiently validated before determining how many bytes of the quote are copied out to guest userspace.

In TDX environments with remote attestation, quotes are not considered private and can be forwarded to an attestation server. The vulnerability allows scenarios where the host specifies a response length larger than the guest's allocation, or otherwise races modifying the response while the guest consumes it. This can result in contents beyond the pages allocated for quote_buf (up to TSM_REPORT_OUTBLOB_MAX) being read out to guest userspace and potentially forwarded in attestation requests.

Critical Impact

This information disclosure vulnerability can cross container protection boundaries, not just local root, as some deployments implement per-container configs-tsm-report interfaces.

Affected Products

  • Linux kernel with TDX guest virtualization support
  • Linux kernel versions with vulnerable virt: tdx-guest driver
  • TDX-enabled virtualization environments with remote attestation

Discovery Timeline

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

Technical Details for CVE-2026-31470

Vulnerability Analysis

This vulnerability represents an information disclosure issue caused by improper input validation of host-controlled buffer length values. The root cause lies in the trust boundary between the TDX guest and the host environment.

In TDX (Trust Domain Extensions) virtualization, the guest relies on the host to provide certain values, including the out_len field within the quote_buf structure. The vulnerable code path fails to properly validate that the host-specified out_len value does not exceed the guest's actual buffer allocation size. When the host provides a maliciously large value, the guest copies memory beyond its allocated buffer boundaries, potentially exposing sensitive kernel memory contents.

The vulnerability is particularly concerning in containerized environments where per-container configs-tsm-report interfaces are deployed. An exploit could allow information to leak across container boundaries, undermining container isolation guarantees.

Root Cause

The root cause is insufficient validation of the host-controlled quote_buf->out_len value in the TDX guest driver. The code path that copies quote data to guest userspace does not verify that the specified output length is within the bounds of the allocated quote_buf memory region. This creates a classic trust boundary violation where untrusted host input directly influences memory operations in the guest.

Additionally, the code is susceptible to a race condition where the host could modify the response length while the guest is consuming it, potentially causing inconsistent state and further memory safety issues.

Attack Vector

The attack vector involves a malicious or compromised host hypervisor manipulating the quote_buf->out_len value to specify a length larger than the guest's allocated buffer. When the guest processes an attestation quote request:

  1. The guest allocates a buffer for the quote response with a specific size
  2. The host fills the quote buffer and sets out_len to indicate the response size
  3. The guest copies out_len bytes to userspace without verifying the value doesn't exceed allocation
  4. Memory contents beyond the allocated pages (up to TSM_REPORT_OUTBLOB_MAX) are exposed

The leaked information could then be forwarded to an attestation server as part of normal attestation workflows, potentially exfiltrating sensitive data from kernel memory or adjacent container contexts.

Detection Methods for CVE-2026-31470

Indicators of Compromise

  • Unusual memory access patterns in TDX guest virtualization contexts
  • Attestation requests containing unexpectedly large quote data
  • Kernel warnings or errors related to TDX guest buffer operations
  • Anomalous data in attestation server logs that may indicate memory corruption

Detection Strategies

  • Monitor kernel logs for TDX-related errors or warnings in the virt: tdx-guest driver
  • Implement integrity checking on attestation quote sizes and contents
  • Deploy kernel memory monitoring tools to detect out-of-bounds read operations
  • Review attestation server logs for abnormally sized or malformed quote data

Monitoring Recommendations

  • Enable verbose logging for TDX guest operations during security audits
  • Implement anomaly detection for attestation request patterns and sizes
  • Monitor container boundaries for unexpected data exposure in TDX environments
  • Deploy SentinelOne Singularity Platform for real-time kernel-level threat detection and memory protection

How to Mitigate CVE-2026-31470

Immediate Actions Required

  • Apply the latest Linux kernel patches that address this vulnerability
  • Review and audit TDX guest deployments for potential exposure
  • Implement additional validation layers for attestation data flows
  • Consider temporarily disabling TDX remote attestation in highly sensitive environments until patched

Patch Information

The Linux kernel maintainers have released patches to address this vulnerability. The fix adds proper validation of the host-controlled quote_buf->out_len value to ensure it does not exceed the guest's buffer allocation. Multiple patch commits are available:

  • Kernel Git Commit 02ca2d9
  • Kernel Git Commit 6f3c879
  • Kernel Git Commit a079a62
  • Kernel Git Commit c3fd16c

System administrators should update to patched kernel versions as soon as possible.

Workarounds

  • Restrict TDX guest attestation functionality to trusted environments only
  • Implement application-level validation of attestation quote sizes before processing
  • Use network segmentation to isolate attestation traffic from sensitive systems
  • Deploy additional monitoring for TDX guest memory operations
bash
# Check current kernel version for TDX support
uname -r

# Verify TDX guest driver status
lsmod | grep tdx

# Review kernel logs for TDX-related issues
dmesg | grep -i tdx

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

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

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

  • Kernel Git Commit Log

  • Kernel Git Commit Log

  • Kernel Git Commit Log
  • Related CVEs
  • CVE-2026-31464: Linux Kernel Information Disclosure Flaw

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

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

  • CVE-2026-31440: Linux Kernel Memory Leak Vulnerability
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