Impact
The flaw is a memory leak in the Infineon Airoc Wi‑Fi driver for the Zephyr RTOS. When a synchronous transmission failure occurs, the driver fails to reclaim a net_buf from a fixed‑size pool. Each failure permanently removes one buffer, and after a series of failures the pool is exhausted, causing both transmit and receive functions to fail and Wi‑Fi connectivity to be lost. This results in a denial of service that persists until the system is rebooted. The defect matches CWE‑401: Memory Leak.
Affected Systems
The vulnerability affects the Zephyr RTOS Wi‑Fi component provided by the Infineon Airoc driver, located in drivers/wifi/infineon/airoc_wifi.c. The driver is bundled with Zephyr and allocates a default pool of 20 buffers. Any embedded platform that builds Zephyr with the default Infineon Airoc driver is susceptible; specific vendor firmware versions are not listed in the CNA data.
Risk and Exploitability
The CVSS score of 5.3 indicates moderate severity, and no EPSS score is available, suggesting the exploitation likelihood is uncertain. The flaw is not in the CISA Known Exploited Vulnerabilities catalog. An attacker can trigger transmit failures by deauthenticating the station or inducing intermittent send errors. The impact is availability‑only and permanent; once the pool is exhausted the device must be rebooted to restore connectivity. Consequently the risk is significant for systems experiencing frequent transmission failures or exposed to deauthentication attacks.
OpenCVE Enrichment