Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2024-26632
HistoryMar 18, 2024 - 11:15 a.m.

CVE-2024-26632

2024-03-1811:15:09
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
linux kernel
vulnerability
cve-2024-26632
bio iteration

7.4 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.7%

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]

7.4 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.7%