THREAT OPS › Threat News › [NVD] CVE-2026-68145 (HIGH 7.8) — 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 subtra
[NVD] CVE-2026-68145 (HIGH 7.8) — 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 subtra
CVE-2026-68145 CVSS: 7.8 HIGH Published: 2026-08-10T13:20:00.350
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_bl
Indicators of compromise
- CVE-2026-68145cve
Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-68145