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.
Configurations

Configuration 1 (hide)

cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

History

23 Jul 2026, 18:35

Type Values Removed Values Added
References () https://git.kernel.org/stable/c/d846d83bdacbd8f14fc45c63b8c1d22608452e1c - () https://git.kernel.org/stable/c/d846d83bdacbd8f14fc45c63b8c1d22608452e1c - Patch
References () https://git.kernel.org/stable/c/ee861486e377edc55361c08dcbceab3f6b6577bd - () https://git.kernel.org/stable/c/ee861486e377edc55361c08dcbceab3f6b6577bd - Patch
References () https://access.redhat.com/security/cve/CVE-2026-53090 - () https://access.redhat.com/security/cve/CVE-2026-53090 - Third Party Advisory
References () https://bugzilla.redhat.com/show_bug.cgi?id=2492305 - () https://bugzilla.redhat.com/show_bug.cgi?id=2492305 - Third Party Advisory
References () https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53090.json - () https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53090.json - Third Party Advisory
First Time Linux linux Kernel
Linux
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
CWE NVD-CWE-noinfo

30 Jun 2026, 03:20

Type Values Removed Values Added
References
  • () 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 -
CWE CWE-253

28 Jun 2026, 08:16

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.8

24 Jun 2026, 17:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-24 17:17

Updated : 2026-07-23 18:35


NVD link : CVE-2026-53090

Mitre link : CVE-2026-53090

CVE.ORG link : CVE-2026-53090


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
NVD-CWE-noinfo CWE-253

Incorrect Check of Function Return Value