CVE-2023-54285
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
30/12/2025
Última modificación:
30/12/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
iomap: Fix possible overflow condition in iomap_write_delalloc_scan<br />
<br />
folio_next_index() returns an unsigned long value which left shifted<br />
by PAGE_SHIFT could possibly cause an overflow on 32-bit system. Instead<br />
use folio_pos(folio) + folio_size(folio), which does this correctly.



