CVE-2026-64541

CRITICALPre-NVD 9.89.8
EchelonGraph scoreMEDIUM confidence

Score 9.8 from GitHub Security Advisory (severity: CRITICAL) published 2026-07-27. 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.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 1%CVSS: 9.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/smc: fix UAF in smc_cdc_rx_handler() by pinning the socket

smc_cdc_rx_handler() looks up the connection by token under the link group's conns_lock, drops the lock, and then dereferences conn and the smc_sock derived from it, ending in sock_hold(&smc->sk) inside smc_cdc_msg_recv(). No reference is held across the lock release.

The only reference pinning the socket while the connection is discoverable in the link group is taken in smc_lgr_register_conn() (sock_hold) and dropped in __smc_lgr_unregister_conn() (sock_put), both under conns_lock. Once the handler drops conns_lock, a concurrent close() -> smc_release() -> smc_conn_free() -> smc_lgr_unregister_conn() can drop that reference and free the smc_sock, so the handler's later sock_hold() runs on freed memory:

WARNING: lib/refcount.c:25 at refcount_warn_saturate Workqueue: rxe_wq do_work refcount_warn_saturate (lib/refcount.c:25) smc_cdc_msg_recv (net/smc/smc_cdc.c:430) smc_cdc_rx_handler (net/smc/smc_cdc.c:502) smc_wr_rx_tasklet_fn (net/smc/smc_wr.c:445) tasklet_action_common (kernel/softirq.c:938) handle_softirqs (kernel/softirq.c:622) Kernel panic - not syncing: panic_on_warn set

Only SMC-R is affected. The SMC-D receive tasklet is stopped by tasklet_kill(&conn->rx_tsklet) in smc_conn_free() before the connection is unregistered, so it cannot run concurrently with the free.

Take the socket reference while still holding conns_lock, so the registration reference can no longer be the last one, and drop it once the handler is done.

CVSS v3
9.8
EG Score
9.8(medium)
EG Risk
49(Track)
EG Risk 49/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
Severity98% × 45%
Exploitation1% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
1%
EPSS %ILE
44%
KEV
Not listed

Published

July 27, 2026

Last Modified

August 17, 2026

Advisory Details (8)

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

net/smc: fix UAF in smc_cdc_rx_handler() by pinning the socket - kernel/git/stable/linux.git - Linux kernel stable tree

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

net/smc: fix UAF in smc_cdc_rx_handler() by pinning the socket - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/9d160b35cc34a2ba8229d07651468a7848325135
generic

net/smc: fix UAF in smc_cdc_rx_handler() by pinning the socket - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/8de4f665d0febfb92803dece377791a563fc7041
generic

net/smc: fix UAF in smc_cdc_rx_handler() by pinning the socket - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/8145b432136285e01091815b48ceb2dae261f262
generic

net/smc: fix UAF in smc_cdc_rx_handler() by pinning the socket - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/647b19e5cc145a2f1f685ae8ff3805a17356888c
generic

net/smc: fix UAF in smc_cdc_rx_handler() by pinning the socket - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/472e9d7c0d5b03be3ff91ff941f57da822b031bc
generic

net/smc: fix UAF in smc_cdc_rx_handler() by pinning the socket - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/3bfb96d9bc6a7ed0b99c7db329cc2e22a28d84bb
generic

net/smc: fix UAF in smc_cdc_rx_handler() by pinning the socket - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1951bffbc6493ec34cff3956b29d4bc6606904a6

Vendor Advisories for CVE-2026-64541(1)

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

Affected Packages

(6 across 4 ecosystems)
Debian:11(2)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 5.10.92-2 (55 versions)5.10.262-1
linux-6.16.1.106-3~deb11u1 ... 6.1.177-1~deb11u1 (22 versions)6.1.180-1~deb11u1
Debian:12(2)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (55 versions)6.1.180-1
linux-6.126.12.100-1~deb12u1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.96-1 (31 versions)6.12.100-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.1~rc7-1~exp1 (157 versions)7.1.5-1

Data Freshness Timeline

(refreshed 42× in last 7d / 233× 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 254 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-64541?
CVE-2026-64541 is a critical vulnerability published on July 27, 2026. In the Linux kernel, the following vulnerability has been resolved: net/smc: fix UAF in smccdcrx_handler() by pinning the socket smccdcrx_handler() looks up the connection by token under the link group's conns_lock, drops the lock, and then dereferences conn and the smcsock derived from it, ending…
When was CVE-2026-64541 disclosed?
CVE-2026-64541 was first published in the National Vulnerability Database on July 27, 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-64541 actively exploited?
CVE-2026-64541 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 1% probability of exploitation in the next 30 days, which ranks it in the top 55.6% of all scored CVEs.
What is the CVSS score of CVE-2026-64541?
CVE-2026-64541 has a CVSS v3 base score of 9.8 (NVD).
How do I remediate CVE-2026-64541?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-64541, 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

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-64541

Explore →

Is Your Infrastructure Affected by CVE-2026-64541?

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