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
    • 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-2025-4382

CVE-2025-4382: GRUB LUKS TPM Auth Bypass Vulnerability

CVE-2025-4382 is an authentication bypass flaw in GRUB systems using LUKS-encrypted disks with TPM-based auto-decryption that allows physical attackers to access unencrypted data. This post covers technical details, affected configurations, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-4382 Overview

A security flaw has been identified in systems utilizing LUKS-encrypted disks with GRUB configured for TPM-based auto-decryption. When GRUB is configured to automatically decrypt disks using keys stored in the TPM (Trusted Platform Module), it reads the decryption key into system memory during the boot process. An attacker with physical access to the system can exploit this vulnerability by corrupting the underlying filesystem superblock, causing GRUB to fail to locate a valid filesystem and enter rescue mode. At this point, the disk is already decrypted, and the decryption key remains loaded in system memory, allowing unauthorized access to unencrypted data.

Critical Impact

Physical attackers can bypass full disk encryption by forcing GRUB into rescue mode, gaining access to decrypted data without any further authentication. This compromises both data confidentiality and integrity.

Affected Products

  • Systems utilizing LUKS-encrypted disks with GRUB TPM-based auto-decryption
  • GNU GRUB bootloader with TPM auto-unlock configuration
  • Linux distributions with GRUB TPM2 integration enabled

Discovery Timeline

  • 2025-05-09 - CVE CVE-2025-4382 published to NVD
  • 2025-07-29 - Last updated in NVD database

Technical Details for CVE-2025-4382

Vulnerability Analysis

This vulnerability is classified as CWE-306 (Missing Authentication for Critical Function). The flaw exists in the interaction between GRUB's TPM-based auto-decryption mechanism and its error handling when filesystem corruption is encountered.

When GRUB is configured for TPM-based auto-decryption, the bootloader retrieves the disk encryption key from the TPM during the early boot process. This key is loaded into system memory to perform the decryption operation. Under normal circumstances, GRUB would proceed to mount the decrypted filesystem and continue the boot sequence with appropriate authentication controls.

However, if the filesystem superblock is corrupted—either through intentional manipulation by an attacker with physical access or other means—GRUB fails to locate a valid filesystem structure. Instead of clearing sensitive key material from memory and halting, GRUB enters rescue mode with the decryption key still present in system memory and the disk already in a decrypted state.

This creates a window of opportunity where an attacker with physical access can interact with the rescue mode shell to access decrypted data without needing to provide any authentication credentials, effectively bypassing the security guarantees that full disk encryption is designed to provide.

Root Cause

The root cause is the Missing Authentication for Critical Function (CWE-306). GRUB's rescue mode does not enforce authentication or properly handle the scenario where disk decryption has occurred but filesystem mounting has failed. The design assumes that if the TPM releases the key and decryption succeeds, the system will proceed normally through authenticated boot stages. The rescue mode fallback path was not designed with the security implications of this intermediate state in mind, leaving decrypted data accessible without authentication when filesystem corruption forces this error condition.

Attack Vector

The attack requires physical access to the target system. An attacker would need to:

  1. Gain physical access to a system with LUKS encryption and GRUB TPM auto-decryption enabled
  2. Corrupt the filesystem superblock on the encrypted disk (potentially by manipulating the storage device or modifying disk sectors)
  3. Reboot the system, causing GRUB to successfully decrypt the disk via TPM but fail to mount the corrupted filesystem
  4. Interact with the GRUB rescue mode shell to access the now-decrypted disk contents

The attack exploits the gap between successful TPM-based decryption and failed filesystem mounting, where no additional authentication is required to access the decrypted data.

Detection Methods for CVE-2025-4382

Indicators of Compromise

  • Unexpected filesystem corruption or superblock damage on LUKS-encrypted volumes
  • System logs indicating GRUB rescue mode entries without administrator intervention
  • Evidence of physical tampering with the system chassis or storage devices
  • Anomalous boot patterns or repeated boot failures on TPM-enabled systems

Detection Strategies

  • Implement hardware tamper detection mechanisms to alert on physical access attempts
  • Monitor system boot logs for unexpected GRUB rescue mode entries
  • Configure BIOS/UEFI to log boot events and alert on deviations from normal boot sequences
  • Use measured boot with PCR attestation to detect unexpected boot states

Monitoring Recommendations

  • Enable comprehensive boot logging at the firmware and bootloader levels
  • Implement physical security monitoring for servers and workstations with sensitive data
  • Configure alerting for boot failures or rescue mode entries in centralized logging systems
  • Regularly audit TPM and Secure Boot configuration integrity

How to Mitigate CVE-2025-4382

Immediate Actions Required

  • Review systems configured with GRUB TPM-based auto-decryption for exposure to this vulnerability
  • Implement physical security controls to restrict unauthorized access to affected systems
  • Consider disabling TPM auto-unlock for systems in environments with elevated physical access risks
  • Monitor vendor advisories for patched GRUB versions and apply updates when available

Patch Information

A patch has been developed for GNU GRUB addressing this vulnerability. The fix modifies the rescue mode behavior in grub-core/kern/rescue_reader.c to properly handle the scenario where disk decryption has occurred but filesystem mounting fails. Organizations should monitor the Red Hat CVE Advisory and Red Hat Bug Report for distribution-specific patches. The GNU GRUB Code Diff shows the technical changes made to address this issue.

Workarounds

  • Disable TPM auto-unlock and require manual passphrase entry for disk decryption on sensitive systems
  • Implement BIOS/UEFI passwords and enable chassis intrusion detection where available
  • Use Secure Boot in conjunction with measured boot to establish a trusted boot chain
  • Apply physical security measures such as locked server rooms and tamper-evident seals on system cases
bash
# Example: Disable TPM auto-unlock and configure manual passphrase
# Remove TPM-based keyslot from LUKS volume
cryptsetup luksRemoveKey /dev/sdX --key-slot <tpm-slot-number>

# Verify remaining keyslots require manual authentication
cryptsetup luksDump /dev/sdX

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechGrub

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:P/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-306
  • Technical References
  • Red Hat CVE Advisory

  • Red Hat Bug Report

  • GNU GRUB Code Diff
  • Related CVEs
  • CVE-2026-25828: grub-btrfs RCE Vulnerability

  • CVE-2025-1118: GRUB2 Information Disclosure Vulnerability

  • CVE-2025-0690: GRUB Privilege Escalation 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