Beveiligingsadvies

CVE-2023-54285

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2025-12-30 12:23:25
Laatst bijgewerkt 2026-08-05 09:18:57
Toegewezen door Linux
CVSS-score 7.1
Status PUBLISHED

Beschrijving

In the Linux kernel, the following vulnerability has been resolved: iomap: Fix possible overflow condition in iomap_write_delalloc_scan folio_next_index() returns an unsigned long value which left shifted by PAGE_SHIFT could possibly cause an overflow on 32-bit system. Instead use folio_pos(folio) + folio_size(folio), which does this correctly.