Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-68145

7.8 · HIGH
Published Aug 10, 2026 EPSS 0.14% (3th pctl)

Overview

CVE-2026-68145 is a high-severity vulnerability. It was published on August 10, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-68145?

CVE-2026-68145 is a high-severity vulnerability. It was published on August 10, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-68145?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-68145?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-68145?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-68145 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.