CVE-2025-68794
Linux Kernel 4.19-6.6.119, 6.7-6.12.63, 6.13-6.18.2 - Denial of Service via iomap_adjust_read_range
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: iomap: adjust read range correctly for non-block-aligned positions iomap_adjust_read_range() assumes that the position and length passed in are block-aligned. This is not always the case however, as shown in the syzbot generated case for erofs. This causes too many bytes to be skipped for uptodate blocks, which results in returning the incorrect position and length to read in. If all the blocks are uptodate, this underflows length and returns a position beyond the folio. Fix the calculation to also take into account the block offset when calculating how many bytes can be skipped for uptodate blocks.
References (4)
Core 4
Core References
Scores
EPSS
0.0003
EPSS Percentile
10.3%
Details
Status
published
Products (13)
linux/Kernel
4.19.0 - 6.6.120linux
linux/Kernel
6.13.0 - 6.18.3linux
linux/Kernel
6.7.0 - 6.12.64linux
Linux/Linux
< 4.19
Linux/Linux
4.19
Linux/Linux
6.12.64 - 6.12.*
Linux/Linux
6.18.3 - 6.18.*
Linux/Linux
6.19
Linux/Linux
6.6.120 - 6.6.*
Linux/Linux
9dc55f1389f9569acf9659e58dd836a9c70df217 - 12053695c8ef5410e8cc6c9ed4c0db9cd9c82b3e
... and 3 more
Published
Jan 13, 2026
Tracked Since
Feb 18, 2026