CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-72111

highCVSS 8.8covered by 2 sourcesfirst seen 2026-08-15
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_reg_s32_range() intersects.

CSIRTS triage

What
Multiple vulnerabilities in the Linux kernel that may result in privilege escalation, denial of service, or information disclosure.
Who is affected
Debian systems running vulnerable Linux kernel versions.
Urgency
Multiple kernel vulnerabilities enabling privilege escalation and information leaks require urgent patching to protect system and data security.
Action
Apply the Debian security update DSA-6466-1 to the Linux kernel immediately.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-72111

Get an email if CVE-2026-72111 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-72111

CVE.org record

Embed the live status

CVE-2026-72111 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-72111 status](https://www.csirts.com/badge/CVE-2026-72111)](https://www.csirts.com/cve/CVE-2026-72111)