Impact
The UpdateHub over‑the‑air client leaks a CoAP/DTLS socket descriptor when the connection setup fails. The leak occurs on each failed attempt, and because the socket pool is overwritten only after a reboot, repeated failures accumulate until the global socket pool is exhausted. The gradual depletion of sockets leads to device‑wide networking degradation and a denial‑of‑service state without affecting memory corruption, information disclosure, or authentication. The weakness is a resource leak (CWE‑772).
Affected Systems
Zephyr Project Zephyr embedded operating system, specifically the UpdateHub OTA client component in subsys/mgmt/updatehub. The vulnerability is triggered when the OTA client is enabled and attempts to contact the UpdateHub server. No version range is explicitly specified, but the issue exists in code paths referenced by the public commit and advisory.
Risk and Exploitability
The CVSS score is 3.7, indicating low severity. EPSS is not available. The vulnerability is not listed in the CISA KEV catalog. An attacker can influence the DTLS handshake by dropping or resetting traffic to the UpdateHub server, thereby triggering connection‑failure paths. Because the leak rate is bounded by the OTA poll interval (default once per 24 hours), the impact is gradual and recoverable only by rebooting the device.
OpenCVE Enrichment