CVE-2023-4693: Grub2: out-of-bounds read at fs/ntfs.c
An out-of-bounds read flaw was found on grub2's NTFS filesystem driver. This issue may allow a physically present attacker to present a specially crafted NTFS file system image to read arbitrary memory locations. A successful attack allows sensitive data cached in memory or EFI variable values to be leaked, presenting a high Confidentiality risk.
Security readout for executives and security teams
Plain-English summary
CVE-2023-4693 is a GRUB2 bootloader flaw in NTFS filesystem parsing. A physically present attacker with high privileges could use a crafted NTFS image to read sensitive memory, such as cached secrets or EFI variable values. The impact is confidentiality-focused, not code execution or service disruption in the supplied sources.
Executive priority
Treat this as a moderate-priority infrastructure hardening issue. It is not reported as actively exploited in the supplied sources, but it can leak sensitive pre-boot memory when physical or privileged local access is possible. Prioritize high-sensitivity endpoints and shared-access environments.
Technical view
The issue is a CWE-125 out-of-bounds read in GRUB2 fs/ntfs.c. The CVSS 3.1 vector is local, high complexity, high privileges required, no user interaction, changed scope, high confidentiality impact, and no integrity or availability impact. Red Hat lists grub2 on RHEL 7, 8, and 9 as affected.
Likely exposure
Exposure is most relevant on systems that boot with GRUB2 and may parse attacker-controlled NTFS media or images before the operating system loads. The supplied affected list names Red Hat Enterprise Linux 7, 8, and 9 grub2 packages; other distributions should be checked against their own advisories.
Exploitation context
The source bundle does not indicate active exploitation, and KEV is false. Practical abuse appears constrained by physical/local access, high privileges, and high attack complexity. The business risk is highest for sensitive endpoints, shared systems, kiosks, labs, and environments where boot media control is weak.
Researcher notes
Avoid assuming remote exploitation or code execution. The strongest supported impact is memory disclosure through GRUB2 NTFS parsing. The bundle names affected Red Hat products but does not include complete fixed-version details, so validation should reference the vendor advisories directly.
Mitigation direction
Apply relevant GRUB2 updates from vendor advisories, including Red Hat RHSA-2024:2456 and RHSA-2024:3184.
Check distribution-specific guidance for Debian, Fedora, Gentoo, NetApp, or other GRUB2 consumers.
Restrict physical access and boot-from-external-media paths on sensitive systems.
Review secure boot and firmware boot-order controls where operationally appropriate.
Validation and detection
Inventory systems using GRUB2, prioritizing RHEL 7, 8, and 9 assets.
Check installed grub2 package versions against vendor advisory status.
Confirm whether systems can boot or parse untrusted NTFS media during startup.
Verify remediation through approved package management and change records.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-125: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
5Timeline events
1ADP providers
14Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-125 · source CWE mapping
Out-of-bounds Read
Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.