Lucene search
+L

1785 matches found

CVE
CVE
added 2026/06/16 1:28 p.m.62 views

CVE-2026-10640

Summary: Zephyr’s IPv6 Neighbor Discovery send paths (ipv6_nbr.c) perform a use-after-free by reading iface from a freed net_pkt slab block when updating per-interface ICMP statistics, after the packet has been sent. This can corrupt iface-stats.icmp.sent or cause a crash/DoS if the slab memory i...

7.1CVSS6.1AI score0.0037EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/06/16 1:16 p.m.12 views

CVE-2026-10638 Use-after-free in Zephyr ICMPv6 RX path when updating statistics after sending an echo reply or error

subsys/net/ip/icmpv6.c reads the network interface from a netpkt after that packet has been handed to nettrysenddata. In icmpv6handleechorequest and neticmpv6senderror, the post-send statistics update calls netpktifacereply/netpktifacepkt on the just-sent packet. The send path nettrysenddata -...

5.9CVSS6.1AI score0.00352EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/06/16 1:16 p.m.44 views

CVE-2026-10638 Use-after-free in Zephyr ICMPv6 RX path when updating statistics after sending an echo reply or error

subsys/net/ip/icmpv6.c reads the network interface from a netpkt after that packet has been handed to nettrysenddata. In icmpv6handleechorequest and neticmpv6senderror, the post-send statistics update calls netpktifacereply/netpktifacepkt on the just-sent packet. The send path nettrysenddata -...

5.9CVSS0.00352EPSS
SaveExploits0References2
CVE
CVE
added 2026/06/16 1:16 p.m.61 views

CVE-2026-10638

The CVE describes a use-after-free in Zephyr’s ICMPv6 RX path: after sending an ICMPv6 Echo Request or an error, post-send statistics update references net_pkt_iface(reply/pkt) on a packet that may already be freed by net_try_send_data (or by the driver/L2). If CONFIG_NET_TC_TX_COUNT is 0 or the ...

7.5CVSS6.1AI score0.00352EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/06/16 1:16 p.m.15 views

CVE-2026-10638 Use-after-free in Zephyr ICMPv6 RX path when updating statistics after sending an echo reply or error

subsys/net/ip/icmpv6.c reads the network interface from a netpkt after that packet has been handed to nettrysenddata. In icmpv6handleechorequest and neticmpv6senderror, the post-send statistics update calls netpktifacereply/netpktifacepkt on the just-sent packet. The send path nettrysenddata -...

5.9CVSS6.1AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/06/16 1:12 p.m.49 views

CVE-2026-10636 Use-after-free in Zephyr IPv4 IGMP send path (`igmp_send`)

In Zephyr's IPv4 IGMP implementation, igmpsend in subsys/net/ip/igmp.c read the network interface back out of the packet via netpktifacepkt after the packet had been handed to netsenddata. On the successful-send path the packet's last reference may already have been released by the L2 driver or b...

3.7CVSS0.00308EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/06/16 1:12 p.m.14 views

CVE-2026-10636 Use-after-free in Zephyr IPv4 IGMP send path (`igmp_send`)

In Zephyr's IPv4 IGMP implementation, igmpsend in subsys/net/ip/igmp.c read the network interface back out of the packet via netpktifacepkt after the packet had been handed to netsenddata. On the successful-send path the packet's last reference may already have been released by the L2 driver or b...

3.7CVSS6.1AI score0.00308EPSS
SaveExploits1References2
OSV
OSV
added 2026/06/16 1:12 p.m.18 views

CVE-2026-10636 Use-after-free in Zephyr IPv4 IGMP send path (`igmp_send`)

In Zephyr's IPv4 IGMP implementation, igmpsend in subsys/net/ip/igmp.c read the network interface back out of the packet via netpktifacepkt after the packet had been handed to netsenddata. On the successful-send path the packet's last reference may already have been released by the L2 driver or b...

3.7CVSS6.1AI score
SaveExploits0References5
CVE
CVE
added 2026/06/16 1:12 p.m.66 views

CVE-2026-10636

CVE-2026-10636 affects Zephyr’s IPv4 IGMP send path (igmp_send) where net_pkt_iface(pkt) dereferences a freed net_pkt after handoff to net_send_data. The underlying cause is use-after-free: on the successful-send path the packet’s last reference may be released by the L2 driver or TX handling, ye...

3.7CVSS6.1AI score0.00308EPSS
SaveExploits1References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/06/16 12:00 a.m.32 views

PT-2026-49713

Zephyr's IPv6 Neighbor Discovery send paths net ipv6 send na, net ipv6 send ns, net ipv6 send rs in subsys/net/ip/ipv6 nbr.c updated the per-interface ICMP-sent statistics by calling net pkt ifacepkt after net send datapkt had already returned successfully. On the success path the network stack...

4.2CVSS5.3AI score0.0037EPSS
SaveExploits1References3
NVD
NVD
added 2026/06/15 4:16 p.m.28 views

CVE-2026-10634

Zephyr's native TCP stack iterates the global connection list in nettcpforeach subsys/net/ip/tcp.c using the SYSSLISTFOREACHCONTAINERSAFE macro, which caches a pointer to the next list node. Prior to this fix the function released tcplock while invoking the per-connection callback and re-acquired...

5.3CVSS0.00274EPSS
SaveExploits1References2
CVE
CVE
added 2026/06/15 2:16 p.m.49 views

CVE-2026-10634

Zephyr's native TCP use-after-free (CVE-2026-10634) occurs in net_tcp_foreach() when the iterator releases tcp_lock before invoking the per-connection callback, allowing a concurrent tcp_conn_release() to free the next slab and cause a use-after-free on dereference. The patch moves the teardown i...

5.3CVSS6.1AI score0.00274EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2026/06/15 2:16 p.m.104 views

CVE-2026-10634 Use-after-free in Zephyr native TCP `net_tcp_foreach()` due to dropping `tcp_lock` during the callback

Zephyr's native TCP stack iterates the global connection list in nettcpforeach subsys/net/ip/tcp.c using the SYSSLISTFOREACHCONTAINERSAFE macro, which caches a pointer to the next list node. Prior to this fix the function released tcplock while invoking the per-connection callback and re-acquired...

4.8CVSS0.00274EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/06/15 2:16 p.m.11 views

CVE-2026-10634 Use-after-free in Zephyr native TCP `net_tcp_foreach()` due to dropping `tcp_lock` during the callback

Zephyr's native TCP stack iterates the global connection list in nettcpforeach subsys/net/ip/tcp.c using the SYSSLISTFOREACHCONTAINERSAFE macro, which caches a pointer to the next list node. Prior to this fix the function released tcplock while invoking the per-connection callback and re-acquired...

4.8CVSS6.1AI score0.00274EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2026/06/12 12:00 a.m.23 views

PT-2026-49108

CVE-2026-10676 - Rejected reason: This CVE Record has been rejected CVE ID :CVE-2026-10676 Published : June 12, 2026, 12:16 a.m. | 1 hour, 14 minutes ago Description :Rejected reason: This CVE Record has been rejected by the Zephyr Project CNA. Subsequent analysis determined that the addressed...

5.1AI score
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/06/10 8:59 a.m.17 views

CVE-2026-5067

A remote, unauthenticated attacker can trigger memory corruption in Zephyr's HTTP server WebSocket upgrade path by sending a crafted Sec-WebSocket-Key header. The HTTP/1 header parser copies the header into a fixed-size buffer using a bounded copy that does not guarantee NUL termination when the...

9.8CVSS5.9AI score0.00643EPSS
SaveExploits1References1
NVD
NVD
added 2026/06/09 6:16 a.m.23 views

CVE-2026-5067

A remote, unauthenticated attacker can trigger memory corruption in Zephyr's HTTP server WebSocket upgrade path by sending a crafted Sec-WebSocket-Key header. The HTTP/1 header parser copies the header into a fixed-size buffer using a bounded copy that does not guarantee NUL termination when the...

9.8CVSS0.00643EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/06/09 6:01 a.m.26 views

CVE-2026-5067 Out-of-bounds read/write in HTTP WebSocket upgrade via non-null-terminated Sec-WebSocket-Key

A remote, unauthenticated attacker can trigger memory corruption in Zephyr's HTTP server WebSocket upgrade path by sending a crafted Sec-WebSocket-Key header. The HTTP/1 header parser copies the header into a fixed-size buffer using a bounded copy that does not guarantee NUL termination when the...

9.8CVSS5.9AI score0.00643EPSS
SaveExploits1References1
OSV
OSV
added 2026/06/09 6:01 a.m.15 views

CVE-2026-5067 Out-of-bounds read/write in HTTP WebSocket upgrade via non-null-terminated Sec-WebSocket-Key

A remote, unauthenticated attacker can trigger memory corruption in Zephyr's HTTP server WebSocket upgrade path by sending a crafted Sec-WebSocket-Key header. The HTTP/1 header parser copies the header into a fixed-size buffer using a bounded copy that does not guarantee NUL termination when the...

9.8CVSS6.2AI score
SaveExploits0References4
CVE
CVE
added 2026/06/09 6:01 a.m.181 views

CVE-2026-5067

The CVE targets Zephyr’s HTTP server WebSocket upgrade path (CONFIG_HTTP_SERVER_WEBSOCKET enabled). A crafted Sec-WebSocket-Key header can trigger memory corruption via a non-NUL-terminated copy into a fixed-size buffer, followed by copying to a local stack buffer and using strlen(). If no NUL ex...

9.8CVSS6AI score0.00643EPSS
SaveExploits1References1Affected Software1
Rows per page
Query Builder