CVE-2026-10639

MEDIUMNVD 4.84.8
EchelonGraph scoreMEDIUM confidence

This medium-severity CVE scores 4.8 under NVD CVSS v3. EPSS exploit probability: 0.2%, top 86% 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
4.8
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS: 0%CVSS: 4.8Exploit: NoneExposed: 0

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

In Zephyr's native IPv4 stack, icmpv4_handle_echo_request() in subsys/net/ip/icmpv4.c builds an echo-reply packet (reply), hands it to net_try_send_data(), and then, on success, calls net_stats_update_icmp_sent(net_pkt_iface(reply)). net_try_send_data() transfers ownership of reply to the TX path (net_if_try_queue_tx -> net_if_tx -> L2/driver send, or the asynchronous net_if_tx_thread), which can unref it to refcount 0 and return the struct net_pkt to its slab (net_pkt_unref -> k_mem_slab_free) before the stats line runs. net_core.c documents this exact contract ('the pkt might contain garbage already ... do not use pkt after that call').

The post-send net_pkt_iface(reply) therefore reads reply->iface out of a freed (and possibly already reallocated) net_pkt, a use-after-free read; with CONFIG_NET_STATISTICS_PER_INTERFACE the stats macro additionally increments a counter through that value, i.e. a dereference/write through a stale or recycled-slot pointer.

The path is reached unauthenticated by any remote host that pings the device (net_icmpv4_input -> net_icmp_call_ipv4_handlers -> icmpv4_handle_echo_request) and is gated on CONFIG_NET_STATISTICS_ICMP. Impact is a probabilistic read of recycled packet memory plus a possible wild-pointer write under a timing race, leading most likely to corrupted interface statistics or a remotely triggerable crash (DoS).

The defect was introduced in 2019 (v1.14) and is present through v4.4.0. The companion change in net_icmpv4_send_error() is not a use-after-free because it reads net_pkt_iface(orig), the caller-owned received packet, which stays alive across the send. The fix caches the interface pointer from the live received packet before sending and uses it for the post-send stats updates.

CVSS v3
4.8
EG Score
4.8(medium)
EPSS
14.1%
KEV
Not listed

Published

June 16, 2026

Last Modified

July 14, 2026

Advisory Details (2)

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

Use-after-free reading net_pkt_iface() of a sent ICMPv4 echo-reply packet in icmpv4_handle_echo_request() · Advisory · zephyrproject-rtos/zephyr · GitHub

https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-qhrf-w466-qmpw
github_commit

commit 86e21665d464 (zephyrproject-rtos/zephyr)

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

https://github.com/zephyrproject-rtos/zephyr/commit/86e21665d4641f304dc3895bfb03b8f89db83291

Weakness Classification(1)

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

Data Freshness Timeline

(refreshed 14× in last 7d / 63× 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-15 16:57 UTCEPSS rescore
  2. 2026-07-15 15:56 UTCEG score recompute
  3. 2026-07-15 02:00 UTCEPSS rescore
  4. 2026-07-14 13:56 UTCEG score recompute
  5. 2026-07-13 22:30 UTCEPSS rescore
  6. 2026-07-13 11:58 UTCEG score recompute
  7. 2026-07-13 06:12 UTCEPSS rescore
  8. 2026-07-12 09:47 UTCEG score recompute
  9. 2026-07-12 05:46 UTCEPSS rescore
  10. 2026-07-11 08:27 UTCEPSS rescore
  11. 2026-07-11 07:49 UTCEG score recompute
  12. 2026-07-10 05:50 UTCEG score recompute
  13. 2026-07-09 19:10 UTCEPSS rescore
  14. 2026-07-09 03:27 UTCEG score recompute
  15. 2026-07-08 15:15 UTCEPSS rescore
  16. 2026-07-08 15:15 UTCEPSS rescore
  17. 2026-07-08 01:12 UTCEG score recompute
  18. 2026-07-07 13:46 UTCEPSS rescore
  19. 2026-07-06 23:14 UTCEG score recompute
  20. 2026-07-06 16:27 UTCEPSS rescore
  21. 2026-07-06 02:23 UTCEPSS rescore
  22. 2026-07-05 08:44 UTCEG score recompute
  23. 2026-07-05 02:30 UTCEPSS rescore
  24. 2026-07-05 02:30 UTCEPSS rescore
  25. 2026-07-04 06:31 UTCEPSS rescore
Show 38 more
  1. 2026-07-04 01:56 UTCEG score recompute
  2. 2026-07-02 23:50 UTCEG score recompute
  3. 2026-07-01 21:52 UTCEG score recompute
  4. 2026-07-01 15:06 UTCEPSS rescore
  5. 2026-07-01 15:06 UTCEPSS rescore
  6. 2026-06-30 23:22 UTCEPSS rescore
  7. 2026-06-30 19:52 UTCEG score recompute
  8. 2026-06-29 17:52 UTCEG score recompute
  9. 2026-06-29 14:06 UTCEPSS rescore
  10. 2026-06-28 15:48 UTCEG score recompute
  11. 2026-06-28 14:07 UTCEPSS rescore
  12. 2026-06-28 04:56 UTCEPSS rescore
  13. 2026-06-28 04:56 UTCEPSS rescore
  14. 2026-06-27 13:49 UTCEG score recompute
  15. 2026-06-27 03:08 UTCEPSS rescore
  16. 2026-06-26 11:51 UTCEG score recompute
  17. 2026-06-25 13:49 UTCEPSS rescore
  18. 2026-06-25 08:23 UTCEG score recompute
  19. 2026-06-24 14:05 UTCEPSS rescore
  20. 2026-06-24 06:23 UTCEG score recompute
  21. 2026-06-23 21:32 UTCEPSS rescore
  22. 2026-06-23 03:50 UTCEG score recompute
  23. 2026-06-22 14:25 UTCEPSS rescore
  24. 2026-06-22 14:25 UTCEPSS rescore
  25. 2026-06-22 01:46 UTCEG score recompute
  26. 2026-06-21 14:56 UTCEPSS rescore
  27. 2026-06-21 14:56 UTCEPSS rescore
  28. 2026-06-21 01:59 UTCEPSS rescore
  29. 2026-06-21 01:59 UTCEPSS rescore
  30. 2026-06-20 23:47 UTCEG score recompute
  31. 2026-06-19 21:47 UTCEG score recompute
  32. 2026-06-19 19:25 UTCEPSS rescore
  33. 2026-06-18 19:46 UTCEG score recompute
  34. 2026-06-18 17:52 UTCEPSS rescore
  35. 2026-06-17 17:53 UTCEPSS rescore
  36. 2026-06-17 17:46 UTCEG score recompute
  37. 2026-06-16 15:47 UTCEG score recompute
  38. 2026-06-16 15:47 UTCNVD updatefirst tracked

Frequently asked(5)

What is CVE-2026-10639?
CVE-2026-10639 is a medium vulnerability published on June 16, 2026. In Zephyr's native IPv4 stack, icmpv4handleechorequest() in subsys/net/ip/icmpv4.c builds an echo-reply packet (reply), hands it to nettrysenddata(), and then, on success, calls netstatsupdateicmpsent(netpktiface(reply)). nettrysenddata() transfers ownership of reply to the TX path (netiftryqueuetx…
When was CVE-2026-10639 disclosed?
CVE-2026-10639 was first published in the National Vulnerability Database on June 16, 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-10639 actively exploited?
CVE-2026-10639 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 14.1% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-10639?
CVE-2026-10639 has a CVSS v3 base score of 4.8 (NVD).
How do I remediate CVE-2026-10639?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-10639, 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-10639

Explore →

Is Your Infrastructure Affected by CVE-2026-10639?

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