CVE-2026-45839

HIGHNVD 7.87.8
EchelonGraph scoreMEDIUM confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-05-27. NVD baseline CVSS 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, nvd
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: reject negative CO-RE accessor indices in bpf_core_parse_spec()

CO-RE accessor strings are colon-separated indices that describe a path from a root BTF type to a target field, e.g. "0:1:2" walks through nested struct members. bpf_core_parse_spec() parses each component with sscanf("%d"), so negative values like -1 are silently accepted. The subsequent bounds checks (access_idx >= btf_vlen(t)) only guard the upper bound and always pass for negative values because C integer promotion converts the __u16 btf_vlen result to int, making the comparison (int)(-1) >= (int)(N) false for any positive N.

When -1 reaches btf_member_bit_offset() it gets cast to u32 0xffffffff, producing an out-of-bounds read far past the members array. A crafted BPF program with a negative CO-RE accessor on any struct that exists in vmlinux BTF (e.g. task_struct) crashes the kernel deterministically during BPF_PROG_LOAD on any system with CONFIG_DEBUG_INFO_BTF=y (default on major distributions). The bug is reachable with CAP_BPF:

BUG: unable to handle page fault for address: ffffed11818b6626 #PF: supervisor read access in kernel mode #PF: error_code(0x0000) - not-present page Oops: Oops: 0000 [#1] SMP KASAN NOPTI CPU: 0 UID: 0 PID: 85 Comm: poc Not tainted 7.0.0-rc6 #18 PREEMPT(full) RIP: 0010:bpf_core_parse_spec (tools/lib/bpf/relo_core.c:354) RAX: 00000000ffffffff Call Trace: bpf_core_calc_relo_insn (tools/lib/bpf/relo_core.c:1321) bpf_core_apply (kernel/bpf/btf.c:9507) check_core_relo (kernel/bpf/verifier.c:19475) bpf_check (kernel/bpf/verifier.c:26031) bpf_prog_load (kernel/bpf/syscall.c:3089) __sys_bpf (kernel/bpf/syscall.c:6228)

CO-RE accessor indices are inherently non-negative (struct member index, array element index, or enumerator index), so reject them immediately after parsing.

CVSS v3
7.8
EG Score
7.8(medium)
EPSS
2.2%
KEV
Not listed

Published

May 27, 2026

Last Modified

June 26, 2026

Advisory Details (7)

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

bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec() - kernel/git/stable/linux.git - Linux kernel stable tree

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

bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/99dbab7b5a12d8f58d5b0aa2f7a1fe656a70f4b2
generic

bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/76f2ebaf79a9ae6d0737b87f045fe769e425d78f
generic

bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/669349b4612c26b3d7aacfa99d7174681bd19223
generic

bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/3ff85ae79e1a74baeb916b78a63d821f6d19a994
generic

bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/36a9012f76ba8d9189ae56a1f8bb7c87c07a1f3a
generic

bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1c22483a2c4bbf747787f328392ca3e68619c4dc

Vendor Advisories for CVE-2026-45839(2)

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 5× in last 7d / 51× 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-15 16:57 UTCEPSS rescore
  2. 2026-07-15 02:00 UTCEPSS rescore
  3. 2026-07-13 22:30 UTCEPSS rescore
  4. 2026-07-13 06:13 UTCEPSS rescore
  5. 2026-07-09 19:10 UTCEPSS rescore
  6. 2026-07-08 15:16 UTCEPSS rescore
  7. 2026-07-07 13:46 UTCEPSS rescore
  8. 2026-07-06 16:27 UTCEPSS rescore
  9. 2026-07-06 02:23 UTCEPSS rescore
  10. 2026-07-05 02:30 UTCEPSS rescore
  11. 2026-07-04 06:31 UTCEPSS rescore
  12. 2026-07-01 15:07 UTCEPSS rescore
  13. 2026-07-01 11:41 UTCEG score recompute
  14. 2026-07-01 11:41 UTCVendor advisory
  15. 2026-07-01 11:41 UTCGHSA enrichment
  16. 2026-06-30 23:22 UTCEPSS rescore
  17. 2026-06-30 06:00 UTCEG score recompute
  18. 2026-06-30 06:00 UTCVendor advisory
  19. 2026-06-30 06:00 UTCGHSA enrichment
  20. 2026-06-29 14:39 UTCEG score recompute
  21. 2026-06-29 14:39 UTCVendor advisory
  22. 2026-06-29 14:39 UTCGHSA enrichment
  23. 2026-06-29 14:06 UTCEPSS rescore
  24. 2026-06-29 14:06 UTCEPSS rescore
  25. 2026-06-28 16:50 UTCEG score recompute
Show 69 more
  1. 2026-06-28 16:50 UTCVendor advisory
  2. 2026-06-28 16:50 UTCGHSA enrichment
  3. 2026-06-28 14:07 UTCEPSS rescore
  4. 2026-06-28 04:56 UTCEPSS rescore
  5. 2026-06-28 04:56 UTCEPSS rescore
  6. 2026-06-28 03:05 UTCEG score recompute 7.80
  7. 2026-06-28 03:05 UTCVendor advisory
  8. 2026-06-28 03:05 UTCGHSA enrichment
  9. 2026-06-27 03:08 UTCEPSS rescore
  10. 2026-06-26 19:41 UTCNVD updateCVSS v3 → 7.8 · severity → HIGH
  11. 2026-06-25 13:49 UTCEPSS rescore
  12. 2026-06-25 02:16 UTCVendor advisory
  13. 2026-06-25 02:16 UTCGHSA enrichment
  14. 2026-06-24 14:05 UTCEPSS rescore
  15. 2026-06-23 21:33 UTCEPSS rescore
  16. 2026-06-23 21:33 UTCEPSS rescore
  17. 2026-06-22 14:25 UTCEPSS rescore
  18. 2026-06-22 14:25 UTCEPSS rescore
  19. 2026-06-21 14:56 UTCEPSS rescore
  20. 2026-06-21 14:56 UTCEPSS rescore
  21. 2026-06-21 01:59 UTCEPSS rescore
  22. 2026-06-21 01:59 UTCEPSS rescore
  23. 2026-06-19 19:26 UTCEPSS rescore
  24. 2026-06-19 19:26 UTCEPSS rescore
  25. 2026-06-18 17:52 UTCEPSS rescore
  26. 2026-06-18 17:52 UTCEPSS rescore
  27. 2026-06-16 05:34 UTCVendor advisory
  28. 2026-06-16 05:34 UTCGHSA enrichment
  29. 2026-06-15 17:49 UTCEPSS rescore
  30. 2026-06-14 23:28 UTCMITRE cvelistV5
  31. 2026-06-13 23:00 UTCEPSS rescore
  32. 2026-06-13 04:48 UTCVendor advisory
  33. 2026-06-13 04:47 UTCGHSA enrichment
  34. 2026-06-12 23:12 UTCEPSS rescore
  35. 2026-06-12 23:12 UTCEPSS rescore
  36. 2026-06-11 14:00 UTCEPSS rescore
  37. 2026-06-10 22:18 UTCEPSS rescore
  38. 2026-06-10 13:22 UTCEPSS rescore
  39. 2026-06-10 13:22 UTCEPSS rescore
  40. 2026-06-10 04:02 UTCGHSA enrichment
  41. 2026-06-08 14:17 UTCEPSS rescore
  42. 2026-06-08 14:17 UTCEPSS rescore
  43. 2026-06-07 15:25 UTCEPSS rescore
  44. 2026-06-07 15:25 UTCEPSS rescore
  45. 2026-06-07 03:17 UTCGHSA enrichment
  46. 2026-06-06 13:47 UTCEPSS rescore
  47. 2026-06-06 13:47 UTCEPSS rescore
  48. 2026-06-05 22:47 UTCEPSS rescore
  49. 2026-06-05 06:10 UTCEPSS rescore
  50. 2026-06-05 06:10 UTCEPSS rescore
  51. 2026-06-04 13:12 UTCEPSS rescore
  52. 2026-06-04 13:12 UTCEPSS rescore
  53. 2026-06-04 02:32 UTCGHSA enrichment
  54. 2026-06-02 20:13 UTCEPSS rescore
  55. 2026-06-01 13:52 UTCEPSS rescore
  56. 2026-06-01 13:52 UTCEPSS rescore
  57. 2026-06-01 01:47 UTCEG score recompute
  58. 2026-06-01 01:47 UTCGHSA enrichment
  59. 2026-05-31 22:30 UTCEPSS rescore
  60. 2026-05-31 22:30 UTCEPSS rescore
  61. 2026-05-31 00:16 UTCEPSS rescore
  62. 2026-05-31 00:16 UTCEPSS rescore
  63. 2026-05-29 13:44 UTCEPSS rescore
  64. 2026-05-29 13:44 UTCEPSS rescore
  65. 2026-05-28 13:44 UTCEPSS rescore
  66. 2026-05-28 13:44 UTCEPSS rescore
  67. 2026-05-27 13:40 UTCEPSS rescore
  68. 2026-05-27 13:40 UTCEPSS rescore
  69. 2026-05-27 10:31 UTCEG score recompute

Frequently asked(5)

What is CVE-2026-45839?
CVE-2026-45839 is a high vulnerability published on May 27, 2026. In the Linux kernel, the following vulnerability has been resolved: bpf: reject negative CO-RE accessor indices in bpfcoreparse_spec() CO-RE accessor strings are colon-separated indices that describe a path from a root BTF type to a target field, e.g. "0:1:2" walks through nested struct members.…
When was CVE-2026-45839 disclosed?
CVE-2026-45839 was first published in the National Vulnerability Database on May 27, 2026, with the most recent update on June 26, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-45839 actively exploited?
CVE-2026-45839 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 2.2% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-45839?
CVE-2026-45839 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-45839?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-45839, 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-45839

Explore →

Is Your Infrastructure Affected by CVE-2026-45839?

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