Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-26632
HistoryMar 18, 2024 - 10:07 a.m.

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

2024-03-1810:07:48
Linux
github.com
2
vulnerability
linux kernel
fix
iterating
empty bio
bio_for_each_folio_all
cve-2024-26632
block

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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]

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial