LiveActive security incident?Get immediate response
CVE Record

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.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
high
Sources
9

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-4693 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

ScoreVersionSeverityVectorExploitImpactSource
5.3CVSS 3.1MediumCVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:N/A:N0.84redhat

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2023-4693Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. Source timelineredhat

    Reported to Red Hat.

  3. Source timelineredhat

    Made public.

  4. CVE publishedCVE Program

    The CVE record was published.

  5. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Red HatRed Hat Enterprise Linux 8grub2, 1:2.02-156.el8affected
Red HatRed Hat Enterprise Linux 9grub2, 1:2.06-77.el9affected
Red HatRed Hat Enterprise Linux 7grub2affected
Weakness

CWE details

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.