Skip to main content
Press slash or control plus K to focus the search. Use the arrow keys to navigate results and press enter to open a threat.
Reconnecting to live updates…
EPSS 0.3%top 78%

CVE-2026-10637: use-after-free in zephyrproject zephyr

0
Medium
VulnerabilityCVE-2026-10637cvecve-2026-10637
Published: 06/16/2026 (06/16/2026, 13:13:16 UTC)
Source: CVE Database V5
Vendor/Project: zephyrproject
Product: zephyr

Description

subsys/net/ip/ipv6_mld.c:mld_send() read the packet interface via net_pkt_iface(pkt) after net_send_data(pkt) returned successfully. Per the network stack's ownership contract (include/zephyr/net/net_core.h, and the explicit warning in subsys/net/ip/net_core.c:453-460 'do not use pkt after that call'), a successful send transfers ownership of the net_pkt and the L2 driver frees it (e.g. ethernet_send() unrefs the packet on success, subsys/net/l2/ethernet/ethernet.c:790), returning it to its k_mem_slab. The subsequent net_pkt_iface(pkt) is therefore a read of a freed object; the recovered interface pointer is then dereferenced and incremented by the per-interface statistics path (net_stats.h UPDATE_STAT/SET_STAT) when CONFIG_NET_STATISTICS_PER_INTERFACE is enabled. If the freed slot is concurrently reallocated, pkt->iface may read back as NULL (NULL-pointer dereference / crash) or as a stale/garbage pointer (stray increment write / memory corruption). The path is reachable remotely on the local link without authentication: handle_mld_query() (registered for NET_ICMPV6_MLD_QUERY) responds to a valid MLDv2 General Query (unspecified multicast address, hop limit 1) by calling send_mld_report() -> mld_send(). The result is a remotely triggerable denial of service of the networking stack, with a narrow possibility of memory corruption. The fix caches the interface in a local before sending and no longer touches the packet after net_send_data(). The IPv4/IGMP sibling (igmp_send) already used the corrected pattern.

CVSS v3.1

Score 5.9medium

Attack Vector
Adjacent Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
High
CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H

Affected software

GitHub Actionsmore threats →cve
zephyr
pkg:github/zephyr
Affected versions
>=1.12.0 <4.5.0

Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.

AI-Powered Analysis

Machine-generated threat intelligence

AILast updated: 07/15/2026, 10:45:16 UTC

Technical Analysis

In Zephyr version 1.12.0, the function mld_send() in subsys/net/ip/ipv6_mld.c accesses the network packet interface after the packet has been sent and freed, violating the network stack's ownership contract. After net_send_data(pkt) returns successfully, the packet is freed by the L2 driver, but mld_send() still reads pkt->iface, leading to a use-after-free condition. This can cause a NULL-pointer dereference or memory corruption if the freed memory is reallocated concurrently. The vulnerability is remotely exploitable on the local link by sending a valid MLDv2 General Query, resulting in a denial of service of the networking stack and a narrow possibility of memory corruption. The fix involves caching the interface locally before sending and not accessing the packet after net_send_data().

Potential Impact

The vulnerability allows an unauthenticated attacker on the local network link to remotely trigger a denial of service by causing the networking stack to crash due to use-after-free or NULL-pointer dereference. There is also a narrow possibility of memory corruption, which could potentially lead to further instability or exploitation, although no exploits are known in the wild.

Mitigation Recommendations

Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. The vendor has described a fix that caches the interface before sending and avoids accessing the packet after net_send_data(), but no official patch or remediation level is currently provided. Until a patch is available, network administrators should consider limiting exposure to untrusted local link traffic that can send MLDv2 General Queries if feasible.

Pro Console: star threats, build custom feeds, automate alerts via Slack, email & webhooks.Upgrade to Pro

Technical Details

Data Version
5.2
Assigner Short Name
zephyr
Date Reserved
2026-06-02T15:10:54.577Z
Cvss Version
3.1
State
PUBLISHED
Remediation Level
null

Threat ID: 6a3165080b89be6888c91b1f

Added to database: 06/16/2026, 15:00:24 UTC

Last enriched: 07/15/2026, 10:45:16 UTC

Last updated: 08/01/2026, 07:17:58 UTC

Views: 47

Community Reviews

0 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

PRO

Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.

Please log in to the Console to use AI analysis features.

Need more coverage?

Upgrade to Pro Console for AI refresh and higher limits.

For incident response and remediation, OffSeq services can help resolve threats faster.

Latest Threats

Breach by OffSeqOFFSEQFRIENDS — 25% OFF

Check if your credentials are on the dark web

Instant breach scanning across billions of leaked records. Free tier available.

Scan now
OffSeq TrainingCredly Certified

Lead Pen Test Professional

Technical5-day eLearningPECB Accredited
View courses