CVE-2026-72112
Last modified
CVE-2026-72112 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
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 orphaned ring then calls the dangling ctx->loop_step from io_run_loop() -- a use-after-free of freed executable memory, reachable by a task with CAP_BPF + CAP_PERFMON. Reject registration when ops->priv is already set, as hid_bpf_reg() does for its struct_ops.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 98f37634b12b17ad5c56db8fb63cf9d7dc55d74c, < 0639ea767fe04c288a8d6cb826100fe3d95d4936; >= 98f37634b12b17ad5c56db8fb63cf9d7dc55d74c, < 3afc64c61ce906a04f073ca350b46de10e8302f9 |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72112?
How severe is CVE-2026-72112?
How do I fix CVE-2026-72112?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72107In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72108In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72109In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7211A weakness has been identified in dvladimirov MCP up to 0.1.…7.3
- CVE-2026-72110In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72111In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72113In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72114In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72115In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-72116In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-72117In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72118In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72112?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
