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

7.8 · HIGH
Published Aug 15, 2026 EPSS 0.15% (5th pctl)

Overview

CVE-2026-72112 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:

io_uring/bpf-ops: reject re-registration of an already-bound ops

io_install_bpf() only rejects a second registration on the ctx side

(ctx->bpf_ops) and sets the per-map back-pointer ops->priv

unconditionally. The struct_ops link path never advances a map past

BPF_STRUCT_OPS_STATE_READY, so the same io_uring_bpf_ops map can be

registered more than once, and bpf_io_reg() re-resolves the target ring

via fget(ops->ring_fd) on every call. A caller can therefore point the

same ring_fd at a different io_ring_ctx between two BPF_LINK_CREATE

calls.

The second registration passes the ctx->bpf_ops check (the new ctx has

none) and overwrites ops->priv, orphaning the first ctx. Teardown

(io_eject_bpf()/bpf_io_unreg()) only reaches a ctx through ops->priv, so

the orphaned ctx is never torn down: its ctx->loop_step keeps pointing

into the struct_ops trampoline, which is freed once the map is gone. A

later io_uring_enter() on the o

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

CVE-2026-72112 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-72112?

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

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

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