CVE-2026-10653

HIGHNVD 8.18.1
EchelonGraph scoreMEDIUM confidence

This high-severity CVE scores 8.1 under NVD CVSS v3. EPSS exploit probability: 0.2%, top 85% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: epss, nvd
Trending — 4 sources updated this week
8.1
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 8.1Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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.

CVSS v3
8.1
EG Score
8.1(medium)
EPSS
14.7%
KEV
Not listed

Published

June 30, 2026

Last Modified

July 14, 2026

Advisory Details (2)

Auto-updated Jun 30, 2026
Patch available. Sources: github_commit, github.
github Patch Available

Non-atomic net_buf reference counts cause double-free / free-list corruption under concurrent unref · Advisory · zephyrproject-rtos/zephyr · GitHub

https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-284j-5jm9-55hh
github_commit

commit 9bb2878319d5 (zephyrproject-rtos/zephyr)

Fix landed in zephyrproject-rtos/zephyr commit 9bb2878319d5 — awaiting tagged release

https://github.com/zephyrproject-rtos/zephyr/commit/9bb2878319d5f46c29ab5fe855a378d87cd75fc3

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 23× in last 7d / 45× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-15 16:57 UTCEPSS rescore
  2. 2026-07-15 15:42 UTCEG score recompute
  3. 2026-07-15 03:43 UTCEG score recompute
  4. 2026-07-15 02:00 UTCEPSS rescore
  5. 2026-07-14 19:21 UTCNVD updateCVSS v3 → 8.1 · severity → HIGH
  6. 2026-07-14 19:00 UTCMITRE cvelistV5CVSS v3 → 6.4 · severity → MEDIUM
  7. 2026-07-14 15:43 UTCEG score recompute
  8. 2026-07-14 03:41 UTCEG score recompute
  9. 2026-07-13 22:30 UTCEPSS rescore
  10. 2026-07-13 15:42 UTCEG score recompute
  11. 2026-07-13 06:12 UTCEPSS rescore
  12. 2026-07-13 03:43 UTCEG score recompute
  13. 2026-07-12 15:44 UTCEG score recompute
  14. 2026-07-12 05:46 UTCEPSS rescore
  15. 2026-07-12 03:43 UTCEG score recompute
  16. 2026-07-11 15:43 UTCEG score recompute
  17. 2026-07-11 08:27 UTCEPSS rescore
  18. 2026-07-11 03:43 UTCEG score recompute
  19. 2026-07-10 15:44 UTCEG score recompute
  20. 2026-07-10 03:44 UTCEG score recompute
  21. 2026-07-09 19:10 UTCEPSS rescore
  22. 2026-07-09 15:40 UTCEG score recompute
  23. 2026-07-09 03:39 UTCEG score recompute
  24. 2026-07-08 15:38 UTCEG score recompute
  25. 2026-07-08 15:15 UTCEPSS rescore
Show 20 more
  1. 2026-07-08 15:15 UTCEPSS rescore
  2. 2026-07-08 03:38 UTCEG score recompute
  3. 2026-07-07 15:39 UTCEG score recompute
  4. 2026-07-07 13:46 UTCEPSS rescore
  5. 2026-07-07 03:16 UTCEG score recompute 1.70
  6. 2026-07-06 21:35 UTCNVD updateCVSS v3 → 8.1 · severity → HIGH
  7. 2026-07-06 16:27 UTCEPSS rescore
  8. 2026-07-06 02:23 UTCEPSS rescore
  9. 2026-07-06 01:49 UTCEG score recompute
  10. 2026-07-05 02:30 UTCEPSS rescore
  11. 2026-07-05 02:30 UTCEPSS rescore
  12. 2026-07-05 00:23 UTCEG score recompute
  13. 2026-07-04 06:31 UTCEPSS rescore
  14. 2026-07-03 22:55 UTCEG score recompute
  15. 2026-07-02 21:29 UTCEG score recompute
  16. 2026-07-01 20:02 UTCEG score recompute
  17. 2026-07-01 15:06 UTCEPSS rescore
  18. 2026-07-01 15:06 UTCEPSS rescore
  19. 2026-06-30 18:34 UTCEG score recompute
  20. 2026-06-30 18:32 UTCNVD updatefirst tracked

Frequently asked(5)

What is CVE-2026-10653?
CVE-2026-10653 is a high vulnerability published on June 30, 2026. The Zephyr netbuf library (lib/netbuf/buf.c) manipulated both of its reference counts -- the per-header buf->ref and the per-data-block refcount at the start of each variable/heap data allocation -- with plain non-atomic C operators (buf->ref++, if (--buf->ref > 0), if (--(*refcount))). The API is…
When was CVE-2026-10653 disclosed?
CVE-2026-10653 was first published in the National Vulnerability Database on June 30, 2026, with the most recent update on July 14, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-10653 actively exploited?
CVE-2026-10653 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 14.7% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-10653?
CVE-2026-10653 has a CVSS v3 base score of 8.1 (NVD).
How do I remediate CVE-2026-10653?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-10653, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-10653

Explore →

Is Your Infrastructure Affected by CVE-2026-10653?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.