LiveActive security incident?Get immediate response
CVE Record

CVE-2024-26632: block: Fix iterating over an empty bio with bio_for_each_folio_all

In the Linux kernel, the following vulnerability has been resolved: block: Fix iterating over an empty bio with bio_for_each_folio_all If the bio contains no data, bio_first_folio() calls page_folio() on a NULL pointer and oopses. Move the test that we've reached the end of the bio from bio_next_folio() to bio_first_folio(). [axboe: add unlikely() to error case]

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A Linux block-layer flaw can dereference a null pointer when processing an empty I/O structure, causing a kernel oops and possible service interruption. Exploitation requires local, low-privileged access according to the supplied CVSS vector. The sources do not establish data theft, data modification, or remote exploitation.

Executive priority

Treat this as an expedited kernel-maintenance issue, especially on shared Linux systems. The described mechanism primarily supports availability risk, despite the supplied 7.8 vector claiming high confidentiality, integrity, and availability impacts. Escalate urgency if vendor guidance identifies broader consequences or exploitation evidence.

Technical view

When a bio contains no data, bio_first_folio() passes a NULL pointer to page_folio(). The correction checks whether iteration has reached the bio’s end in bio_first_folio(), rather than waiting for bio_next_folio(), preventing the invalid dereference.

Likely exposure

Exposure applies to affected Linux kernel builds where a local user can reach the vulnerable block-I/O path. The flattened version data lists 5.17, 6.1.75, 6.6.14, 6.7.2, and 6.8, but does not reliably define ranges; verify vendor backports and running kernels.

Exploitation context

CISA KEV status is false, and the supplied sources provide no evidence of active or public exploitation. The CVSS vector describes local, low-complexity exploitation requiring low privileges and no user interaction, but the sources do not document practical reachability.

Researcher notes

The source describes a NULL dereference and kernel oops, but does not explain confidentiality or integrity impact claimed by the CVSS vector. Version information is flattened and includes an ambiguous “0” entry. Determine exposure using distribution advisories, package changelogs, and fix-commit ancestry rather than version strings alone.

Mitigation direction

  • Apply a vendor kernel update containing the applicable stable fix or backport.
  • Reboot affected systems into the updated kernel and retire vulnerable boot images.
  • If updates are unavailable, consult vendor guidance and restrict untrusted local access.
  • Prioritize shared or multi-user systems where low-privileged accounts are available.

Validation and detection

  • Inventory each system’s running kernel, including distribution release and build revision.
  • Confirm the installed kernel contains an applicable stable fix commit or vendor backport.
  • Review kernel logs for oopses referencing bio_first_folio or page_folio.
  • After rebooting, verify the updated kernel is active across all affected hosts.
  • Run vendor-supported block-I/O regression tests in a controlled environment.
Prepared
Confidence
medium
Sources
6

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.

cve · low confidence lookup

CVE-2024-26632 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
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/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
3Timeline events
2ADP providers
5Source 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
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9Linux

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2024-26632Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/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. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

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

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux640d1930bef4f87ec8d8d2b05f0f6edc1dfcf662, 640d1930bef4f87ec8d8d2b05f0f6edc1dfcf662, 640d1930bef4f87ec8d8d2b05f0f6edc1dfcf662, 640d1930bef4f87ec8d8d2b05f0f6edc1dfcf662unaffected
LinuxLinux5.17, 0, 6.1.75, 6.6.14, 6.7.2, 6.8affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.