{"id":81287,"date":"2026-06-30T20:03:54","date_gmt":"2026-06-30T16:33:54","guid":{"rendered":"https:\/\/afaghhosting.net\/blog\/cve-2026-10655-use-after-free-race-in-sntp-async-client-when-closing-the-socket-while-the-socket-service-is-still-polling-it\/"},"modified":"2026-06-30T20:03:54","modified_gmt":"2026-06-30T16:33:54","slug":"cve-2026-10655-use-after-free-race-in-sntp-async-client-when-closing-the-socket-while-the-socket-service-is-still-polling-it","status":"publish","type":"post","link":"https:\/\/afaghhosting.net\/blog\/cve-2026-10655-use-after-free-race-in-sntp-async-client-when-closing-the-socket-while-the-socket-service-is-still-polling-it\/","title":{"rendered":"CVE-2026-10655 &#8211; Use-after-free race in SNTP async client when closing the socket while the socket service is still polling it"},"content":{"rendered":"<p>CVE ID :CVE-2026-10655<\/p>\n<p>  Published : June 30, 2026, 4:33 p.m. | 1\u00a0hour, 12\u00a0minutes ago<\/p>\n<p>  Description :The asynchronous SNTP client in Zephyr (subsys\/net\/lib\/sntp\/sntp.c, sntp_close_async) closed the UDP socket file descriptor directly from the calling thread immediately after detaching it from the network socket service, without synchronizing with the socket-service poll thread.<\/p>\n<p>The socket service thread polls each socket via zvfs_poll, which (in zsock_poll_prepare_ctx) registers a k_poll_event pointing into the socket&#8217;s net_context (&amp;ctx-&gt;recv_q) and then blocks in k_poll without holding a reference or lock. net_context objects are allocated from a fixed pool (contexts[CONFIG_NET_MAX_CONTEXTS]) and reused after close.<\/p>\n<p>When sntp_close_async is invoked from a different thread than the poll thread (in the in-tree consumer subsys\/net\/lib\/config\/init_clock_sntp.c, the SNTP timeout handler runs on the system workqueue while the socket service thread is blocked in poll on the same fd), the close frees and may reuse the net_context while the poll thread still has a poller node linked into the freed object, resulting in a use-after-free \/ object confusion of kernel poll structures.<\/p>\n<p>The SNTP timeout path is the normal no-response failure mode, so a network peer or off-path attacker who drops or delays the SNTP\/NTP response can drive the racing close repeatedly (and periodically with NET_CONFIG_SNTP_INIT_RESYNC). The most likely consequence is a crash of the networking thread (denial of service), with potential memory corruption when the freed context slot is reallocated.<\/p>\n<p>The fix defers the close to the socket service thread itself via net_socket_service_close (NET_SOCKET_SERVICE_CLOSE_SOCKETS), so the same thread that polls performs the close, eliminating the race. Affected releases: v4.2.0 through v4.4.0.<\/p>\n<p>  Severity: 6.5 | MEDIUM<\/p>\n<p>  Visit the link for more details, such as CVSS details, affected products, timeline, and more&#8230;\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>CVE ID :CVE-2026-10655 Published : June 30, 2026, 4:33 p.m. | 1\u00a0hour, 12\u00a0minutes ago Description :The asynchronous SNTP client in Zephyr (subsys\/net\/lib\/sntp\/sntp.c, sntp_close_async) closed the UDP socket file descriptor directly from the calling thread immediately after detaching it from the network socket service, without synchronizing with the socket-service poll thread. The socket service thread polls &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[26],"tags":[],"class_list":["post-81287","post","type-post","status-publish","format-standard","hentry","category-vulnerability"],"_links":{"self":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts\/81287","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/comments?post=81287"}],"version-history":[{"count":0,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts\/81287\/revisions"}],"wp:attachment":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/media?parent=81287"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/categories?post=81287"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/tags?post=81287"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}