CVE-2026-68377

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 — 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

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:

net/sched: act_tunnel_key: Defer dst_release to RCU callback

Fix a race-condition use-after-free in tunnel_key_release_params().

The function releases the metadata_dst of the old params synchronously via dst_release() while deferring the params struct free with kfree_rcu(). A concurrent tunnel_key_act() reader on the datapath may still hold the old params pointer (under rcu_read_lock_bh) and proceed to call dst_clone(¶ms->tcft_enc_metadata->dst) after the writer's dst_release has already pushed the dst's rcuref to RCUREF_DEAD.

[email protected] produced a poc which i (and Victor) verified that KASAN reports:

================================================================== BUG: KASAN: slab-use-after-free in instrument_atomic_read_write include/linux/instrumented.h:112 BUG: KASAN: slab-use-after-free in atomic_sub_return_release include/linux/atomic/atomic-instrumented.h:326 BUG: KASAN: slab-use-after-free in __rcuref_put include/linux/rcuref.h:109 BUG: KASAN: slab-use-after-free in rcuref_put include/linux/rcuref.h:173 BUG: KASAN: slab-use-after-free in dst_release+0x5b/0x370 net/core/dst.c:168 Write of size 4 at addr ffff88806158de40 by task poc/9388

CPU: 0 UID: 0 PID: 9388 Comm: poc Tainted: G W 7.1.0-rc7 #7 PREEMPT(lazy) Tainted: [W]=WARN Hardware name: QEMU Ubuntu 25.10 PC v2 (i440FX + PIIX, + 10.1 machine, 1996), BIOS 1.16.3-debian-1.16.3-2 04/01/2014 Call Trace: __dump_stack lib/dump_stack.c:94 dump_stack_lvl+0x100/0x190 lib/dump_stack.c:120 print_address_description mm/kasan/report.c:378 print_report+0x139/0x4ad mm/kasan/report.c:482 kasan_report+0xe4/0x1d0 mm/kasan/report.c:595 check_region_inline mm/kasan/generic.c:186 kasan_check_range+0x125/0x200 mm/kasan/generic.c:200 instrument_atomic_read_write include/linux/instrumented.h:112 atomic_sub_return_release include/linux/atomic/atomic-instrumented.h:326 __rcuref_put include/linux/rcuref.h:109 rcuref_put include/linux/rcuref.h:173 dst_release+0x5b/0x370 net/core/dst.c:168 refdst_drop include/net/dst.h:272 skb_dst_drop include/net/dst.h:284 skb_release_head_state+0x293/0x400 net/core/skbuff.c:1163 skb_release_all net/core/skbuff.c:1187 [..] Allocated by task 9391: kasan_save_stack+0x30/0x50 mm/kasan/common.c:57 kasan_save_track+0x14/0x30 mm/kasan/common.c:78 poison_kmalloc_redzone mm/kasan/common.c:398 __kasan_kmalloc+0x9a/0xb0 mm/kasan/common.c:415 kasan_kmalloc include/linux/kasan.h:263 __do_kmalloc_node mm/slub.c:5296 __kmalloc_noprof+0x2f1/0x830 mm/slub.c:5308 kmalloc_noprof include/linux/slab.h:954 kzalloc_noprof include/linux/slab.h:1188 offload_action_alloc+0x2f/0x130 net/core/flow_offload.c:35 tcf_action_offload_add_ex+0x1ba/0x880 net/sched/act_api.c:258 tcf_action_offload_add net/sched/act_api.c:293 tcf_action_init+0x66e/0xa20 net/sched/act_api.c:1547 tcf_action_add+0xf6/0x5d0 net/sched/act_api.c:2101 [..] Freed by task 9391: kasan_save_stack+0x30/0x50 mm/kasan/common.c:57 kasan_save_track+0x14/0x30 mm/kasan/common.c:78 kasan_save_free_info+0x3b/0x70 mm/kasan/generic.c:584 poison_slab_object mm/kasan/common.c:253 __kasan_slab_free+0x6b/0x90 mm/kasan/common.c:285 kasan_slab_free include/linux/kasan.h:235 slab_free_hook mm/slub.c:2689 slab_free mm/slub.c:6251 kfree+0x21f/0x6b0 mm/slub.c:6566 tcf_action_offload_add_ex+0x4ad/0x880 net/sched/act_api.c:284 tcf_action_offload_add net/sched/act_api.c:293 tcf_action_init+0x66e/0xa20 net/sched/act_api.c:1547 tcf_action_add+0xf6/0x5d0 net/sched/act_api.c:2101

The buggy address belongs to the object at ffff88806158de00 which belongs to the cache kmalloc-256 of size 256 The buggy address is located 64 bytes inside of freed 256-byte region [ffff88806158de00, ffff88806158df00)

The buggy address belongs to the physical page: page: refcount:0 mapcount:0 mapping:0000000000000000 index:0xffff88806158d600 pfn:0x6158c head: order:1 mapcount:0 entire_map ---truncated---

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

Published

August 10, 2026

Last Modified

August 19, 2026

Advisory Details (5)

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

net/sched: act_tunnel_key: Defer dst_release to RCU callback - kernel/git/stable/linux.git - Linux kernel stable tree

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

net/sched: act_tunnel_key: Defer dst_release to RCU callback - kernel/git/stable/linux.git - Linux kernel stable tree

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

net/sched: act_tunnel_key: Defer dst_release to RCU callback - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/531dbb5bb98e52ad26be7e90f9f8bec707c5bd0e
generic

net/sched: act_tunnel_key: Defer dst_release to RCU callback - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2791a501da508b704a617b4dba29db54a65bc9f7
generic

net/sched: act_tunnel_key: Defer dst_release to RCU callback - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2200a00ff247f70f5dcdb4e6f14b0d48ddac5467

Vendor Advisories for CVE-2026-68377(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 36× in last 7d / 48× 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 05:15 UTCEG score recompute
  2. 2026-08-21 05:15 UTCVendor advisory
  3. 2026-08-21 05:15 UTCGHSA enrichment
  4. 2026-08-20 22:56 UTCEPSS rescore
  5. 2026-08-20 17:26 UTCGHSA enrichment
  6. 2026-08-20 05:37 UTCGHSA enrichment
  7. 2026-08-19 17:49 UTCEG score recompute
  8. 2026-08-19 17:49 UTCGHSA enrichment
  9. 2026-08-19 17:04 UTCEPSS rescore
  10. 2026-08-19 16:54 UTCEG score recompute
  11. 2026-08-19 16:54 UTCGHSA enrichment
  12. 2026-08-19 06:47 UTCGHSA enrichment
  13. 2026-08-18 18:59 UTCEG score recompute
  14. 2026-08-18 18:59 UTCGHSA enrichment
  15. 2026-08-18 13:49 UTCEPSS rescore
  16. 2026-08-18 13:49 UTCEPSS rescore
  17. 2026-08-18 07:10 UTCGHSA enrichment
  18. 2026-08-17 19:19 UTCEG score recompute
  19. 2026-08-17 19:19 UTCGHSA enrichment
  20. 2026-08-17 13:47 UTCEPSS rescore
  21. 2026-08-17 06:32 UTCEG score recompute
  22. 2026-08-17 06:32 UTCGHSA enrichment
  23. 2026-08-17 05:36 UTCEG score recompute
  24. 2026-08-17 05:36 UTCGHSA enrichment
  25. 2026-08-16 22:36 UTCEG score recompute
Show 23 more
  1. 2026-08-16 22:36 UTCGHSA enrichment
  2. 2026-08-16 14:56 UTCEPSS rescore
  3. 2026-08-16 10:47 UTCEG score recompute
  4. 2026-08-16 10:47 UTCGHSA enrichment
  5. 2026-08-15 22:59 UTCGHSA enrichment
  6. 2026-08-15 11:10 UTCEG score recompute
  7. 2026-08-15 11:10 UTCGHSA enrichment
  8. 2026-08-15 01:30 UTCEPSS rescore
  9. 2026-08-14 23:21 UTCGHSA enrichment
  10. 2026-08-14 11:32 UTCEG score recompute
  11. 2026-08-14 11:32 UTCGHSA enrichment
  12. 2026-08-13 23:44 UTCEG score recompute
  13. 2026-08-13 23:44 UTCGHSA enrichment
  14. 2026-08-13 23:04 UTCEG score recompute 7.80
  15. 2026-08-13 23:04 UTCGHSA enrichment
  16. 2026-08-13 23:03 UTCMITRE cvelistV5CVSS v3 → 7.8 · severity → HIGH
  17. 2026-08-13 22:00 UTCEPSS rescore
  18. 2026-08-13 16:09 UTCEG score recompute
  19. 2026-08-13 16:09 UTCGHSA enrichment
  20. 2026-08-12 13:51 UTCEPSS rescore
  21. 2026-08-10 13:24 UTCNVD update
  22. 2026-08-10 12:18 UTCEG score recompute
  23. 2026-08-10 12:17 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-68377?
CVE-2026-68377 is a high vulnerability published on August 10, 2026. In the Linux kernel, the following vulnerability has been resolved: net/sched: acttunnelkey: Defer dst_release to RCU callback Fix a race-condition use-after-free in tunnelkeyrelease_params(). The function releases the metadata_dst of the old params synchronously via dst_release() while deferring…
When was CVE-2026-68377 disclosed?
CVE-2026-68377 was first published in the National Vulnerability Database on August 10, 2026, with the most recent update on August 19, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-68377 actively exploited?
CVE-2026-68377 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.2% of all scored CVEs.
What is the CVSS score of CVE-2026-68377?
CVE-2026-68377 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-68377?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-68377, 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-68377

Explore →

Is Your Infrastructure Affected by CVE-2026-68377?

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