CVE-2026-10653 Vulnerability Analysis & Exploit Details

CVE-2026-10653
Vulnerability Scoring

6.4
/10
High Risk

If left unpatched, CVE-2026-10653 could lead to major system disruptions or data loss.

Attack Complexity Details

  • Attack Complexity: High
    Exploits require significant effort and special conditions.
  • Attack Vector: Adjacent_network
    Attack Vector Under Analysis
  • 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-10653 Details

Status: Analyzed

Last updated: 🕢 06 Jul 2026, 19:41 UTC
Originally published on: 🕔 30 Jun 2026, 17:16 UTC

Time between publication and last update: 6 days

CVSS Release: version 3

CVSS3 Source

vulnerabilities@zephyrproject.org

CVSS3 Type

Secondary

CVSS3 Vector

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

CVE-2026-10653 Vulnerability Summary

CVE-2026-10653: The Zephyr net_buf library (lib/net_buf/buf.c) manipulated both of its reference counts -- the per-header buf->ref and the per-data-block ref_count at the start of each variable/heap data allocation -- with plain non-atomic C operators (buf->ref++, if (--buf->ref > 0), if (--(*ref_count))). The API is documented as self-synchronizing: callers may share one buffer across threads (e.g. via k_fifo) and each holder independently calls net_buf_unref() with no surrounding lock. Under true concurrency (SMP, or single-core preemption between the non-atomic load and store while another context unrefs the same buffer), two holders can both observe the same prior reference value and both conclude they are the last reference. For heap/variable-data pools (mem_pool_data_unref/heap_data_unref, used by zbus message subscribers, the IP stack RX/TX buffers when CONFIG_NET_BUF_FIXED_DATA_SIZE=n, capture, wireguard, ISO-TP and usbip) this produces a double k_heap_free()/k_free() of the same block -- heap-metadata corruption and a use-after-free on the heap-hardening poison pattern. For the per-header refcount the buffer is returned to the pool free LIFO twice for any pool type (including fixed-data pools used by Bluetooth and networking), corrupting the free list so a later allocation hands the same buffer to two owners. The fix converts both refcounts to atomic_inc/atomic_dec (overlaying buf->ref in an atomic_t-sized union and changing the data-block refcount from uint8_t to atomic_t). Impact is gated on genuine concurrency and on an application architecture that shares one buffer among multiple independent unref'ers; the trigger is a refcount/timing race rather than packet content, so an external attacker has at most weak indirect influence over the race window. Affects all Zephyr releases through v4.4.0.

Assessing the Risk of CVE-2026-10653

Access Complexity Graph

The exploitability of CVE-2026-10653 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-10653

CVE-2026-10653 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-10653, 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-10653, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: Low
    CVE-2026-10653 could lead to minor leaks of non-critical information without major privacy breaches.
  • Integrity: Low
    Exploiting CVE-2026-10653 may cause minor changes to data without severely impacting its accuracy.
  • Availability: High
    CVE-2026-10653 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2026-10653 References

External References

CWE Common Weakness Enumeration

CWE-415

Vulnerable Configurations

  • cpe:2.3:o:zephyrproject:zephyr:2.7.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.7.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.7.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.7.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.7.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.7.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.7.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.7.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.7.0:rc4:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.7.0:rc4:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.7.0:rc5:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.7.0:rc5:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.8.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.8.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.79.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.79.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.81.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.81.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.82.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.82.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.83.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.83.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.84.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.84.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.85.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.85.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.86.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.86.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.87.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.87.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.88.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.88.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.89.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.89.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.90.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.90.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.91.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.91.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.92.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.92.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.93.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.93.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.94.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.94.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.95.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.95.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.0.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.0.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.0.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.0.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.0.1:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.0.1:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.1.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.1.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.1.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.1.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.1.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.1.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.1.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.1.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.2.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.2.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.2.1:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.2.1:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.2.01:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.2.01:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.2.31:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.2.31:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.2.40:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.2.40:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.2.41:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.2.41:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.3.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.3.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.3.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.3.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.3.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.3.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.3.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.3.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.4.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.4.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.5.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.5.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.5.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.5.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.5.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.5.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.5.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.5.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.6.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.6.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.6.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.6.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.6.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.6.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.6.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.6.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.7.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.7.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.7.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.7.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.7.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.7.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.7.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.7.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.7.1:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.7.1:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.7.1:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.7.1:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.7.2:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.7.2:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.7.2:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.7.2:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.0.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.0.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.0.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.0.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.0.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.0.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.0.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.0.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.1.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.1.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.1.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.1.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.1.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.1.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.1.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.1.0:rc3:*:*:*:*:*:*
  • 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:-:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2026-10653: 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-15668 – A vulnerability has been found in louisho5 picobot up to 0.2.0. This vulnerability affects the function WebTool.Execute of the file internal/agent/...
  • CVE-2026-15629 – A weakness has been identified in louisho5 picobot up to 0.2.0. Impacted is the function CreateSkill/GetSkill of the file internal/agent/tools/file...
  • CVE-2026-15628 – A security flaw has been discovered in zhayujie chatgpt-on-wechat CowAgent up to 2.1.1. This issue affects the function Vision._download_to_data_ur...
  • CVE-2026-15627 – A vulnerability was identified in nextlevelbuilder GoClaw up to 3.13.3-beta.3. This vulnerability affects the function handleNavigate of the file p...
  • CVE-2026-15626 – A vulnerability was determined in nextlevelbuilder GoClaw 3.13.3-beta.3. This affects the function writeFile of the file internal/providers/acp/too...