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.
CVE-2026-10638
Score 5.9 from GitHub Security Advisory published 2026-06-16. NVD baseline CVSS 7.5; sources differ by 1.6.
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.5
- EG Score
- 5.9(medium)
- EPSS
- 27.3%
- KEV
- Not listed
Published
June 16, 2026
Last Modified
July 1, 2026
Advisory Details (2)
Auto-updated Jul 3, 2026Use-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-wvw2commit 09c8578c66b5 (zephyrproject-rtos/zephyr)
Fix landed in zephyrproject-rtos/zephyr commit 09c8578c66b5 — awaiting tagged release
https://github.com/zephyrproject-rtos/zephyr/commit/09c8578c66b517c5165cde53332ed5d8d8ef2cfcVendor 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 25× in last 7d / 72× 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.
- 2026-07-06 23:13 UTCEG score recompute
- 2026-07-06 23:13 UTCGHSA enrichment
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-05 18:14 UTCEG score recompute
- 2026-07-05 18:14 UTCGHSA enrichment
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-04 20:27 UTCEG score recompute
- 2026-07-04 20:27 UTCGHSA enrichment
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-03 22:42 UTCEG score recompute
- 2026-07-03 22:41 UTCGHSA enrichment
- 2026-07-03 00:42 UTCEG score recompute
- 2026-07-03 00:42 UTCGHSA enrichment
- 2026-07-02 02:57 UTCEG score recompute
- 2026-07-02 02:57 UTCGHSA enrichment
- 2026-07-02 01:19 UTCNVD updateCVSS v3 → 7.5 · severity → HIGH
- 2026-07-01 15:06 UTCEPSS rescore
- 2026-07-01 15:06 UTCEPSS rescore
- 2026-07-01 05:12 UTCEG score recompute
- 2026-07-01 05:12 UTCGHSA enrichment
- 2026-06-30 23:22 UTCEPSS rescore
- 2026-06-30 07:27 UTCEG score recompute
- 2026-06-30 07:26 UTCGHSA enrichment
Show 47 moreShow fewer
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 09:40 UTCEG score recompute
- 2026-06-29 09:40 UTCGHSA enrichment
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 11:47 UTCEG score recompute
- 2026-06-28 11:47 UTCGHSA enrichment
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-27 14:01 UTCEG score recompute
- 2026-06-27 14:01 UTCGHSA enrichment
- 2026-06-27 03:08 UTCEPSS rescore
- 2026-06-26 16:15 UTCEG score recompute
- 2026-06-26 16:15 UTCGHSA enrichment
- 2026-06-25 18:30 UTCEG score recompute
- 2026-06-25 18:30 UTCGHSA enrichment
- 2026-06-25 13:49 UTCEPSS rescore
- 2026-06-24 20:44 UTCEG score recompute
- 2026-06-24 20:44 UTCGHSA enrichment
- 2026-06-24 14:05 UTCEPSS rescore
- 2026-06-23 22:59 UTCEG score recompute
- 2026-06-23 22:59 UTCGHSA enrichment
- 2026-06-23 21:32 UTCEPSS rescore
- 2026-06-23 01:10 UTCEG score recompute
- 2026-06-23 01:10 UTCGHSA enrichment
- 2026-06-22 14:25 UTCEPSS rescore
- 2026-06-22 14:25 UTCEPSS rescore
- 2026-06-22 03:25 UTCEG score recompute
- 2026-06-22 03:25 UTCGHSA enrichment
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 04:53 UTCEG score recompute
- 2026-06-21 04:53 UTCGHSA enrichment
- 2026-06-21 01:59 UTCEPSS rescore
- 2026-06-21 01:59 UTCEPSS rescore
- 2026-06-20 07:06 UTCEG score recompute
- 2026-06-20 07:06 UTCGHSA enrichment
- 2026-06-19 19:25 UTCEPSS rescore
- 2026-06-19 09:11 UTCEG score recompute
- 2026-06-19 09:11 UTCGHSA enrichment
- 2026-06-18 17:52 UTCEPSS rescore
- 2026-06-18 11:20 UTCEG score recompute
- 2026-06-18 11:20 UTCGHSA enrichment
- 2026-06-17 17:53 UTCEPSS rescore
- 2026-06-17 13:30 UTCEG score recompute
- 2026-06-17 13:30 UTCGHSA enrichment
- 2026-06-16 15:45 UTCEG score recompute
- 2026-06-16 15:44 UTCGHSA enrichment
Related CVEs(same CWE)
Same CWE
10 shownCWE-416
- CVE-2010-3962NVD 8.1EG 9.0 KEVEPSS 100%HIGH
- CVE-2010-0806NVD 8.8EG 9.0 KEVEPSS 100%HIGH
- CVE-2010-0249NVD 8.8EG 9.0 KEVEPSS 100%HIGH
- CVE-2009-4324NVD 7.8EG 9.0 KEVEPSS 100%HIGH
- CVE-2010-3328EG 8.8EPSS 98%HIGH
- CVE-2010-1772EG 8.8HIGH
- CVE-2010-1208EG 8.8EPSS 91%HIGH
- CVE-2010-0050EG 8.8EPSS 96%HIGH
- CVE-2010-0378EG 8.8EPSS 93%HIGH
- CVE-2009-3658EG 8.8EPSS 95%HIGH
Frequently asked(5)
What is CVE-2026-10638?
When was CVE-2026-10638 disclosed?
Is CVE-2026-10638 actively exploited?
What is the CVSS score of CVE-2026-10638?
How do I remediate CVE-2026-10638?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-10638
Is Your Infrastructure Affected by CVE-2026-10638?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.