Unrated severityNVD Advisory· Published Dec 30, 2025· Updated Feb 6, 2026
iomap: Fix possible overflow condition in iomap_write_delalloc_scan
CVE-2023-54285
Description
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.
Affected products
2- Linux/Linuxv5Range: 6.2
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3News mentions
0No linked articles in our index yet.