CVE-2026-68323

HIGHPre-NVD 7.87.8
EchelonGraph scoreHIGH confidence

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

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 3 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

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:

tipc: serialize udp bearer replicast list updates

tipc_udp_rcast_add() and cleanup_bearer() both update ub->rcast.list with list_add_rcu() / list_del_rcu(), but nothing serializes them. The add runs from the encap receive softirq (via tipc_udp_rcast_disc()) without rtnl_lock(), so it can race the cleanup delete and corrupt the list:

list_del corruption. prev->next should be ffff8880298d7ab8, but was ffff88802449ad38. (prev=ffff888027e3ec98) kernel BUG at lib/list_debug.c:62! RIP: __list_del_entry_valid_or_report+0x17a/0x200 Workqueue: events cleanup_bearer Call Trace: cleanup_bearer (net/tipc/udp_media.c:811) process_one_work (kernel/workqueue.c:3302) worker_thread (kernel/workqueue.c:3466)

The bearer can be enabled from an unprivileged user namespace, as the TIPCv2 generic-netlink ops carry no GENL_ADMIN_PERM.

Add a spinlock to struct udp_bearer and take it around the list_add_rcu() in tipc_udp_rcast_add() and the list_del_rcu() loop in cleanup_bearer() so the two writers can no longer corrupt the list.

Reject a duplicate peer under the same lock before allocating, and remove tipc_udp_is_known_peer(). The old lockless pre-check in tipc_udp_rcast_disc() was racy: two softirqs discovering the same peer could both find it absent and add it twice.

cleanup_bearer() runs from a workqueue after tipc_udp_disable() clears the bearer's up bit, so an encap softirq can still reach tipc_udp_rcast_add() and add a peer after cleanup_bearer() has already emptied the list, leaking that entry when the bearer is freed. Mark the bearer disabled under rcast_lock once the list is emptied and refuse further additions.

CVSS v3
7.8
EG Score
7.8(high)
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

August 10, 2026

Last Modified

August 17, 2026

Advisory Details (2)

Auto-updated Aug 14, 2026
No patch confirmed yet.
generic

tipc: serialize udp bearer replicast list updates - kernel/git/stable/linux.git - Linux kernel stable tree

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

tipc: serialize udp bearer replicast list updates - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/350e592ff4e30e48ffb55e142d11a73e63f4869c

Vendor Advisories for CVE-2026-68323(2)

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 33× in last 7d / 45× 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 07:44 UTCEG score recompute
  2. 2026-08-21 07:44 UTCGHSA enrichment
  3. 2026-08-20 22:56 UTCEPSS rescore
  4. 2026-08-20 19:42 UTCGHSA enrichment
  5. 2026-08-20 07:39 UTCGHSA enrichment
  6. 2026-08-19 19:35 UTCEG score recompute
  7. 2026-08-19 19:35 UTCGHSA enrichment
  8. 2026-08-19 17:04 UTCEPSS rescore
  9. 2026-08-19 07:31 UTCGHSA enrichment
  10. 2026-08-18 19:26 UTCEG score recompute
  11. 2026-08-18 19:26 UTCGHSA enrichment
  12. 2026-08-18 13:49 UTCEPSS rescore
  13. 2026-08-18 13:49 UTCEPSS rescore
  14. 2026-08-18 07:22 UTCGHSA enrichment
  15. 2026-08-17 19:20 UTCEG score recompute
  16. 2026-08-17 19:20 UTCGHSA enrichment
  17. 2026-08-17 13:47 UTCEPSS rescore
  18. 2026-08-17 05:37 UTCEG score recompute
  19. 2026-08-17 05:37 UTCGHSA enrichment
  20. 2026-08-17 05:06 UTCEG score recompute
  21. 2026-08-17 05:06 UTCGHSA enrichment
  22. 2026-08-17 00:00 UTCEG score recompute
  23. 2026-08-17 00:00 UTCGHSA enrichment
  24. 2026-08-16 14:56 UTCEPSS rescore
  25. 2026-08-16 11:58 UTCEG score recompute
Show 20 more
  1. 2026-08-16 11:58 UTCGHSA enrichment
  2. 2026-08-15 23:56 UTCGHSA enrichment
  3. 2026-08-15 11:53 UTCEG score recompute
  4. 2026-08-15 11:53 UTCGHSA enrichment
  5. 2026-08-15 01:30 UTCEPSS rescore
  6. 2026-08-14 23:50 UTCGHSA enrichment
  7. 2026-08-14 11:47 UTCEG score recompute
  8. 2026-08-14 11:47 UTCGHSA enrichment
  9. 2026-08-13 23:45 UTCEG score recompute
  10. 2026-08-13 23:45 UTCGHSA enrichment
  11. 2026-08-13 23:04 UTCEG score recompute 7.80
  12. 2026-08-13 23:04 UTCGHSA enrichment
  13. 2026-08-13 23:03 UTCMITRE cvelistV5CVSS v3 → 7.8 · severity → HIGH
  14. 2026-08-13 22:00 UTCEPSS rescore
  15. 2026-08-13 16:54 UTCEG score recompute
  16. 2026-08-13 16:54 UTCGHSA enrichment
  17. 2026-08-12 13:51 UTCEPSS rescore
  18. 2026-08-10 13:24 UTCNVD update
  19. 2026-08-10 12:19 UTCEG score recompute
  20. 2026-08-10 12:17 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-68323?
CVE-2026-68323 is a high vulnerability published on August 10, 2026. In the Linux kernel, the following vulnerability has been resolved: tipc: serialize udp bearer replicast list updates tipcudprcastadd() and cleanupbearer() both update ub->rcast.list with listaddrcu() / listdelrcu(), but nothing serializes them. The add runs from the encap receive softirq (via…
When was CVE-2026-68323 disclosed?
CVE-2026-68323 was first published in the National Vulnerability Database on August 10, 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-68323 actively exploited?
CVE-2026-68323 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.8% of all scored CVEs.
What is the CVSS score of CVE-2026-68323?
CVE-2026-68323 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-68323?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-68323, 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-68323

Explore →

Is Your Infrastructure Affected by CVE-2026-68323?

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