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

8.8 · HIGH
Published Aug 15, 2026 EPSS 0.18% (7th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 8.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:

bpf: Reset register bounds before narrowing retval range in check_mem_access()

When the BPF verifier processes a context load of an LSM hook return

value, it calls __mark_reg_s32_range() to narrow the register to the

hook's valid range. However, __mark_reg_s32_range() intersects the new

range with the register's existing bounds using max_t()/min_t() rather

than replacing them.

If the destination register carries stale bounds from a prior instruction

(e.g. BPF_MOV64_IMM), the intersection can produce a range narrower than

reality. The verifier then believes it knows the register's exact value,

while at runtime the actual hook return value is loaded, creating a

verifier/runtime mismatch that can be used to bypass BPF memory safety

checks.

The else branch already calls mark_reg_unknown() to reset register state

before any narrowing. Apply the same reset in the is_retval path so

stale bounds are cleared before __mark_r

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

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

How severe is CVE-2026-72111?

This vulnerability has a CVSS 3.1 base score of 8.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-72111?

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

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