Asynchronous SNTP Client Vulnerability in Zephyr OS by Zephyr Project
CVE-2026-10655

6.5MEDIUM

Key Information:

Status
Vendor
CVE Published:
30 June 2026

What is CVE-2026-10655?

The vulnerability in the asynchronous SNTP client of Zephyr OS arises from improper synchronization between threads, leading to potential denial of service and memory corruption. When the SNTP timeout handler is invoked from one thread while another thread is polling on the same socket, a race condition can occur that allows for premature closure of socket resources. This situation can result in the reuse of memory associated with freed socket contexts, ultimately causing crashes in the networking thread and creating opportunities for attackers to manipulate SNTP responses. A fix has been implemented to close sockets within the same thread that manages the polling, enhancing the security and stability of the system.

Affected Version(s)

zephyr 4.2.0 < 4.5.0

References

CVSS V3.1

Score:
6.5
Severity:
MEDIUM
Confidentiality:
None
Integrity:
Low
Availability:
None
Attack Vector:
Network
Attack Complexity:
High
Privileges Required:
None
User Interaction:
None
Scope:
Unchanged

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.