CVE-2026-14366

MEDIUMPre-NVD 6.46.4—
EchelonGraph scoreMEDIUM confidence

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

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

The Silicon Labs SiWx917 WiFi driver's transmit callback siwx91x_send() in drivers/wifi/siwx91x/siwx91x_wifi.c frees a network packet it does not own. In the Zephyr TX path the net_pkt is owned by the L2/networking stack; the driver only borrows it to copy the frame bytes into a local net_buf. Before the fix, after transmitting, siwx91x_send() additionally called net_pkt_unref(pkt) on the caller-owned packet, dropping its last reference and returning it to the shared packet pool prematurely. This code path is compiled in by default (CONFIG_WIFI_SILABS_SIWX91X_NET_STACK_NATIVE).

The caller, ethernet_send() in subsys/net/l2/ethernet/ethernet.c, keeps using the packet after the driver returns: it reads net_pkt_get_len(pkt), updates TX statistics, and then performs its own net_pkt_unref(pkt). Because the driver already released the packet, these are use-after-free reads followed by a second unref (a double free). When concurrent network activity recycles the freed slab slot between the two unrefs, the trailing unref decrements a different, live packet's reference count and frees it, corrupting the net_pkt pool shared by both the receive and transmit paths.

The defect is exercised by ordinary transmission over the native-stack SiWx917 WiFi interface, and an adjacent attacker on the same WiFi network can induce transmissions (for example ARP or ICMP echo replies, or TCP handshakes) to drive the path. The primary observable impact is loss of availability (transmit hangs and crashes from pool corruption), with race-dependent memory corruption of the kernel networking buffer pool. The fix removes the erroneous net_pkt_unref(pkt) from siwx91x_send(); the driver's receive-path unref, which correctly frees a packet the driver itself allocated, is unaffected.

CVSS v3
6.4
EG Score
6.4(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
Severity64% × 45%
Exploitation0% × 40%
Automatability0% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
5%
KEV
Not listed

Published

August 31, 2026

Last Modified

September 1, 2026

Advisory Details (2)

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

SiWx91x WiFi driver double-unref / use-after-free of caller-owned TX net_pkt · Advisory · zephyrproject-rtos/zephyr · GitHub

https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-f9qq-jv4w-pqxg
github_commit

commit 680a351c7dd0 (zephyrproject-rtos/zephyr)

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

https://github.com/zephyrproject-rtos/zephyr/commit/680a351c7dd0ba46eb67d9c0e7165d901a7bd3d1

Weakness Classification(1)

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

Data Freshness Timeline

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

Frequently asked(5)

What is CVE-2026-14366?
CVE-2026-14366 is a medium vulnerability published on August 31, 2026. The Silicon Labs SiWx917 WiFi driver's transmit callback siwx91xsend() in drivers/wifi/siwx91x/siwx91xwifi.c frees a network packet it does not own. In the Zephyr TX path the netpkt is owned by the L2/networking stack; the driver only borrows it to copy the frame bytes into a local netbuf. Before…
When was CVE-2026-14366 disclosed?
CVE-2026-14366 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-14366 actively exploited?
CVE-2026-14366 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 95.3% of all scored CVEs.
What is the CVSS score of CVE-2026-14366?
CVE-2026-14366 has a CVSS v3 base score of 6.4 (NVD).
How do I remediate CVE-2026-14366?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-14366, 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-14366

Explore →

Is Your Infrastructure Affected by CVE-2026-14366?

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