CVE-2026-53036

HIGHPre-NVD 7.87.8
EchelonGraph scoreMEDIUM 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 — 4 sources updated this week
7.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.8Exploit: None knownExposed: 0

A fix is available — apply it.

In the Linux kernel, the following vulnerability has been resolved:

bpf, arm64: Fix off-by-one in check_imm signed range check

check_imm(bits, imm) is used in the arm64 BPF JIT to verify that a branch displacement (in arm64 instruction units) fits into the signed N-bit immediate field of a B, B.cond or CBZ/CBNZ encoding before it is handed to the encoder. The macro currently tests for (imm > 0 && imm >> bits) || (imm < 0 && ~imm >> bits) which admits values in [-2^N, 2^N) — effectively a signed (N+1)-bit range. A signed N-bit field only holds [-2^(N-1), 2^(N-1)), so the check admits one extra bit of range on each side.

In particular, for check_imm19(), values in [2^18, 2^19) slip past the check but do not fit into the 19-bit signed imm19 field of B.cond. aarch64_insn_encode_immediate() then masks the raw value into the 19-bit field, setting bit 18 (the sign bit) and flipping a forward branch into a backward one. Same class of issue exists for check_imm26() and the B/BL encoding. Shift by (bits - 1) instead of bits so the actual signed N-bit range is enforced.

CVSS v3
7.8
EG Score
7.8(medium)
EG Risk
40(Track)
EG Risk 40/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity78% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
4%
KEV
Not listed

Published

June 24, 2026

Last Modified

July 15, 2026

Advisory Details (6)

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

bpf, arm64: Fix off-by-one in check_imm signed range check - kernel/git/stable/linux.git - Linux kernel stable tree

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

bpf, arm64: Fix off-by-one in check_imm signed range check - kernel/git/stable/linux.git - Linux kernel stable tree

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

bpf, arm64: Fix off-by-one in check_imm signed range check - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/7fd3b41260c6120e7b60164afea5d961af6224f9
generic

bpf, arm64: Fix off-by-one in check_imm signed range check - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/6927f0d6794aa73318bbfa929f1ff6065b0620df
generic

bpf, arm64: Fix off-by-one in check_imm signed range check - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1dd8be4ec722ce54e4cace59f3a4ba658111b3ec
generic

bpf, arm64: Fix off-by-one in check_imm signed range check - kernel/git/stable/linux.git - Linux kernel stable tree

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

Vendor Advisories for CVE-2026-53036(2)

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

Patch Availability(15)

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Weakness Classification(1)

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

Additional Vendor Advisories

(15)

Data Freshness Timeline

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

Frequently asked(5)

What is CVE-2026-53036?
CVE-2026-53036 is a high vulnerability published on June 24, 2026. In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fix off-by-one in check_imm signed range check check_imm(bits, imm) is used in the arm64 BPF JIT to verify that a branch displacement (in arm64 instruction units) fits into the signed N-bit immediate field of a B,…
When was CVE-2026-53036 disclosed?
CVE-2026-53036 was first published in the National Vulnerability Database on June 24, 2026, with the most recent update on July 15, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-53036 actively exploited?
CVE-2026-53036 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 96.3% of all scored CVEs.
What is the CVSS score of CVE-2026-53036?
CVE-2026-53036 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-53036?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-53036, 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-53036

Explore →

Is Your Infrastructure Affected by CVE-2026-53036?

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