CVE-2026-53090

HIGHPre-NVD 7.87.8
EchelonGraph scoreHIGH confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-06-24. a secondary CVSS source baseline 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 3 sources updated this week
7.8
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 7.8Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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.

CVSS v3
7.8
EG Score
7.8(high)
EPSS
2.4%
KEV
Not listed

Published

June 24, 2026

Last Modified

July 6, 2026

Advisory Details (2)

Auto-updated Jun 28, 2026
No patch confirmed yet.
generic

bpf: Fix ld_{abs,ind} failure path analysis in subprogs - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/ee861486e377edc55361c08dcbceab3f6b6577bd
generic

bpf: Fix ld_{abs,ind} failure path analysis in subprogs - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/d846d83bdacbd8f14fc45c63b8c1d22608452e1c

Vendor Advisories for CVE-2026-53090(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 32× in last 7d / 44× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-07 05:55 UTCEG score recompute
  2. 2026-07-07 05:55 UTCGHSA enrichment
  3. 2026-07-06 17:42 UTCEG score recompute
  4. 2026-07-06 17:41 UTCGHSA enrichment
  5. 2026-07-06 16:27 UTCEPSS rescore
  6. 2026-07-06 16:27 UTCEPSS rescore
  7. 2026-07-06 05:28 UTCEG score recompute
  8. 2026-07-06 05:28 UTCGHSA enrichment
  9. 2026-07-05 17:13 UTCEG score recompute
  10. 2026-07-05 17:13 UTCGHSA enrichment
  11. 2026-07-05 05:01 UTCEG score recompute
  12. 2026-07-05 05:01 UTCGHSA enrichment
  13. 2026-07-05 02:31 UTCEPSS rescore
  14. 2026-07-05 02:30 UTCEPSS rescore
  15. 2026-07-04 16:50 UTCEG score recompute
  16. 2026-07-04 16:50 UTCGHSA enrichment
  17. 2026-07-04 06:31 UTCEPSS rescore
  18. 2026-07-04 04:34 UTCEG score recompute
  19. 2026-07-04 04:34 UTCGHSA enrichment
  20. 2026-07-03 16:22 UTCEG score recompute
  21. 2026-07-03 16:22 UTCGHSA enrichment
  22. 2026-07-03 04:11 UTCEG score recompute
  23. 2026-07-03 04:11 UTCGHSA enrichment
  24. 2026-07-02 15:58 UTCEG score recompute
  25. 2026-07-02 15:58 UTCGHSA enrichment
Show 19 more
  1. 2026-07-02 03:46 UTCEG score recompute
  2. 2026-07-02 03:46 UTCGHSA enrichment
  3. 2026-07-01 15:35 UTCEG score recompute
  4. 2026-07-01 15:35 UTCGHSA enrichment
  5. 2026-07-01 03:24 UTCEG score recompute 7.80
  6. 2026-07-01 03:24 UTCGHSA enrichment
  7. 2026-06-30 23:22 UTCEPSS rescore
  8. 2026-06-29 14:06 UTCEPSS rescore
  9. 2026-06-29 14:06 UTCEPSS rescore
  10. 2026-06-28 14:07 UTCEPSS rescore
  11. 2026-06-28 07:52 UTCMITRE cvelistV5CVSS v3 → 7.8 · severity → HIGH
  12. 2026-06-28 04:56 UTCEPSS rescore
  13. 2026-06-28 04:56 UTCEPSS rescore
  14. 2026-06-27 22:48 UTCEG score recompute
  15. 2026-06-27 22:48 UTCGHSA enrichment
  16. 2026-06-27 03:08 UTCEPSS rescore
  17. 2026-06-25 13:49 UTCEPSS rescore
  18. 2026-06-24 18:12 UTCEG score recompute
  19. 2026-06-24 18:03 UTCNVD updatefirst tracked

Frequently asked(5)

What is CVE-2026-53090?
CVE-2026-53090 is a high vulnerability published on June 24, 2026. 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 was CVE-2026-53090 disclosed?
CVE-2026-53090 was first published in the National Vulnerability Database on June 24, 2026, with the most recent update on July 6, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-53090 actively exploited?
CVE-2026-53090 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 2.4% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-53090?
CVE-2026-53090 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-53090?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-53090, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-53090

Explore →

Is Your Infrastructure Affected by CVE-2026-53090?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.