CVE-2026-53092
CVE-2026-53092 is a high-severity vulnerability with a CVSS 3.x base score of 7.8. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-393.
Key facts
- Severity: High (CVSS 3.x base score 7.8)
- EPSS exploit prediction: 0% (3rd percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-38960
- Weakness: CWE-393
- Published:
- Last modified:
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.
Frequently asked questions
- What is CVE-2026-53092?
- 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.
- How severe is CVE-2026-53092?
- CVE-2026-53092 has a CVSS 3.x base score of 7.8, rated high severity. It is exploitable over local access with low attack complexity, requires low privileges and no user interaction. Impact on confidentiality is high, integrity high, and availability high.
- Is CVE-2026-53092 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (3rd percentile), an estimate of the probability of exploitation in the next 30 days.
- How do I fix CVE-2026-53092?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its high severity, prioritise patching exposed systems.
- Does CVE-2026-53092 have an EU (EUVD) identifier?
- Yes. CVE-2026-53092 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-38960.
- When was CVE-2026-53092 published?
- CVE-2026-53092 was published on 2026-06-24 and last updated on 2026-07-06.
References
- https://git.kernel.org/stable/c/cc86a8b0a1c54d2bccf6f68cf49b82dea91b84de
- https://git.kernel.org/stable/c/d7f14173c0d5866c3cae759dee560ad1bed10d2e
- https://git.kernel.org/stable/c/d88e8e4a3b52bd5b2ff3eceba4b29d1b5506d066
- https://access.redhat.com/security/cve/CVE-2026-53092
- https://bugzilla.redhat.com/show_bug.cgi?id=2492362
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53092.json
Other CWE-393 vulnerabilities
- CVE-2026-9058 — Critical (CVSS 9.3): Szafir SDK returns a success status code from the cryptographic digital signature verification process (i.e.…
- CVE-2024-49117 — High (CVSS 8.8): Windows Hyper-V Remote Code Execution Vulnerability
- CVE-2025-5987 — High (CVSS 8.1): A flaw was found in libssh when using the ChaCha20 cipher with the OpenSSL library. If an attacker manages to exhaust…
- CVE-2025-24531 — Medium (CVSS 6.7): In OpenSC pam_pkcs11 before 0.6.13, pam_sm_authenticate() wrongly returns PAM_IGNORE in many error situations (such as…