CVE-2026-10638 Vulnerability Analysis & Exploit Details

CVE-2026-10638
Vulnerability Scoring

5.9
/10
Significant Risk

Security assessments indicate that CVE-2026-10638 presents a notable risk, potentially requiring prompt mitigation.

Attack Complexity Details

  • Attack Complexity: High
    Exploits require significant effort and special conditions.
  • Attack Vector: Network
    Vulnerability is exploitable over a network without physical access.
  • Privileges Required: None
    No privileges are required for exploitation.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2026-10638 Details

Status: Analyzed

Last updated: 🕝 01 Jul 2026, 14:40 UTC
Originally published on: 🕒 16 Jun 2026, 15:16 UTC

Time between publication and last update: 14 days

CVSS Release: version 3

CVSS3 Source

vulnerabilities@zephyrproject.org

CVSS3 Type

Secondary

CVSS3 Vector

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H

CVE-2026-10638 Vulnerability Summary

CVE-2026-10638: subsys/net/ip/icmpv6.c reads the network interface from a net_pkt after that packet has been handed to net_try_send_data(). In icmpv6_handle_echo_request() and net_icmpv6_send_error(), the post-send statistics update calls net_pkt_iface(reply)/net_pkt_iface(pkt) on the just-sent packet. The send path (net_try_send_data - net_if_tx) unreferences and may free the packet back to its memory slab before returning — synchronously in the RX thread when no TX queue is configured (CONFIG_NET_TC_TX_COUNT == 0), and asynchronously the driver/L2 may already have freed it otherwise. net_pkt_iface() therefore dereferences a freed (and possibly reused) net_pkt; with CONFIG_NET_STATISTICS_PER_INTERFACE the stale iface pointer is further dereferenced and written through (iface-stats.icmp.sent++), turning the use-after-free read into a write through an attacker-influenceable pointer. The core stack already documents this hazard in net_core.c ("do not use pkt after that call") and caches iface before sending; the ICMPv6 callers did not. An unauthenticated remote attacker triggers the flaw simply by sending an ICMPv6 Echo Request (ping) or an IPv6 packet that elicits an ICMPv6 error (unknown next header, fragment reassembly timeout, destination unreachable), leading to denial of service via crash and potential memory corruption. Affected: Zephyr networking with CONFIG_NET_NATIVE_IPV6, roughly v4.2.0 through v4.4.0. The fix caches the interface pointer before sending and uses it for all statistics updates; the sibling commit 86e21665d46 fixes the identical bug in ICMPv4.

Assessing the Risk of CVE-2026-10638

Access Complexity Graph

The exploitability of CVE-2026-10638 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2026-10638

CVE-2026-10638 presents a challenge to exploit due to its high attack complexity, but the absence of privilege requirements still makes it a viable target for skilled attackers. A thorough security review is advised.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2026-10638, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2026-10638, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: None
    CVE-2026-10638 has no significant impact on data confidentiality.
  • Integrity: None
    CVE-2026-10638 poses no threat to data integrity.
  • Availability: High
    CVE-2026-10638 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2026-10638 References

External References

CWE Common Weakness Enumeration

CWE-416

Vulnerable Configurations

  • cpe:2.3:o:zephyrproject:zephyr:4.2.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.2.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.2.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.2.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.2.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.2.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.2.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.2.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.2.1:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.2.1:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.3.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.3.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.3.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.3.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.3.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.3.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.3.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.3.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.3.1:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.3.1:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.4.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.4.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.4.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.4.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.4.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.4.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.4.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.4.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.4.1:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.4.1:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.4.1:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.4.1:rc1:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2026-10638: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2026-58523 – Improper access control in Microsoft Edge for Android allows an unauthorized attacker to bypass a security feature over a network.
  • CVE-2026-14617 – A security vulnerability has been detected in NousResearch hermes-agent up to 2026.4.30. Affected is the function GatewayStreamConsumer._filter_and...
  • CVE-2026-58597 – Insufficient ui warning of dangerous operations in Microsoft Edge (Chromium-based) allows an unauthorized attacker to perform spoofing over a network.
  • CVE-2026-58524 – Improper neutralization of input during web page generation ('cross-site scripting') in Microsoft Edge (Chromium-based) allows an unauthorized atta...
  • CVE-2026-58522 – Relative path traversal in Microsoft Edge for Android allows an unauthorized attacker to disclose information locally.