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-72105

7.8 · HIGH
Published Aug 15, 2026 EPSS 0.17% (6th pctl)

Overview

CVE-2026-72105 is a high-severity vulnerability. It was published on August 15, 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:

dm-log: fix a bitset_size overflow on 32bit machines

Commit c20e36b7631d ("dm log: fix out-of-bounds write due to

region_count overflow") made sure that region_count could fit in an

unsigned int. But the bitmap memory isn't allocated based on

region_count. It uses bitset_size (a size_t variable). The first step of

calculating bitset_size is to set it to region_count, rounded up to a

multiple of BITS_PER_LONG. If region_size is less than BITS_PER_LONG

smaller than UINT_MAX, it will get rounded up to 2^32. On a 32bit

architecture, this will make bitset_size wrap around to 0 and fail,

despite region_count being valid.

Since bitset_size gets divided by 8, it can hold any valid region_count.

It just needs a special case to handle the rollover. If it is 0, the

value rolled over, and bitset size should be set to the number of bytes

needed to hold 2^32 bits.

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-72105?

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

How severe is CVE-2026-72105?

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-72105?

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-72105?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-72105 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.