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-2023-4693

CVE-2023-4693: GNU GRUB2 Information Disclosure Flaw

CVE-2023-4693 is an information disclosure vulnerability in GNU GRUB2's NTFS driver that allows attackers to read sensitive memory data. This article covers the technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2023-4693 Overview

An out-of-bounds read vulnerability has been identified in the NTFS filesystem driver of GNU GRUB2, the widely-used multiboot bootloader. This flaw allows a physically present attacker to craft a malicious NTFS file system image that can read arbitrary memory locations during the boot process. Successful exploitation enables the leakage of sensitive data cached in memory or EFI variable values, presenting a significant confidentiality risk to affected systems.

Critical Impact

Attackers with physical access can leverage crafted NTFS images to leak sensitive memory contents including cached credentials and EFI variables from systems running vulnerable GRUB2 versions.

Affected Products

  • GNU GRUB2 (all versions prior to patched releases)
  • Red Hat Enterprise Linux 8.0
  • Red Hat Enterprise Linux 9.0

Discovery Timeline

  • October 25, 2023 - CVE-2023-4693 published to NVD
  • November 4, 2025 - Last updated in NVD database

Technical Details for CVE-2023-4693

Vulnerability Analysis

This vulnerability resides in GRUB2's NTFS filesystem driver implementation, which fails to properly validate boundaries when processing NTFS file system structures. The out-of-bounds read condition (CWE-125) occurs when the driver parses specially crafted NTFS metadata, allowing memory contents beyond the intended buffer boundaries to be accessed. Since GRUB2 operates during the pre-boot phase before operating system security controls are active, an attacker can potentially access sensitive information that would otherwise be protected, including EFI variables that may contain Secure Boot keys, platform configuration data, and other security-critical information cached in memory.

Root Cause

The root cause of this vulnerability is insufficient bounds checking in the NTFS filesystem driver code within GRUB2. When processing NTFS file system structures, the driver does not adequately validate that read operations remain within the allocated buffer boundaries. This allows carefully crafted NTFS metadata to trigger reads from memory locations outside the intended data structures, resulting in information disclosure.

Attack Vector

The attack requires physical access to the target system. An attacker must present a specially crafted NTFS file system image to the GRUB2 bootloader, typically via a malicious USB storage device or modified boot media. When GRUB2 attempts to read from this malicious NTFS partition during boot, the crafted file system structures trigger out-of-bounds memory reads. The attacker can then extract sensitive information from the leaked memory contents, potentially including EFI variables, cached credentials, or other security-sensitive data present in memory during the boot process.

The physical access requirement limits the attack surface, but in scenarios where attackers can access systems physically (such as shared workspaces, data centers, or stolen hardware), this vulnerability poses a serious confidentiality risk.

Detection Methods for CVE-2023-4693

Indicators of Compromise

  • Unexpected USB devices or removable media connected during system boot sequences
  • Modified or tampered boot partitions containing suspicious NTFS file systems
  • Abnormal GRUB2 behavior or unexpected file system access attempts during boot
  • Evidence of physical tampering with system boot media

Detection Strategies

  • Implement Secure Boot and verify all bootloader components are signed with trusted keys
  • Monitor for unauthorized changes to GRUB2 configuration files and boot partitions
  • Deploy hardware security modules or TPM-based attestation to detect boot chain modifications
  • Conduct regular integrity verification of bootloader binaries and configurations

Monitoring Recommendations

  • Enable firmware logging to capture boot-time events and potential anomalies
  • Implement physical security controls to detect and prevent unauthorized system access
  • Use endpoint detection solutions capable of monitoring pre-boot environments where supported
  • Audit removable media usage policies and restrict boot from external devices via BIOS/UEFI settings

How to Mitigate CVE-2023-4693

Immediate Actions Required

  • Update GRUB2 to the latest patched version from your distribution vendor immediately
  • Enable Secure Boot to prevent execution of unsigned or modified bootloaders
  • Restrict physical access to affected systems and implement tamper-evident controls
  • Disable boot from removable media in BIOS/UEFI settings where operationally feasible

Patch Information

Multiple Linux distributions have released security updates addressing this vulnerability. Red Hat has published security advisories RHSA-2024:2456 and RHSA-2024:3184 for Enterprise Linux. Fedora, Debian, and Gentoo have also released patched packages. Organizations should consult their respective distribution's security advisories and apply available updates. Additional details are available in the GNU GRUB Development Mailing List Post and the DFIR Blog Post.

Workarounds

  • Enable Secure Boot with properly configured trust anchors to prevent loading of modified bootloaders
  • Configure BIOS/UEFI to disable boot from USB devices and removable media
  • Implement strong physical security controls to prevent unauthorized access to systems
  • Consider using full-disk encryption to protect sensitive data at rest even if bootloader vulnerabilities are exploited
bash
# Verify current GRUB2 version and check for available updates
grub2-install --version

# On Red Hat/CentOS/Fedora systems, update GRUB2
sudo dnf update grub2

# On Debian/Ubuntu systems, update GRUB2
sudo apt update && sudo apt upgrade grub-efi-amd64

# Regenerate GRUB2 configuration after update
sudo grub2-mkconfig -o /boot/grub2/grub.cfg

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechGnu Grub2

  • SeverityMEDIUM

  • CVSS Score4.6

  • EPSS Probability0.01%

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

  • Red Hat Security Advisory RHSA-2024:3184

  • Red Hat CVE Analysis CVE-2023-4693

  • Red Hat Bugzilla Report #2238343

  • DFIR Blog Post CVE-2023-4692 and CVE-2023-4693

  • GNU GRUB Development Mailing List Post

  • SecLists OSS-Sec Discussion Q4-2023

  • Debian LTS Announcement October 2023

  • Fedora Package Announcement October 2023

  • Fedora Package Announcement October 2023

  • Fedora Package Announcement October 2023

  • Gentoo GLSA 2023-11-14

  • NetApp Security Advisory NTAP-20231208-0002
  • Related CVEs
  • CVE-2021-3981: GNU GRUB2 Information Disclosure Flaw

  • CVE-2025-1125: GNU GRUB2 HFS Filesystem RCE Vulnerability

  • CVE-2025-0689: GNU GRUB2 Buffer Overflow Vulnerability

  • CVE-2023-4692: GNU GRUB2 NTFS RCE 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