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-2025-1118

CVE-2025-1118: GRUB2 Information Disclosure Vulnerability

CVE-2025-1118 is an information disclosure flaw in GRUB2 bootloader that allows memory reading in lockdown mode, exposing signatures and sensitive data. This article covers technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2025-1118 Overview

A security flaw was discovered in GRUB2, the widely-used bootloader for Linux systems. The vulnerability exists because GRUB2's dump command is not blocked when the bootloader is operating in lockdown mode. This oversight allows an attacker with local access and high privileges to read arbitrary memory contents, potentially extracting sensitive information such as cryptographic signatures, salts, and other security-critical data from system memory.

Critical Impact

Attackers with local access can bypass GRUB2 lockdown protections to extract sensitive cryptographic material and signatures from memory, potentially compromising system security and Secure Boot integrity.

Affected Products

  • GRUB2 (GNU GRand Unified Bootloader 2)
  • Linux systems utilizing GRUB2 with lockdown mode enabled
  • Systems relying on Secure Boot with GRUB2

Discovery Timeline

  • 2025-02-19 - CVE-2025-1118 published to NVD
  • 2025-09-18 - Last updated in NVD database

Technical Details for CVE-2025-1118

Vulnerability Analysis

This vulnerability is classified under CWE-501 (Trust Boundary Violation). The core issue stems from an incomplete implementation of GRUB2's lockdown mode security controls. Lockdown mode is designed to prevent unauthorized access to sensitive bootloader functionality when Secure Boot is enabled, ensuring the boot process integrity cannot be tampered with by privileged local users.

However, the dump command—which provides raw memory read capabilities—was not included in the list of restricted commands during lockdown mode. This creates a trust boundary violation where functionality that should be inaccessible in a security-hardened state remains available, enabling memory disclosure attacks.

The attack requires local access with high privileges (such as root or physical console access), but in scenarios where lockdown mode is specifically deployed to prevent privileged users from tampering with boot security, this bypass undermines the intended security model.

Root Cause

The root cause is an incomplete security control implementation in GRUB2's lockdown mode command filtering. When lockdown mode is engaged, GRUB2 is supposed to disable commands that could compromise system security or allow extraction of sensitive data. The dump command, which provides direct memory access capabilities, was inadvertently omitted from the lockdown command blacklist, creating a path for memory information disclosure.

Attack Vector

The attack vector is local, requiring an attacker to have high-privilege access to the GRUB2 command line interface. In a typical exploitation scenario:

  1. An attacker gains access to the GRUB2 command prompt during system boot or through console access
  2. Despite lockdown mode being active, the attacker executes the dump command
  3. The attacker reads arbitrary memory regions to extract sensitive data
  4. Extracted information may include cryptographic signatures, salts, encryption keys, or other security-sensitive material stored in memory

This vulnerability is particularly concerning in environments where lockdown mode is deployed as a defense-in-depth measure against insider threats or to maintain Secure Boot chain integrity even when privileged access is compromised.

Detection Methods for CVE-2025-1118

Indicators of Compromise

  • Unexpected access to GRUB2 command line during boot process
  • Evidence of the dump command being executed in GRUB2 logs or boot records
  • Unauthorized physical or console access to systems during boot sequence
  • Anomalous boot timing or interrupted boot processes suggesting manual intervention

Detection Strategies

  • Monitor for unauthorized physical access to systems during boot procedures
  • Implement boot logging and audit trails where possible to detect command-line access
  • Review system access logs for evidence of console or remote management access during boot windows
  • Deploy hardware security modules or TPM-based attestation to detect boot process tampering

Monitoring Recommendations

  • Enable and review UEFI/BIOS boot logs for signs of manual boot interruption
  • Implement physical security controls to limit access during system startup
  • Configure remote management interfaces (IPMI, iLO, iDRAC) with strong authentication and audit logging
  • Consider implementing measured boot with TPM attestation to detect boot process anomalies

How to Mitigate CVE-2025-1118

Immediate Actions Required

  • Apply the latest GRUB2 security patches from your Linux distribution vendor
  • Review Red Hat Security Errata RHSA-2025:16154 for patch details
  • Restrict physical and console access to systems during boot procedures
  • Audit remote management access to ensure only authorized personnel can access boot interfaces
  • Consider implementing additional boot security measures such as BIOS/UEFI passwords

Patch Information

Red Hat has released security updates addressing this vulnerability. Organizations running RHEL and derivative distributions should consult the Red Hat Security Errata RHSA-2025:16154 for specific package versions and update instructions. Additional details are available through Red Hat CVE Details and Red Hat Bug Report #2346137.

After updating GRUB2 packages, regenerate the GRUB2 configuration and reinstall the bootloader to ensure the patched version is active.

Workarounds

  • Implement strict physical security controls to prevent unauthorized access during boot
  • Configure BIOS/UEFI passwords to prevent unauthorized access to boot options
  • Disable remote management interfaces when not actively needed for administration
  • Use boot media integrity verification mechanisms where available
  • Consider deploying full disk encryption with pre-boot authentication to add defense layers
bash
# After applying GRUB2 security updates, regenerate configuration
# For RHEL/CentOS/Fedora systems:
grub2-mkconfig -o /boot/grub2/grub.cfg

# For Debian/Ubuntu systems:
update-grub

# Verify the updated GRUB2 version is installed
grub2-install --version

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechGrub

  • SeverityMEDIUM

  • CVSS Score4.4

  • EPSS Probability0.05%

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

  • Red Hat CVE Details

  • Red Hat Bug Report #2346137
  • Related CVEs
  • CVE-2026-25828: grub-btrfs RCE Vulnerability

  • CVE-2025-4382: GRUB LUKS TPM Auth Bypass 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