LiveActive security incident?Get immediate response
CVE Record

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.

MediumCVSS 4.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
5

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.

Open ATT&CK lookup
description · low confidence lookup

Container behavior lookup

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-45783 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
4.4 (3.1)
Known Exploited
No
Published

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

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
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

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
4.4CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H0.83.6redhat

Vulnerability scoring details

Base CVSS 3.1 score

4.4Medium
CVSS 3.1 vector shape for CVE-2024-45783Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Unknown vendorgrub2grub2, 0unaffected
Red HatRed Hat Enterprise Linux 9grub2, 1:2.06-104.el9_6affected
Red HatRed Hat Enterprise Linux 10grub2unaffected
Red HatRed Hat Enterprise Linux 7grub2unknown
Red HatRed Hat Enterprise Linux 8grub2unknown
Red HatRed Hat OpenShift Container Platform 4rhcosaffected
Weakness

CWE details

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.