CVE-2026-53090
CVE-2026-53090 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-253.
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-38958
- Weakness: CWE-253
- Published:
- Last modified:
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix ld_{abs,ind} failure path analysis in subprogs Usage of ld_{abs,ind} instructions got extended into subprogs some time ago via commit 09b28d76eac4 ("bpf: Add abnormal return checks."). These are only allowed in subprograms when the latter are BTF annotated and have scalar return types. The code generator in bpf_gen_ld_abs() has an abnormal exit path (r0=0 + exit) from legacy cBPF times. While the enforcement is on scalar return types, the verifier must also simulate the path of abnormal exit if the packet data load via ld_{abs,ind} failed. This is currently not the case. Fix it by having the verifier simulate both success and failure paths, and extend it in similar ways as we do for tail calls. The success path (r0=unknown, continue to next insn) is pushed onto stack for later validation and the r0=0 and return to the caller is done on the fall-through side.
Frequently asked questions
- What is CVE-2026-53090?
- In the Linux kernel, the following vulnerability has been resolved: bpf: Fix ld_{abs,ind} failure path analysis in subprogs Usage of ld_{abs,ind} instructions got extended into subprogs some time ago via commit 09b28d76eac4 ("bpf: Add abnormal return checks."). These are only allowed in subprograms when the latter are BTF annotated and have scalar return types. The code generator in bpf_gen_ld_abs() has an abnormal exit path (r0=0 + exit) from legacy cBPF times. While the enforcement is on scalar return types, the verifier must also simulate the path of abnormal exit if the packet data load via ld_{abs,ind} failed. This is currently not the case. Fix it by having the verifier simulate both success and failure paths, and extend it in similar ways as we do for tail calls. The success path (r0=unknown, continue to next insn) is pushed onto stack for later validation and the r0=0 and return to the caller is done on the fall-through side.
- How severe is CVE-2026-53090?
- CVE-2026-53090 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-53090 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-53090?
- 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-53090 have an EU (EUVD) identifier?
- Yes. CVE-2026-53090 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-38958.
- When was CVE-2026-53090 published?
- CVE-2026-53090 was published on 2026-06-24 and last updated on 2026-07-06.
References
- https://git.kernel.org/stable/c/d846d83bdacbd8f14fc45c63b8c1d22608452e1c
- https://git.kernel.org/stable/c/ee861486e377edc55361c08dcbceab3f6b6577bd
- https://access.redhat.com/security/cve/CVE-2026-53090
- https://bugzilla.redhat.com/show_bug.cgi?id=2492305
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53090.json
Other CWE-253 vulnerabilities
- CVE-2017-7474 — Critical (CVSS 9.8): It was found that the Keycloak Node.js adapter 2.5 - 3.0 did not handle invalid tokens correctly. An attacker could…
- CVE-2026-35091 — High (CVSS 8.2): A flaw was found in Corosync. A remote unauthenticated attacker can exploit a wrong return value vulnerability in the…
- CVE-2026-46419 — High (CVSS 7.5): Yubico webauthn-server-core (aka java-webauthn-server) 2.8.0 before 2.8.2 incorrectly checks a function's return value…
- CVE-2025-57767 — High (CVSS 7.5): Asterisk is an open source private branch exchange and telephony toolkit. Prior to versions 20.15.2, 21.10.2, and…
- CVE-2024-43521 — High (CVSS 7.5): Windows Hyper-V Denial of Service Vulnerability
- CVE-2024-32475 — High (CVSS 7.5): Envoy is a cloud-native, open source edge and service proxy. When an upstream TLS cluster is used with `auto_sni`…