CVE-2026-53085

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: fix mm lifecycle in open-coded task_vma iterator

The open-coded task_vma iterator reads task->mm locklessly and acquires mmap_read_trylock() but never calls mmget(). If the task exits concurrently, the mm_struct can be freed as it is not SLAB_TYPESAFE_BY_RCU, resulting in a use-after-free.

Safely read task->mm with a trylock on alloc_lock and acquire an mm reference. Drop the reference via bpf_iter_mmput_async() in _destroy() and error paths. bpf_iter_mmput_async() is a local wrapper around mmput_async() with a fallback to mmput() on !CONFIG_MMU.

Reject irqs-disabled contexts (including NMI) up front. Operations used by _next() and _destroy() (mmap_read_unlock, bpf_iter_mmput_async) take spinlocks with IRQs disabled (pool->lock, pi_lock). Running from NMI or from a tracepoint that fires with those locks held could deadlock.

A trylock on alloc_lock is used instead of the blocking task_lock() (get_task_mm) to avoid a deadlock when a softirq BPF program iterates a task that already holds its alloc_lock on the same CPU.

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
2%
KEV
Not listed

Published

June 24, 2026

Last Modified

July 23, 2026

Advisory Details (4)

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

bpf: fix mm lifecycle in open-coded task_vma iterator - kernel/git/stable/linux.git - Linux kernel stable tree

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

bpf: fix mm lifecycle in open-coded task_vma iterator - kernel/git/stable/linux.git - Linux kernel stable tree

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

bpf: fix mm lifecycle in open-coded task_vma iterator - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/43683bb280330f3d36f0f2a3932a4867b9603e9c
generic

bpf: fix mm lifecycle in open-coded task_vma iterator - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/239cec25a22662dbd80f57d94b38178c8be95269

Vendor Advisories for CVE-2026-53085(1)

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(2)

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

All Vendor Advisories

(15)

Data Freshness Timeline

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

Frequently asked(5)

What is CVE-2026-53085?
CVE-2026-53085 is a high vulnerability published on June 24, 2026. In the Linux kernel, the following vulnerability has been resolved: bpf: fix mm lifecycle in open-coded task_vma iterator The open-coded task_vma iterator reads task->mm locklessly and acquires mmapreadtrylock() but never calls mmget(). If the task exits concurrently, the mm_struct can be freed as…
When was CVE-2026-53085 disclosed?
CVE-2026-53085 was first published in the National Vulnerability Database on June 24, 2026, with the most recent update on July 23, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-53085 actively exploited?
CVE-2026-53085 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 97.9% of all scored CVEs.
What is the CVSS score of CVE-2026-53085?
CVE-2026-53085 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-53085?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-53085, 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-53085

Explore →

Is Your Infrastructure Affected by CVE-2026-53085?

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