CVE Wiki Pixee · CVE intelligence
← All CVEs

CVE-2025-68794

Critical · CVSS 9.8
CVSS
9.8
nvd
EPSS
KEV
No
Class
oss containerizable

Description

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.

Affected packages

Linux Kernel 4.19.0 → 6.6.120
Linux Kernel 6.13.0 → 6.18.3
Linux Kernel 6.7.0 → 6.12.64

References

Status: profiled · ingested 2026-07-30T12:00:00.000Z