Overview
About vulnerability
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. An integer overflow vulnerability was found in the iomap subsystem. On 32-bit systems, calculating folio positions could overflow when large folios are used, potentially causing incorrect delalloc extent scanning.Details
KernelCare state
Live-patch status from KernelCare for each operating system.
| Operating system | Status | Covered kernels |
|---|---|---|
| Amazon Linux 2023 | Released |
35 kernels
|
| Debian 12 | Planned | — |