CVE-2026-53090
Last modified
CVE-2026-53090 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 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. 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 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.
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 | >= 5.10, < 7.0.10 |
References
- https://access.redhat.com/security/cve/CVE-2026-53090Third Party Advisory
- https://bugzilla.redhat.com/show_bug.cgi?id=2492305Third Party Advisory
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53090.jsonThird Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-53090?
How severe is CVE-2026-53090?
How do I fix CVE-2026-53090?
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-53085In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53086In the Linux kernel, the following vulnerability has been re…9.8
- 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-53091In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-53092In the Linux kernel, the following vulnerability has been re…7.8
- 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
Are you affected by CVE-2026-53090?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
