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]
Metrics
Affected Vendors & Products
References
History
No history.
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-03-18T10:07:48.908Z
Updated: 2024-11-05T09:12:54.769Z
Reserved: 2024-02-19T14:20:24.136Z
Link: CVE-2024-26632
Vulnrichment
Updated: 2024-08-02T00:07:19.786Z
NVD
Status : Awaiting Analysis
Published: 2024-03-18T11:15:09.697
Modified: 2024-11-21T09:02:43.700
Link: CVE-2024-26632
Redhat