THREATOPS
THREAT OPSThreat News › [NVD] CVE-2024-26632 (HIGH 7.8) — 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 th

[NVD] CVE-2024-26632 (HIGH 7.8) — 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 th

lownvdPublished 2024-03-18

CVE-2024-26632 CVSS: 7.8 HIGH Published: 2024-03-18T11:15:09.697

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().

[ax

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2024-26632