CVE-2026-52943

HIGHPre-NVD 7.87.8
EchelonGraph scoreMEDIUM confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-06-24. 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 weekElevated
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: Elevated riskExposed: 0

A fix is available — apply it.

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

net: skbuff: fix missing zerocopy reference in pskb_carve helpers

pskb_carve_inside_header() and pskb_carve_inside_nonlinear() both copy the old skb_shared_info header into a new buffer via memcpy(), which includes the destructor_arg pointer (uarg) for MSG_ZEROCOPY skbs. Neither function calls net_zcopy_get() for the new shinfo, creating an unaccounted holder: every skb_shared_info with destructor_arg set will call skb_zcopy_clear() once when freed, but the corresponding net_zcopy_get() was never called for the new copy. Repeated calls drive uarg->refcnt to zero prematurely, freeing ubuf_info_msgzc while TX skbs still hold live destructor_arg pointers.

KASAN reports use-after-free on a freed ubuf_info_msgzc:

BUG: KASAN: slab-use-after-free in skb_release_data+0x77b/0x810 Read of size 8 at addr ffff88801574d3e8 by task poc/220

Call Trace: skb_release_data+0x77b/0x810 kfree_skb_list_reason+0x13e/0x610 skb_release_data+0x4cd/0x810 sk_skb_reason_drop+0xf3/0x340 skb_queue_purge_reason+0x282/0x440 rds_tcp_inc_free+0x1e/0x30 rds_recvmsg+0x354/0x1780 __sys_recvmsg+0xdf/0x180

Allocated by task 219: msg_zerocopy_realloc+0x157/0x7b0 tcp_sendmsg_locked+0x2892/0x3ba0

Freed by task 219: ip_recv_error+0x74a/0xb10 tcp_recvmsg+0x475/0x530

The skb consuming the late access still referenced the same uarg via shinfo->destructor_arg copied by pskb_carve_inside_nonlinear() without a refcount bump. This has been verified to be reliably exploitable: a working proof-of-concept achieves full root privilege escalation from an unprivileged local user on a default kernel configuration.

The fix follows the pattern of pskb_expand_head() which has the same memcpy/cloned structure. For pskb_carve_inside_header(), net_zcopy_get() is placed after skb_orphan_frags() succeeds, so the orphan error path needs no cleanup. For pskb_carve_inside_nonlinear(), net_zcopy_get() is placed after all failure points and just before skb_release_data(), so no error path needs cleanup at all -- matching pskb_expand_head() more closely and avoiding the need for a balancing net_zcopy_put().

CVSS v3
7.8
EG Score
7.8(medium)
EG Risk
56(Track)
EG Risk 56/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%
Exploitation40% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
15%
KEV
Not listed

Published

June 24, 2026

Last Modified

July 15, 2026

Advisory Details (8)

Auto-updated Jun 28, 2026
🔬 Proof of concept available. No patch confirmed yet.
generic🟡 PoC Available

net: skbuff: fix missing zerocopy reference in pskb_carve helpers - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/fd470f0a97b8e9a125f520265d2f3b088ffb5b8a
generic🟡 PoC Available

net: skbuff: fix missing zerocopy reference in pskb_carve helpers - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/ceafb893b12f23331dcc5ff9587e643c3a40ee9f
generic🟡 PoC Available

net: skbuff: fix missing zerocopy reference in pskb_carve helpers - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/9b40bdc2a3298225dffab8158208a0d8c6300578
generic🟡 PoC Available

net: skbuff: fix missing zerocopy reference in pskb_carve helpers - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/98d0912e9f841e5529a5b89a972805f34cb1c69d
generic🟡 PoC Available

net: skbuff: fix missing zerocopy reference in pskb_carve helpers - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/96a4713ae041cc85e712bac682cd2e644004d6c6
generic🟡 PoC Available

net: skbuff: fix missing zerocopy reference in pskb_carve helpers - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/8dbed691e43a50903658130bde0fcb5abc425b37
generic🟡 PoC Available

net: skbuff: fix missing zerocopy reference in pskb_carve helpers - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/474d6c771d798bca84f0a140b611e36743511e18
generic🟡 PoC Available

net: skbuff: fix missing zerocopy reference in pskb_carve helpers - kernel/git/stable/linux.git - Linux kernel stable tree

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

Vendor Advisories for CVE-2026-52943(2)

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

Patch Availability(5)

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.

Weakness Classification(2)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Additional Vendor Advisories

(5)

Data Freshness Timeline

(refreshed 12× in last 7d / 115× 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 120 total refreshes for this CVE.

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

Publicly available exploits

(1 reference)

Working exploit code is in the public domain (1 GitHub PoC). Defenders should treat patch urgency accordingly — public PoCs typically lead to mass-exploitation within 24-72 hours.

  • GitHub PoCvn-lazyming/CVE-2026-52943
    First seen Jun 16, 2026

    This is a Linux Kernel Local Privilege Escalation PoC code for CVE-2026-52943 a use-after-free in skbuff.c, my first 0day found by me in linux kernel

    Open source ↗

Frequently asked(5)

What is CVE-2026-52943?
CVE-2026-52943 is a high vulnerability published on June 24, 2026. In the Linux kernel, the following vulnerability has been resolved: net: skbuff: fix missing zerocopy reference in pskb_carve helpers pskbcarveinsideheader() and pskbcarveinsidenonlinear() both copy the old skbsharedinfo header into a new buffer via memcpy(), which includes the destructorarg…
When was CVE-2026-52943 disclosed?
CVE-2026-52943 was first published in the National Vulnerability Database on June 24, 2026, with the most recent update on July 15, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-52943 actively exploited?
CVE-2026-52943 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 85.0% of all scored CVEs.
What is the CVSS score of CVE-2026-52943?
CVE-2026-52943 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-52943?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-52943, 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-52943

Explore →

Is Your Infrastructure Affected by CVE-2026-52943?

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