CVE-2026-10634

MEDIUMNVD 5.35.3
EchelonGraph scoreMEDIUM confidence

This medium-severity CVE scores 5.3 under NVD CVSS v3. EPSS exploit probability: 0.3%, top 81% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: epss, nvd
Trending — 4 sources updated this week
5.3
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS: 0%CVSS: 5.3Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

Zephyr's native TCP stack iterates the global connection list in net_tcp_foreach() (subsys/net/ip/tcp.c) using the SYS_SLIST_FOR_EACH_CONTAINER_SAFE macro, which caches a pointer to the next list node. Prior to this fix the function released tcp_lock while invoking the per-connection callback and re-acquired it afterwards.

During that window a concurrent tcp_conn_release(), running on the dedicated TCP work-queue thread when a connection's reference count drops to zero (e.g. a remote peer closing or resetting the connection), can remove and k_mem_slab_free() the cached next connection. When the iterator advances it dereferences the freed (and possibly reallocated) slab memory — a use-after-free that can crash the system (denial of service) and, if the slot has been reused, cause the callback to operate on an attacker-influenced object (potential information disclosure or further fault).

net_tcp_foreach() is reached in production via the net conn network shell command and via net_tcp_close_all_for_iface() on interface-down; the freeing side is driven by ordinary TCP traffic.

The fix moves the connection/context teardown in tcp_conn_release() inside the tcp_lock critical section and keeps tcp_lock held across the callback in net_tcp_foreach(). The defect was introduced with the modern (TCP2) stack in 2020 and affects releases up to and including v4.4.0.

CVSS v3
5.3
EG Score
5.3(medium)
EPSS
19.3%
KEV
Not listed

Published

June 15, 2026

Last Modified

July 14, 2026

Advisory Details (2)

Auto-updated Jun 15, 2026
Patch available. Sources: github_commit, github.
github Patch Available

Use-after-free in Zephyr native TCP net_tcp_foreach() due to dropping tcp_lock during the callback · Advisory · zephyrproject-rtos/zephyr · GitHub

https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-6c57-xfhw-j26x
github_commit

commit cd85e0e890ab (zephyrproject-rtos/zephyr)

Fix landed in zephyrproject-rtos/zephyr commit cd85e0e890ab — awaiting tagged release

https://github.com/zephyrproject-rtos/zephyr/commit/cd85e0e890ab89815c4cbc0a8fbc03a3efa84dc2

Weakness Classification(1)

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

Data Freshness Timeline

(refreshed 16× in last 7d / 69× 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-16 03:00 UTCEG score recompute
  2. 2026-07-15 16:57 UTCEPSS rescore
  3. 2026-07-15 02:59 UTCEG score recompute
  4. 2026-07-15 02:00 UTCEPSS rescore
  5. 2026-07-14 19:21 UTCNVD updateCVSS v3 → 5.3
  6. 2026-07-14 19:00 UTCMITRE cvelistV5CVSS v3 → 4.8
  7. 2026-07-14 02:43 UTCEG score recompute
  8. 2026-07-13 22:30 UTCEPSS rescore
  9. 2026-07-13 06:12 UTCEPSS rescore
  10. 2026-07-13 02:44 UTCEG score recompute
  11. 2026-07-12 05:46 UTCEPSS rescore
  12. 2026-07-12 02:43 UTCEG score recompute
  13. 2026-07-11 08:27 UTCEPSS rescore
  14. 2026-07-11 02:42 UTCEG score recompute
  15. 2026-07-10 02:21 UTCEG score recompute
  16. 2026-07-09 19:10 UTCEPSS rescore
  17. 2026-07-09 00:24 UTCEG score recompute
  18. 2026-07-08 15:15 UTCEPSS rescore
  19. 2026-07-08 15:15 UTCEPSS rescore
  20. 2026-07-08 00:25 UTCEG score recompute
  21. 2026-07-07 13:46 UTCEPSS rescore
  22. 2026-07-07 00:24 UTCEG score recompute
  23. 2026-07-06 16:27 UTCEPSS rescore
  24. 2026-07-06 02:23 UTCEPSS rescore
  25. 2026-07-05 20:19 UTCEG score recompute
Show 46 more
  1. 2026-07-05 02:30 UTCEPSS rescore
  2. 2026-07-05 02:30 UTCEPSS rescore
  3. 2026-07-04 20:19 UTCEG score recompute
  4. 2026-07-04 06:31 UTCEPSS rescore
  5. 2026-07-03 20:20 UTCEG score recompute
  6. 2026-07-02 20:20 UTCEG score recompute 0.50
  7. 2026-07-02 01:19 UTCNVD updateCVSS v3 → 5.3
  8. 2026-07-01 20:21 UTCEG score recompute
  9. 2026-07-01 15:06 UTCEPSS rescore
  10. 2026-07-01 15:06 UTCEPSS rescore
  11. 2026-06-30 23:22 UTCEPSS rescore
  12. 2026-06-30 20:23 UTCEG score recompute
  13. 2026-06-29 20:23 UTCEG score recompute
  14. 2026-06-29 14:06 UTCEPSS rescore
  15. 2026-06-28 20:24 UTCEG score recompute
  16. 2026-06-28 14:07 UTCEPSS rescore
  17. 2026-06-28 04:56 UTCEPSS rescore
  18. 2026-06-28 04:56 UTCEPSS rescore
  19. 2026-06-27 20:25 UTCEG score recompute
  20. 2026-06-27 03:08 UTCEPSS rescore
  21. 2026-06-26 20:25 UTCEG score recompute
  22. 2026-06-25 20:27 UTCEG score recompute
  23. 2026-06-25 13:49 UTCEPSS rescore
  24. 2026-06-24 20:27 UTCEG score recompute
  25. 2026-06-24 14:05 UTCEPSS rescore
  26. 2026-06-23 21:32 UTCEPSS rescore
  27. 2026-06-23 18:24 UTCEG score recompute
  28. 2026-06-22 18:22 UTCEG score recompute
  29. 2026-06-22 14:25 UTCEPSS rescore
  30. 2026-06-22 14:25 UTCEPSS rescore
  31. 2026-06-21 18:22 UTCEG score recompute
  32. 2026-06-21 14:56 UTCEPSS rescore
  33. 2026-06-21 14:56 UTCEPSS rescore
  34. 2026-06-21 01:59 UTCEPSS rescore
  35. 2026-06-21 01:59 UTCEPSS rescore
  36. 2026-06-20 17:32 UTCEG score recompute
  37. 2026-06-19 19:25 UTCEPSS rescore
  38. 2026-06-19 17:30 UTCEG score recompute
  39. 2026-06-18 17:52 UTCEPSS rescore
  40. 2026-06-18 17:13 UTCEG score recompute
  41. 2026-06-17 17:53 UTCEPSS rescore
  42. 2026-06-17 16:58 UTCEG score recompute
  43. 2026-06-16 17:52 UTCEPSS rescore
  44. 2026-06-16 16:03 UTCEG score recompute
  45. 2026-06-15 16:04 UTCEG score recompute
  46. 2026-06-15 16:03 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-10634?
CVE-2026-10634 is a medium vulnerability published on June 15, 2026. Zephyr's native TCP stack iterates the global connection list in nettcpforeach() (subsys/net/ip/tcp.c) using the SYSSLISTFOREACHCONTAINERSAFE macro, which caches a pointer to the next list node. Prior to this fix the function released tcplock while invoking the per-connection callback and…
When was CVE-2026-10634 disclosed?
CVE-2026-10634 was first published in the National Vulnerability Database on June 15, 2026, with the most recent update on July 14, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-10634 actively exploited?
CVE-2026-10634 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 19.3% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-10634?
CVE-2026-10634 has a CVSS v3 base score of 5.3 (NVD).
How do I remediate CVE-2026-10634?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-10634, 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-10634

Explore →

Is Your Infrastructure Affected by CVE-2026-10634?

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