CVE-2026-52982

CRITICALPre-NVD 9.89.8
EchelonGraph scoreHIGH confidence

Score 9.8 from GitHub Security Advisory (severity: CRITICAL) published 2026-06-24. a secondary CVSS source baseline 9.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 3 sources updated this week
9.8
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 1%CVSS: 9.8Exploit: NoneExposed: 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: usb: rtl8150: fix use-after-free in rtl8150_start_xmit()

syzbot reported a KASAN slab-use-after-free read in rtl8150_start_xmit() when accessing skb->len for tx statistics after usb_submit_urb() has been called:

BUG: KASAN: slab-use-after-free in rtl8150_start_xmit+0x71f/0x760 drivers/net/usb/rtl8150.c:712 Read of size 4 at addr ffff88810eb7a930 by task kworker/0:4/5226

The URB completion handler write_bulk_callback() frees the skb via dev_kfree_skb_irq(dev->tx_skb). The URB may complete on another CPU in softirq context before usb_submit_urb() returns in the submitter, so by the time the submitter reads skb->len the skb has already been queued to the per-CPU completion_queue and freed by net_tx_action():

CPU A (xmit) CPU B (USB completion softirq) ------------ ------------------------------ dev->tx_skb = skb; usb_submit_urb() --+ |-------> write_bulk_callback() | dev_kfree_skb_irq(dev->tx_skb) | net_tx_action() | napi_skb_cache_put() <-- free netdev->stats.tx_bytes | += skb->len; <-- UAF read

Fix it by caching skb->len before submitting the URB and using the cached value when updating the tx_bytes counter.

The pre-existing tx_bytes semantics are preserved: the counter tracks the original frame length (skb->len), not the ETH_ZLEN/USB-alignment padded "count" value that is handed to the device. Changing that would be a user-visible accounting change and is out of scope for this UAF fix.

CVSS v3
9.8
EG Score
9.8(high)
EPSS
41.7%
KEV
Not listed

Published

June 24, 2026

Last Modified

June 28, 2026

Advisory Details (8)

Auto-updated Jun 28, 2026
No patch confirmed yet.
generic

net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/6999d70e0eda39af029fa1891c48f0a8832b09d5
generic

net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/5db090ca07b28a63fb1499690cf19a3f3adafacb
generic

net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/5af290c86fa81ddbc86a08d54229af5daa40c6a4
generic

net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/4dd7eb94f79486b77ca6b4c8676aedbc465dc802
generic

net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/423b5b86e14e190f6e3161eb5f2ea5f908295ba7
generic

net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/30cf9829d09ca958279c937af8e35495cd2f1e09
generic

net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/24831b0b2ada9fef18d1f486b7b7c444ee5ba637
generic

net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/23f0e34c64acba15cad4d23e50f41f533da195fa

Vendor Advisories for CVE-2026-52982(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 83× in last 7d / 95× 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-07-07 04:57 UTCEG score recompute
  2. 2026-07-07 04:56 UTCGHSA enrichment
  3. 2026-07-07 00:33 UTCEG score recompute
  4. 2026-07-07 00:33 UTCGHSA enrichment
  5. 2026-07-06 20:10 UTCEG score recompute
  6. 2026-07-06 20:10 UTCGHSA enrichment
  7. 2026-07-06 16:27 UTCEPSS rescore
  8. 2026-07-06 16:27 UTCEPSS rescore
  9. 2026-07-06 15:46 UTCEG score recompute
  10. 2026-07-06 15:46 UTCGHSA enrichment
  11. 2026-07-06 11:21 UTCEG score recompute
  12. 2026-07-06 11:21 UTCGHSA enrichment
  13. 2026-07-06 06:50 UTCEG score recompute
  14. 2026-07-06 06:50 UTCGHSA enrichment
  15. 2026-07-06 02:28 UTCEG score recompute
  16. 2026-07-06 02:28 UTCGHSA enrichment
  17. 2026-07-06 02:23 UTCEPSS rescore
  18. 2026-07-06 02:23 UTCEPSS rescore
  19. 2026-07-05 22:05 UTCEG score recompute
  20. 2026-07-05 22:05 UTCGHSA enrichment
  21. 2026-07-05 17:42 UTCEG score recompute
  22. 2026-07-05 17:42 UTCGHSA enrichment
  23. 2026-07-05 13:19 UTCEG score recompute
  24. 2026-07-05 13:19 UTCGHSA enrichment
  25. 2026-07-05 08:55 UTCEG score recompute
Show 70 more
  1. 2026-07-05 08:55 UTCGHSA enrichment
  2. 2026-07-05 04:32 UTCEG score recompute
  3. 2026-07-05 04:32 UTCGHSA enrichment
  4. 2026-07-05 02:31 UTCEPSS rescore
  5. 2026-07-05 02:30 UTCEPSS rescore
  6. 2026-07-05 00:08 UTCEG score recompute
  7. 2026-07-05 00:07 UTCGHSA enrichment
  8. 2026-07-04 19:44 UTCEG score recompute
  9. 2026-07-04 19:44 UTCGHSA enrichment
  10. 2026-07-04 15:19 UTCEG score recompute
  11. 2026-07-04 15:19 UTCGHSA enrichment
  12. 2026-07-04 10:55 UTCEG score recompute
  13. 2026-07-04 10:55 UTCGHSA enrichment
  14. 2026-07-04 06:32 UTCEG score recompute
  15. 2026-07-04 06:32 UTCGHSA enrichment
  16. 2026-07-04 06:31 UTCEPSS rescore
  17. 2026-07-04 02:01 UTCEG score recompute
  18. 2026-07-04 02:01 UTCGHSA enrichment
  19. 2026-07-03 21:36 UTCEG score recompute
  20. 2026-07-03 21:36 UTCGHSA enrichment
  21. 2026-07-03 17:13 UTCEG score recompute
  22. 2026-07-03 17:13 UTCGHSA enrichment
  23. 2026-07-03 12:50 UTCEG score recompute
  24. 2026-07-03 12:50 UTCGHSA enrichment
  25. 2026-07-03 08:23 UTCEG score recompute
  26. 2026-07-03 08:23 UTCGHSA enrichment
  27. 2026-07-03 03:57 UTCEG score recompute
  28. 2026-07-03 03:57 UTCGHSA enrichment
  29. 2026-07-02 23:33 UTCEG score recompute
  30. 2026-07-02 23:33 UTCGHSA enrichment
  31. 2026-07-02 19:11 UTCEG score recompute
  32. 2026-07-02 19:11 UTCGHSA enrichment
  33. 2026-07-02 14:49 UTCEG score recompute
  34. 2026-07-02 14:49 UTCGHSA enrichment
  35. 2026-07-02 10:26 UTCEG score recompute
  36. 2026-07-02 10:26 UTCGHSA enrichment
  37. 2026-07-02 06:03 UTCEG score recompute
  38. 2026-07-02 06:03 UTCGHSA enrichment
  39. 2026-07-02 01:40 UTCEG score recompute
  40. 2026-07-02 01:40 UTCGHSA enrichment
  41. 2026-07-01 21:17 UTCEG score recompute
  42. 2026-07-01 21:17 UTCGHSA enrichment
  43. 2026-07-01 16:54 UTCEG score recompute
  44. 2026-07-01 16:54 UTCGHSA enrichment
  45. 2026-07-01 15:07 UTCEPSS rescore
  46. 2026-07-01 12:31 UTCEG score recompute
  47. 2026-07-01 12:31 UTCGHSA enrichment
  48. 2026-07-01 08:09 UTCEG score recompute
  49. 2026-07-01 08:09 UTCGHSA enrichment
  50. 2026-07-01 03:46 UTCEG score recompute
  51. 2026-07-01 03:46 UTCGHSA enrichment
  52. 2026-06-30 23:23 UTCEG score recompute
  53. 2026-06-30 23:23 UTCGHSA enrichment
  54. 2026-06-30 23:22 UTCEPSS rescore
  55. 2026-06-30 19:00 UTCEG score recompute
  56. 2026-06-30 19:00 UTCGHSA enrichment
  57. 2026-06-30 14:37 UTCEG score recompute 9.80
  58. 2026-06-30 14:37 UTCGHSA enrichment
  59. 2026-06-29 14:06 UTCEPSS rescore
  60. 2026-06-29 14:06 UTCEPSS rescore
  61. 2026-06-28 14:07 UTCEPSS rescore
  62. 2026-06-28 07:52 UTCMITRE cvelistV5CVSS v3 → 9.8 · severity → CRITICAL
  63. 2026-06-28 04:56 UTCEPSS rescore
  64. 2026-06-28 04:56 UTCEPSS rescore
  65. 2026-06-27 16:31 UTCEG score recompute
  66. 2026-06-27 16:31 UTCGHSA enrichment
  67. 2026-06-27 03:08 UTCEPSS rescore
  68. 2026-06-25 13:49 UTCEPSS rescore
  69. 2026-06-24 18:26 UTCEG score recompute
  70. 2026-06-24 18:02 UTCNVD updatefirst tracked

Frequently asked(5)

What is CVE-2026-52982?
CVE-2026-52982 is a critical vulnerability published on June 24, 2026. In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: fix use-after-free in rtl8150startxmit() syzbot reported a KASAN slab-use-after-free read in rtl8150startxmit() when accessing skb->len for tx statistics after usbsubmiturb() has been called: BUG: KASAN:…
When was CVE-2026-52982 disclosed?
CVE-2026-52982 was first published in the National Vulnerability Database on June 24, 2026, with the most recent update on June 28, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-52982 actively exploited?
CVE-2026-52982 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 41.7% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-52982?
CVE-2026-52982 has a CVSS v3 base score of 9.8 (NVD).
How do I remediate CVE-2026-52982?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-52982, 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-52982

Explore →

Is Your Infrastructure Affected by CVE-2026-52982?

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