CVE-2026-72069

CRITICALPre-NVD 9.89.8
EchelonGraph scoreMEDIUM confidence

Score 9.8 from GitHub Security Advisory (severity: CRITICAL) published 2026-08-15. a secondary CVSS source baseline 9.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
9.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 1%CVSS: 9.8Exploit: None knownExposed: 0

A fix is available — apply it.

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

locking/rt: Fix the incorrect RCU protection in rt_spin_unlock()

rt_spin_unlock() releases the RCU protection before unlocking the lock. That opens the door for the following UAF scenario:

T1 T2 spin_lock(&p->lock); rcu_read_lock(); invalidate(p); p = rcu_dereference(ptr); rcu_assign_pointer(ptr, NULL); if (!p) return; spin_unlock(&p->lock); spin_lock(&p->lock) lock(&lock->lock); rcu_read_lock(); kfree_rcu(p); rcu_read_unlock(); .... spin_unlock(&p->lock) rcu_read_unlock(); // Ends grace period rcu_do_batch() kfree(p); UAF -> rt_mutex_cmpxchg_release(&lock->lock...)

Regular spinlocks keep preemption disabled accross the unlock operation, which provides full RCU protection, but the RT substitution fails to resemble that. Same applies for the rwlock substitution.

Move the rcu_read_unlock() invocation past the unlock operations to match the non-RT semantics. This makes it asymmetric vs. rt_xxx_lock(), but that's harmless as the caller needs to hold RCU read lock across the lock operation. The migrate_enable() call stays before the unlock operation because there is no per CPU operation in the unlock path which would require migration to be kept disabled.

CVSS v3
9.8
EG Score
9.8(medium)
EG Risk
49(Track)
EG Risk 49/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
Severity98% × 45%
Exploitation1% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
1%
EPSS %ILE
53%
KEV
Not listed

Published

August 15, 2026

Last Modified

August 23, 2026

Advisory Details (7)

Auto-updated Sep 13, 2026
No patch confirmed yet.
generic

locking/rt: Fix the incorrect RCU protection in rt_spin_unlock() - kernel/git/stable/linux.git - Linux kernel stable tree

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

locking/rt: Fix the incorrect RCU protection in rt_spin_unlock() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/9d1fcd64ab81200e02b7a6db5eb1da8e244e8289
generic

locking/rt: Fix the incorrect RCU protection in rt_spin_unlock() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/89038cc87d80c77e7aa6f42a64b2573b74af339f
generic

locking/rt: Fix the incorrect RCU protection in rt_spin_unlock() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/83f9fb561c1c3917e19f95523dd933c7d30291aa
generic

locking/rt: Fix the incorrect RCU protection in rt_spin_unlock() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/633cadbc0b8323f5cc140a285d2432089dbb534e
generic

locking/rt: Fix the incorrect RCU protection in rt_spin_unlock() - kernel/git/stable/linux.git - Linux kernel stable tree

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

locking/rt: Fix the incorrect RCU protection in rt_spin_unlock() - kernel/git/stable/linux.git - Linux kernel stable tree

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

Patch Availability(3)

Vendor / EcosystemFixed in / PatchReleasedSource
ubuntulinux-tools-nvidia-tegra-rt-6.8 (6.8.0-1035.38) @ noble2026-09-19ubuntu
redhatkernel-0:5.14.0-687.44.1.el9_82026-09-04redhat
redhatkernel-0:6.12.0-211.50.1.el10_22026-09-01redhat

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.

Affected Packages

(4 across 3 ecosystems)
Debian:12(2)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (56 versions)6.1.187-1
linux-6.126.12.100-1~deb12u16.12.101-1~deb12u1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 6.12.96-1 (32 versions)6.12.101-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.1~rc7-1~exp1 (159 versions)7.1.5-1

Additional Vendor Advisories

(1)

Vendors that published advisories for this CVE beyond the curated set above. Broader coverage but minimal per-row detail — click through for the original advisory.

Data Freshness Timeline

(refreshed 86× in last 7d / 303× 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.

Showing the most recent 100 of 344 total refreshes for this CVE.

  1. 2026-09-19 06:56 UTCVendor advisory
  2. 2026-09-19 06:56 UTCGHSA enrichment
  3. 2026-09-19 02:46 UTCVendor advisory
  4. 2026-09-19 02:46 UTCGHSA enrichment
  5. 2026-09-18 22:47 UTCEG score recompute
  6. 2026-09-18 22:47 UTCVendor advisory
  7. 2026-09-18 22:47 UTCGHSA enrichment
  8. 2026-09-18 19:28 UTCEPSS rescore
  9. 2026-09-18 18:49 UTCVendor advisory
  10. 2026-09-18 18:49 UTCGHSA enrichment
  11. 2026-09-18 14:29 UTCVendor advisory
  12. 2026-09-18 14:29 UTCGHSA enrichment
  13. 2026-09-18 10:09 UTCVendor advisory
  14. 2026-09-18 10:09 UTCGHSA enrichment
  15. 2026-09-18 06:11 UTCVendor advisory
  16. 2026-09-18 06:11 UTCGHSA enrichment
  17. 2026-09-18 02:13 UTCVendor advisory
  18. 2026-09-18 02:13 UTCGHSA enrichment
  19. 2026-09-17 22:15 UTCEG score recompute
  20. 2026-09-17 22:15 UTCVendor advisory
  21. 2026-09-17 22:15 UTCGHSA enrichment
  22. 2026-09-17 15:53 UTCVendor advisory
  23. 2026-09-17 15:53 UTCGHSA enrichment
  24. 2026-09-17 11:55 UTCVendor advisory
  25. 2026-09-17 11:55 UTCGHSA enrichment
Show 75 more
  1. 2026-09-17 07:57 UTCVendor advisory
  2. 2026-09-17 07:57 UTCGHSA enrichment
  3. 2026-09-17 03:49 UTCVendor advisory
  4. 2026-09-17 03:49 UTCGHSA enrichment
  5. 2026-09-16 23:44 UTCEG score recompute
  6. 2026-09-16 23:44 UTCVendor advisory
  7. 2026-09-16 23:44 UTCGHSA enrichment
  8. 2026-09-16 14:08 UTCEPSS rescore
  9. 2026-09-16 10:26 UTCEG score recompute
  10. 2026-09-16 10:26 UTCVendor advisory
  11. 2026-09-16 10:26 UTCGHSA enrichment
  12. 2026-09-16 05:15 UTCEPSS rescore
  13. 2026-09-16 05:01 UTCVendor advisory
  14. 2026-09-16 05:01 UTCGHSA enrichment
  15. 2026-09-16 01:02 UTCVendor advisory
  16. 2026-09-16 01:02 UTCGHSA enrichment
  17. 2026-09-15 19:28 UTCVendor advisory
  18. 2026-09-15 19:28 UTCGHSA enrichment
  19. 2026-09-15 13:57 UTCVendor advisory
  20. 2026-09-15 13:57 UTCGHSA enrichment
  21. 2026-09-15 09:57 UTCVendor advisory
  22. 2026-09-15 09:57 UTCGHSA enrichment
  23. 2026-09-15 05:58 UTCEG score recompute
  24. 2026-09-15 05:58 UTCVendor advisory
  25. 2026-09-15 05:58 UTCGHSA enrichment
  26. 2026-09-15 03:12 UTCEPSS rescore
  27. 2026-09-15 01:38 UTCVendor advisory
  28. 2026-09-15 01:38 UTCGHSA enrichment
  29. 2026-09-14 21:40 UTCVendor advisory
  30. 2026-09-14 21:40 UTCGHSA enrichment
  31. 2026-09-14 17:10 UTCVendor advisory
  32. 2026-09-14 17:10 UTCGHSA enrichment
  33. 2026-09-14 13:12 UTCVendor advisory
  34. 2026-09-14 13:12 UTCGHSA enrichment
  35. 2026-09-14 09:12 UTCEG score recompute
  36. 2026-09-14 09:12 UTCVendor advisory
  37. 2026-09-14 09:12 UTCGHSA enrichment
  38. 2026-09-14 05:14 UTCVendor advisory
  39. 2026-09-14 05:14 UTCGHSA enrichment
  40. 2026-09-14 01:16 UTCVendor advisory
  41. 2026-09-14 01:16 UTCGHSA enrichment
  42. 2026-09-13 21:18 UTCVendor advisory
  43. 2026-09-13 21:18 UTCGHSA enrichment
  44. 2026-09-13 17:20 UTCVendor advisory
  45. 2026-09-13 17:20 UTCGHSA enrichment
  46. 2026-09-13 13:22 UTCVendor advisory
  47. 2026-09-13 13:22 UTCGHSA enrichment
  48. 2026-09-13 09:24 UTCVendor advisory
  49. 2026-09-13 09:23 UTCGHSA enrichment
  50. 2026-09-13 05:24 UTCVendor advisory
  51. 2026-09-13 05:24 UTCGHSA enrichment
  52. 2026-09-13 01:26 UTCVendor advisory
  53. 2026-09-13 01:26 UTCGHSA enrichment
  54. 2026-09-12 21:28 UTCVendor advisory
  55. 2026-09-12 21:28 UTCGHSA enrichment
  56. 2026-09-12 17:30 UTCEG score recompute
  57. 2026-09-12 17:30 UTCVendor advisory
  58. 2026-09-12 17:30 UTCGHSA enrichment
  59. 2026-09-12 15:02 UTCEPSS rescore
  60. 2026-09-12 13:32 UTCVendor advisory
  61. 2026-09-12 13:32 UTCGHSA enrichment
  62. 2026-09-12 09:34 UTCVendor advisory
  63. 2026-09-12 09:34 UTCGHSA enrichment
  64. 2026-09-12 05:35 UTCVendor advisory
  65. 2026-09-12 05:35 UTCGHSA enrichment
  66. 2026-09-12 01:37 UTCVendor advisory
  67. 2026-09-12 01:37 UTCGHSA enrichment
  68. 2026-09-11 21:39 UTCVendor advisory
  69. 2026-09-11 21:39 UTCGHSA enrichment
  70. 2026-09-11 17:41 UTCEG score recompute
  71. 2026-09-11 17:41 UTCVendor advisory
  72. 2026-09-11 17:41 UTCGHSA enrichment
  73. 2026-09-11 14:53 UTCEPSS rescore
  74. 2026-09-11 13:43 UTCVendor advisory
  75. 2026-09-11 13:43 UTCGHSA enrichment

Frequently asked(5)

What is CVE-2026-72069?
CVE-2026-72069 is a critical vulnerability published on August 15, 2026. In the Linux kernel, the following vulnerability has been resolved: locking/rt: Fix the incorrect RCU protection in rtspinunlock() rtspinunlock() releases the RCU protection before unlocking the lock. That opens the door for the following UAF scenario: T1 T2 spinlock(&p->lock); rcuread_lock();…
When was CVE-2026-72069 disclosed?
CVE-2026-72069 was first published in the National Vulnerability Database on August 15, 2026, with the most recent update on August 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-72069 actively exploited?
CVE-2026-72069 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 1% probability of exploitation in the next 30 days, which ranks it in the top 47.3% of all scored CVEs.
What is the CVSS score of CVE-2026-72069?
CVE-2026-72069 has a CVSS v3 base score of 9.8 (NVD).
How do I remediate CVE-2026-72069?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-72069, 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

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-72069

Explore →

Is Your Infrastructure Affected by CVE-2026-72069?

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