CVE-2026-68145
Last modified
CVE-2026-68145 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: iomap: fix out-of-bounds bitmap_set() with zero-length range ifs_set_range_dirty() and ifs_set_range_uptodate() compute last_blk as (off + len - 1) >> i_blkbits. When off is 0 and len is 0, the unsigned subtraction underflows to SIZE_MAX, producing a huge last_blk and nr_blks value that causes bitmap_set() to write far beyond the ifs->state allocation. Regarding ifs_set_range_uptodate(), it is temporarily safe because len cannot be passed in as 0.
Description
In the Linux kernel, the following vulnerability has been resolved: iomap: fix out-of-bounds bitmap_set() with zero-length range ifs_set_range_dirty() and ifs_set_range_uptodate() compute last_blk as (off + len - 1) >> i_blkbits. When off is 0 and len is 0, the unsigned subtraction underflows to SIZE_MAX, producing a huge last_blk and nr_blks value that causes bitmap_set() to write far beyond the ifs->state allocation. Regarding ifs_set_range_uptodate(), it is temporarily safe because len cannot be passed in as 0. However, for ifs_set_range_dirty() this is reachable from __iomap_write_end(): when copy_folio_from_iter_atomic() returns 0 (e.g. user buffer fault) and the folio is already uptodate, the guard at the top of __iomap_write_end() does not trigger because !folio_test_uptodate() is false, and iomap_set_range_dirty() is called with copied == 0. Add a !len guard to both functions before the computation, so that a zero-length range is a no-op.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4ce02c67972211be488408c275c8fbf19faf29b3, < fb4fad9105c88b1d82f1b3c39e3b6abea8249af6; >= 4ce02c67972211be488408c275c8fbf19faf29b3, < 7037e7bdcd26f46c080b8ce307dee5cb471c4b7c; >= 4ce02c67972211be488408c275c8fbf19faf29b3, < c5b6a48a8a716a7730e39af1cad083dc4ec955ce; >= 4ce02c67972211be488408c275c8fbf19faf29b3, < 9c7d8f7c8994c790fca501dc45ce66e7356cbe05 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68145?
How severe is CVE-2026-68145?
How do I fix CVE-2026-68145?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-68139In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68140In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68141In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68142In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68143In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68144In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68146In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68147In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68148In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68149In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6815An arbitrary file write vulnerability exists in Casdoor's Lo…5.9
- CVE-2026-68150In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68145?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
