CVE-2026-72069

CRITICALPre-NVD 9.89.8
EchelonGraph scoreHIGH 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 — 5 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

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:

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(high)
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
49%
KEV
Not listed

Published

August 15, 2026

Last Modified

August 17, 2026

Advisory Details (5)

Auto-updated Aug 17, 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/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

Vendor Advisories for CVE-2026-72069(1)

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

Data Freshness Timeline

(refreshed 49× in last 7d / 49× 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-08-21 06:30 UTCGHSA enrichment
  2. 2026-08-21 02:32 UTCEG score recompute
  3. 2026-08-21 02:32 UTCGHSA enrichment
  4. 2026-08-20 22:56 UTCEPSS rescore
  5. 2026-08-20 22:33 UTCGHSA enrichment
  6. 2026-08-20 18:35 UTCGHSA enrichment
  7. 2026-08-20 14:37 UTCGHSA enrichment
  8. 2026-08-20 10:39 UTCGHSA enrichment
  9. 2026-08-20 06:41 UTCGHSA enrichment
  10. 2026-08-20 02:43 UTCGHSA enrichment
  11. 2026-08-19 22:45 UTCGHSA enrichment
  12. 2026-08-19 18:47 UTCEG score recompute
  13. 2026-08-19 18:47 UTCGHSA enrichment
  14. 2026-08-19 17:04 UTCEPSS rescore
  15. 2026-08-19 14:49 UTCGHSA enrichment
  16. 2026-08-19 10:51 UTCGHSA enrichment
  17. 2026-08-19 06:53 UTCGHSA enrichment
  18. 2026-08-19 02:54 UTCGHSA enrichment
  19. 2026-08-18 22:53 UTCGHSA enrichment
  20. 2026-08-18 18:56 UTCGHSA enrichment
  21. 2026-08-18 14:58 UTCEG score recompute
  22. 2026-08-18 14:58 UTCGHSA enrichment
  23. 2026-08-18 13:49 UTCEPSS rescore
  24. 2026-08-18 13:49 UTCEPSS rescore
  25. 2026-08-18 10:55 UTCGHSA enrichment
Show 24 more
  1. 2026-08-18 06:56 UTCGHSA enrichment
  2. 2026-08-18 02:58 UTCGHSA enrichment
  3. 2026-08-17 23:00 UTCGHSA enrichment
  4. 2026-08-17 19:02 UTCGHSA enrichment
  5. 2026-08-17 14:17 UTCEG score recompute
  6. 2026-08-17 14:17 UTCGHSA enrichment
  7. 2026-08-17 13:47 UTCEPSS rescore
  8. 2026-08-17 10:19 UTCEG score recompute
  9. 2026-08-17 10:19 UTCGHSA enrichment
  10. 2026-08-17 06:21 UTCEG score recompute
  11. 2026-08-17 06:21 UTCGHSA enrichment
  12. 2026-08-17 06:00 UTCEG score recompute 9.80
  13. 2026-08-17 06:00 UTCGHSA enrichment
  14. 2026-08-17 05:54 UTCMITRE cvelistV5CVSS v3 → 9.8 · severity → CRITICAL
  15. 2026-08-17 05:34 UTCEG score recompute
  16. 2026-08-17 05:34 UTCGHSA enrichment
  17. 2026-08-17 05:24 UTCMITRE cvelistV5
  18. 2026-08-16 14:56 UTCEPSS rescore
  19. 2026-08-16 14:56 UTCEPSS rescore
  20. 2026-08-16 02:15 UTCEPSS rescore
  21. 2026-08-15 06:44 UTCGHSA enrichment
  22. 2026-08-15 06:23 UTCNVD update
  23. 2026-08-15 06:18 UTCEG score recompute
  24. 2026-08-15 06:02 UTCMITRE cvelistV5first tracked

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 17, 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 51.0% 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

Explore the affected products and dependency analysis for 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.