CVE-2026-68284

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:

bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()

tcp_bpf_sendmsg() keeps msg_tx across sk_stream_wait_memory(), which drops and reacquires the socket lock. Its error path tries to decide whether msg_tx names the local temporary message by comparing it with the current value of psock->cork.

This comparison is unsafe when two threads send on the same socket:

Thread A Thread B msg_tx = psock->cork sk_msg_alloc() fails sk_stream_wait_memory() releases the socket lock acquires the socket lock completes the cork psock->cork = NULL frees the cork reacquires the socket lock msg_tx != psock->cork sk_msg_free(msg_tx)

The stale cork is therefore mistaken for the local temporary message and freed again. KASAN reported:

BUG: KASAN: slab-use-after-free in sk_msg_free+0x49/0x50 Read of size 4 at addr ffff88810c908800 by task poc/90 Call Trace: sk_msg_free+0x49/0x50 tcp_bpf_sendmsg+0x14f5/0x1cc0 __sys_sendto+0x32c/0x3a0 __x64_sys_sendto+0xdb/0x1b0 Allocated by task 89: __kasan_kmalloc+0x8f/0xa0 tcp_bpf_sendmsg+0x16b3/0x1cc0 Freed by task 91: __kasan_slab_free+0x43/0x70 kfree+0x131/0x3c0 tcp_bpf_sendmsg+0xec3/0x1cc0

msg_tx can only name the stack-local tmp or the shared cork. Check for tmp directly so a changed psock->cork cannot turn a shared message into an apparent local one.

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

bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg() - kernel/git/stable/linux.git - Linux kernel stable tree

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

bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg() - kernel/git/stable/linux.git - Linux kernel stable tree

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

bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/786d690257ec7a0c839f8710456e444ce3f1348b
generic

bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/752b1159ed5d0c48fe169a3721b96660a9822aa1
generic

bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2d66a033864e27ab8d5e44cb36f31d9d2413bee4

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

Frequently asked(5)

What is CVE-2026-68284?
CVE-2026-68284 is a high vulnerability published on August 10, 2026. In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix cork use-after-free in tcpbpfsendmsg() tcpbpfsendmsg() keeps msgtx across skstreamwaitmemory(), which drops and reacquires the socket lock. Its error path tries to decide whether msg_tx names the local temporary…
When was CVE-2026-68284 disclosed?
CVE-2026-68284 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-68284 actively exploited?
CVE-2026-68284 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 96.6% of all scored CVEs.
What is the CVSS score of CVE-2026-68284?
CVE-2026-68284 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-68284?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-68284, 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-68284

Explore →

Is Your Infrastructure Affected by CVE-2026-68284?

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