CVE-2026-53092
Last modified
CVE-2026-53092 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: bpf: Fix linked reg delta tracking when src_reg == dst_reg Consider the case of rX += rX where src_reg and dst_reg are pointers to the same bpf_reg_state in adjust_reg_min_max_vals(). The latter first modifies the dst_reg in-place, and later in the delta tracking, the subsequent is_reg_const(src_reg)/reg_const_value(src_reg) reads the post-{add,sub} value instead of the original source. This is problematic since it sets an incorrect delta, which sync_linked_regs() then propagates to linked registers, thus creating a verifier-vs-runtime mismatch. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix linked reg delta tracking when src_reg == dst_reg Consider the case of rX += rX where src_reg and dst_reg are pointers to the same bpf_reg_state in adjust_reg_min_max_vals(). The latter first modifies the dst_reg in-place, and later in the delta tracking, the subsequent is_reg_const(src_reg)/reg_const_value(src_reg) reads the post-{add,sub} value instead of the original source. This is problematic since it sets an incorrect delta, which sync_linked_regs() then propagates to linked registers, thus creating a verifier-vs-runtime mismatch. Fix it by just skipping this corner case.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.11, < 6.18.33 |
| Linux | Linux Kernel | >= 6.19, < 7.0.10 |
References
- https://access.redhat.com/security/cve/CVE-2026-53092Third Party Advisory
- https://bugzilla.redhat.com/show_bug.cgi?id=2492362Third Party Advisory
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53092.jsonThird Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-53092?
How severe is CVE-2026-53092?
How do I fix CVE-2026-53092?
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-53087In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-53088In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-53089In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-5309GitLab has remediated an issue in GitLab EE affecting all ve…5.4
- CVE-2026-53090In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53091In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-53093In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53094In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53095In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53096In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53097In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53098In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-53092?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
