CVE-2026-53090
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
24/06/2026
Last modified:
23/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
bpf: Fix ld_{abs,ind} failure path analysis in subprogs<br />
<br />
Usage of ld_{abs,ind} instructions got extended into subprogs some time<br />
ago via commit 09b28d76eac4 ("bpf: Add abnormal return checks."). These<br />
are only allowed in subprograms when the latter are BTF annotated and<br />
have scalar return types.<br />
<br />
The code generator in bpf_gen_ld_abs() has an abnormal exit path (r0=0 +<br />
exit) from legacy cBPF times. While the enforcement is on scalar return<br />
types, the verifier must also simulate the path of abnormal exit if the<br />
packet data load via ld_{abs,ind} failed.<br />
<br />
This is currently not the case. Fix it by having the verifier simulate<br />
both success and failure paths, and extend it in similar ways as we do<br />
for tail calls. The success path (r0=unknown, continue to next insn) is<br />
pushed onto stack for later validation and the r0=0 and return to the<br />
caller is done on the fall-through side.
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.10 (including) | 7.0.10 (excluding) |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- 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



