CVE-2024-45783: Grub2: fs/hfs+: refcount can be decremented twice
A flaw was found in grub2. When failing to mount an HFS+ grub, the hfsplus filesystem driver doesn't properly set an ERRNO value. This issue may lead to a NULL pointer access.
Security readout for executives and security teams
Plain-English summary
This is a GRUB2 bootloader flaw in HFS+ filesystem handling. A failed mount path can mishandle internal state and lead to a NULL pointer access, creating an availability risk. It is not reported as remotely exploitable and requires high privileges on the affected system.
Executive priority
Treat as a moderate operational resilience issue, not an internet-facing emergency. Patch through normal Red Hat maintenance windows, with faster handling for critical systems where bootloader availability affects recovery, uptime, or regulated operations.
Technical view
CVE-2024-45783 is a GRUB2 fs/hfs+ reference-counting error where failure to mount HFS+ does not properly set ERRNO. The source describes possible double decrement behavior leading to NULL pointer access. CVSS 3.1 is 4.4: local attack vector, low complexity, high privileges, and high availability impact only.
Likely exposure
Primary exposure is Red Hat Enterprise Linux 9 with affected grub2 package data and Red Hat OpenShift Container Platform 4 through RHCOS. Red Hat lists RHEL 10 as unaffected, while RHEL 7 and 8 status is unknown in the provided data.
Exploitation context
The CVE is not in CISA KEV in the source bundle, and no cited source states active exploitation. Practical risk is constrained by local access and high privilege requirements, but impact may matter on systems where boot reliability is operationally critical.
Researcher notes
Evidence supports a local, high-privilege GRUB2 HFS+ failure-path availability flaw. The provided data does not establish exploit activity, confidentiality impact, integrity impact, or non-Red Hat affected products beyond the generic grub2 package entry.
Mitigation direction
Apply Red Hat guidance and RHSA-2025:6990 where applicable.
Update grub2 or RHCOS through supported vendor channels.
Track Red Hat status for RHEL 7 and RHEL 8 before assuming exposure.
Prioritize systems where boot disruption has business impact.
Validation and detection
Inventory Red Hat product versions and grub2 package versions.
Check whether RHEL 9 systems include affected grub2 builds.
Confirm OpenShift 4 RHCOS advisories and applied updates.
Verify RHSA-2025:6990 remediation status on managed systems.
Document RHEL 7 and 8 as unknown until vendor status is confirmed.
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-911: 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.
The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program 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.
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-911 · source CWE mapping
Improper Update of Reference Count
Improper Update of Reference Count represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.