CVE-2026-14697

MEDIUMPre-NVD 6.56.5
EchelonGraph scoreMEDIUM confidence

This medium-severity CVE scores 6.5 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.2%, top 93% 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, secondary
6.5EG
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 6.5Exploit: None knownExposed: 0

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

net_ipv6_send_ns() in subsys/net/ip/ipv6_nbr.c allocates a transmit net_pkt for a Neighbor Solicitation. When it is called with a data packet pending on an unresolved neighbor and that neighbor's pending_queue is already non-empty (an NS is already outstanding), the function appends the data packet and returns early without ever sending the NS via net_send_data() or releasing it with net_pkt_unref(). The freshly allocated NS net_pkt and its attached TX buffers are held only by a local variable and are leaked permanently, never returning to CONFIG_NET_PKT_TX_COUNT / CONFIG_NET_BUF_TX_COUNT.

The leaking branch sits on the normal IPv6 transmit path: net_ipv6_prepare_for_send() (called from net_if.c) invokes net_ipv6_send_ns() for any outbound or forwarded IPv6 packet whose next hop is not yet in the neighbor cache. An on-link (adjacent) attacker can drive it deterministically by sending a burst of request packets (for example ICMPv6 echo requests or UDP datagrams) that all spoof a single non-existent on-link source address: the node generates a reply to each, the first reply queues an NS, and every subsequent reply during the roughly three-second INCOMPLETE resolution window takes the leaking branch and loses one TX packet. Router-configured nodes forwarding attacker traffic toward a non-existent on-link host leak identically.

Because the leaked packets are never reclaimed and CONFIG_NET_PKT_TX_COUNT defaults to only 4 (14 for Ethernet), a brief low-rate burst exhausts the TX pool. Once exhausted the node can no longer allocate any transmit packet and cannot send TCP/UDP, ARP/ND, or any reply at all, producing a complete and persistent network denial of service that does not self-heal until reboot. The fix releases the unsent NS packet with net_pkt_unref(pkt) before the early return.

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

Published

August 31, 2026

Last Modified

September 1, 2026

Advisory Details (2)

Auto-updated Aug 31, 2026
Patch available. Sources: github_commit, github.
github Patch Available

IPv6 Neighbor Solicitation packet leak causes TX pool exhaustion denial of service · Advisory · zephyrproject-rtos/zephyr · GitHub

https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-x956-p489-8mf5
github_commit

commit ab2670e8b5b8 (zephyrproject-rtos/zephyr)

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

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

Weakness Classification(1)

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

Data Freshness Timeline

(refreshed 9× in last 7d / 32× 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-09-20 07:15 UTCEG score recompute
  2. 2026-09-19 06:08 UTCEG score recompute
  3. 2026-09-18 19:27 UTCEPSS rescore
  4. 2026-09-18 05:41 UTCEG score recompute
  5. 2026-09-17 05:13 UTCEG score recompute
  6. 2026-09-16 14:07 UTCEPSS rescore
  7. 2026-09-16 05:14 UTCEPSS rescore
  8. 2026-09-15 04:17 UTCEG score recompute
  9. 2026-09-14 03:49 UTCEG score recompute
  10. 2026-09-13 16:46 UTCEPSS rescore
  11. 2026-09-13 03:21 UTCEG score recompute
  12. 2026-09-12 15:00 UTCEPSS rescore
  13. 2026-09-12 02:53 UTCEG score recompute
  14. 2026-09-11 14:52 UTCEPSS rescore
  15. 2026-09-11 09:36 UTCEPSS rescore
  16. 2026-09-11 02:25 UTCEG score recompute
  17. 2026-09-10 09:34 UTCEPSS rescore
  18. 2026-09-09 01:29 UTCEG score recompute
  19. 2026-09-08 22:00 UTCEPSS rescore
  20. 2026-09-08 00:55 UTCEG score recompute
  21. 2026-09-07 16:01 UTCEPSS rescore
  22. 2026-09-07 00:26 UTCEG score recompute
  23. 2026-09-06 13:47 UTCEPSS rescore
  24. 2026-09-05 23:55 UTCEG score recompute
  25. 2026-09-04 23:28 UTCEG score recompute
Show 7 more
  1. 2026-09-04 05:06 UTCEPSS rescore
  2. 2026-09-01 14:34 UTCEG score recompute
  3. 2026-09-01 14:06 UTCEG score recompute
  4. 2026-09-01 13:53 UTCEPSS rescore
  5. 2026-08-31 20:21 UTCEG score recompute
  6. 2026-08-31 19:40 UTCEG score recompute
  7. 2026-08-31 19:39 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-14697?
CVE-2026-14697 is a medium vulnerability published on August 31, 2026. netipv6sendns() in subsys/net/ip/ipv6nbr.c allocates a transmit netpkt for a Neighbor Solicitation. When it is called with a data packet pending on an unresolved neighbor and that neighbor's pendingqueue is already non-empty (an NS is already outstanding), the function appends the data packet and…
When was CVE-2026-14697 disclosed?
CVE-2026-14697 was first published in the National Vulnerability Database on August 31, 2026, with the most recent update on September 1, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-14697 actively exploited?
CVE-2026-14697 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 92.7% of all scored CVEs.
What is the CVSS score of CVE-2026-14697?
CVE-2026-14697 has a CVSS v3 base score of 6.5 (NVD).
How do I remediate CVE-2026-14697?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-14697, 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-14697

Explore →

Is Your Infrastructure Affected by CVE-2026-14697?

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