CVE-2026-10638

HIGHNVD 7.57.5
EchelonGraph scoreMEDIUM confidence

This high-severity CVE scores 7.5 under NVD CVSS v3. EPSS exploit probability: 0.4%, top 71% of all CVEs by exploit prediction. GitHub Security Advisory enrichment pending alignment with NVD CVSS.

Triggered by: NVD CVSS baseline
Sources: epss, ghsa, nvd
Trending — 3 sources updated this week
7.5EG
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.5Exploit: None knownExposed: 0

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

subsys/net/ip/icmpv6.c reads the network interface from a net_pkt after that packet has been handed to net_try_send_data(). In icmpv6_handle_echo_request() and net_icmpv6_send_error(), the post-send statistics update calls net_pkt_iface(reply)/net_pkt_iface(pkt) on the just-sent packet.

The send path (net_try_send_data -> net_if_tx) unreferences and may free the packet back to its memory slab before returning — synchronously in the RX thread when no TX queue is configured (CONFIG_NET_TC_TX_COUNT == 0), and asynchronously the driver/L2 may already have freed it otherwise. net_pkt_iface() therefore dereferences a freed (and possibly reused) net_pkt; with CONFIG_NET_STATISTICS_PER_INTERFACE the stale iface pointer is further dereferenced and written through (iface->stats.icmp.sent++), turning the use-after-free read into a write through an attacker-influenceable pointer.

The core stack already documents this hazard in net_core.c ("do not use pkt after that call") and caches iface before sending; the ICMPv6 callers did not.

An unauthenticated remote attacker triggers the flaw simply by sending an ICMPv6 Echo Request (ping) or an IPv6 packet that elicits an ICMPv6 error (unknown next header, fragment reassembly timeout, destination unreachable), leading to denial of service via crash and potential memory corruption. Affected: Zephyr networking with CONFIG_NET_NATIVE_IPV6, roughly v4.2.0 through v4.4.0.

The fix caches the interface pointer before sending and uses it for all statistics updates; the sibling commit 86e21665d46 fixes the identical bug in ICMPv4.

CVSS v3
7.5
EG Score
7.5(medium)
EG Risk
34(Track)
EG Risk 34/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
Severity75% × 45%
Exploitation0% × 40%
Automatability0% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
29%
KEV
Not listed

Published

June 16, 2026

Last Modified

July 17, 2026

Advisory Details (2)

Auto-updated Jul 3, 2026
Patch available. Sources: github, github_commit.
github Patch Available

Use-after-free in Zephyr ICMPv6 RX path when updating statistics after sending an echo reply or error · Advisory · zephyrproject-rtos/zephyr · GitHub

https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-m92g-94xv-wvw2
github_commit

commit 09c8578c66b5 (zephyrproject-rtos/zephyr)

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

https://github.com/zephyrproject-rtos/zephyr/commit/09c8578c66b517c5165cde53332ed5d8d8ef2cfc

Vendor Advisories for CVE-2026-10638(1)

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

Weakness Classification(1)

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

Data Freshness Timeline

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

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

Frequently asked(5)

What is CVE-2026-10638?
CVE-2026-10638 is a high vulnerability published on June 16, 2026. subsys/net/ip/icmpv6.c reads the network interface from a netpkt after that packet has been handed to nettrysenddata(). In icmpv6handleechorequest() and neticmpv6senderror(), the post-send statistics update calls netpktiface(reply)/netpktiface(pkt) on the just-sent packet. The send path…
When was CVE-2026-10638 disclosed?
CVE-2026-10638 was first published in the National Vulnerability Database on June 16, 2026, with the most recent update on July 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-10638 actively exploited?
CVE-2026-10638 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 71.4% of all scored CVEs.
What is the CVSS score of CVE-2026-10638?
CVE-2026-10638 has a CVSS v3 base score of 7.5 (NVD).
How do I remediate CVE-2026-10638?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-10638, 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-10638

Explore →

Is Your Infrastructure Affected by CVE-2026-10638?

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