CVE-2026-10681

HIGHNVD 7.07.0
EchelonGraph scoreMEDIUM confidence

This high-severity CVE scores 7.0 under NVD CVSS v3. EPSS exploit probability: 0.1%, top 98% 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
7.0EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.0Exploit: None knownExposed: 0

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

In Zephyr's userspace dynamic-objects subsystem, thread_idx_alloc() in kernel/userspace/userspace.c allocated a new thread permission index from the global _thread_idx_map[] bitmap without holding lists_lock.

On SMP systems, two user-mode threads invoking the k_object_alloc(K_OBJ_THREAD) syscall concurrently can both observe the same low free bit, perform the same non-atomic RMW to clear it, and return the identical tidx.

The two newly created K_OBJ_THREAD objects are then assigned the same thread_id, so the two user threads alias a single bit position in every kernel object's perms[] bitfield: any subsequent grant of access on a kernel object to one thread is implicitly a grant to the other, defeating userspace ACL isolation. A secondary lost-update window between the unlocked &=~BIT() in alloc and the locked |= BIT() in thread_idx_free() can also leak entries from the thread-index pool.

The defect is reachable from any user-mode thread via the unrestricted __syscall k_object_alloc and is gated on CONFIG_USERSPACE, CONFIG_DYNAMIC_OBJECTS, and CONFIG_SMP. The flaw was introduced when the per-thread permission index was added in 2018 and is present in every release up to and including v4.4.0. Fixed by holding lists_lock across the bitmap RMW and the permissions clear (and inlining the obj_list traversal that previously took the lock itself).

CVSS v3
7.0
EG Score
7.0(medium)
EG Risk
32(Track)
EG Risk 32/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity70% × 45%
Exploitation0% × 40%
Automatability0% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
2%
KEV
Not listed

Published

July 25, 2026

Last Modified

August 12, 2026

Advisory Details (2)

Auto-updated Jul 25, 2026
Patch available. Sources: github, github_commit.
github Patch Available

SMP race in thread_idx_alloc() lets concurrent k_object_alloc(K_OBJ_THREAD) callers share a kernel-object permission slot · Advisory · zephyrproject-rtos/zephyr · GitHub

https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-j693-5rh5-8g8h
github_commit

commit 862ea2fbbeb2 (zephyrproject-rtos/zephyr)

Fix landed in zephyrproject-rtos/zephyr commit 862ea2fbbeb2 — awaiting tagged release

https://github.com/zephyrproject-rtos/zephyr/commit/862ea2fbbeb2ccdf8ff994b03e2e3b4405f2c37d

Weakness Classification(1)

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

Data Freshness Timeline

(refreshed 6× in last 7d / 40× 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-09-20 01:16 UTCEG score recompute
  2. 2026-09-18 19:36 UTCEG score recompute
  3. 2026-09-18 19:27 UTCEPSS rescore
  4. 2026-09-18 02:40 UTCEG score recompute
  5. 2026-09-17 01:49 UTCEG score recompute
  6. 2026-09-15 09:18 UTCEG score recompute
  7. 2026-09-13 17:37 UTCEG score recompute
  8. 2026-09-13 16:46 UTCEPSS rescore
  9. 2026-09-12 17:09 UTCEG score recompute
  10. 2026-09-12 15:00 UTCEPSS rescore
  11. 2026-09-11 16:20 UTCEG score recompute
  12. 2026-09-11 14:52 UTCEPSS rescore
  13. 2026-09-11 09:36 UTCEPSS rescore
  14. 2026-09-10 10:24 UTCEG score recompute
  15. 2026-09-10 09:34 UTCEPSS rescore
  16. 2026-09-09 08:28 UTCEG score recompute
  17. 2026-09-08 22:00 UTCEPSS rescore
  18. 2026-09-07 21:10 UTCEG score recompute
  19. 2026-09-07 16:01 UTCEPSS rescore
  20. 2026-09-06 23:59 UTCEG score recompute
  21. 2026-09-06 13:47 UTCEPSS rescore
  22. 2026-09-05 19:18 UTCEG score recompute
  23. 2026-09-05 05:53 UTCEG score recompute
  24. 2026-09-04 12:37 UTCEG score recompute
  25. 2026-09-04 05:06 UTCEPSS rescore
Show 51 more
  1. 2026-09-02 14:11 UTCEPSS rescore
  2. 2026-09-01 23:06 UTCEG score recompute
  3. 2026-09-01 13:53 UTCEPSS rescore
  4. 2026-09-01 04:39 UTCEPSS rescore
  5. 2026-08-31 00:26 UTCEG score recompute
  6. 2026-08-30 19:17 UTCEPSS rescore
  7. 2026-08-29 23:59 UTCEG score recompute
  8. 2026-08-28 21:40 UTCEPSS rescore
  9. 2026-08-28 02:26 UTCEG score recompute
  10. 2026-08-27 14:24 UTCEPSS rescore
  11. 2026-08-27 01:52 UTCEG score recompute
  12. 2026-08-25 00:23 UTCEG score recompute
  13. 2026-08-24 12:09 UTCEG score recompute
  14. 2026-08-23 11:19 UTCEG score recompute
  15. 2026-08-23 00:19 UTCEPSS rescore
  16. 2026-08-19 21:43 UTCEG score recompute
  17. 2026-08-19 17:03 UTCEPSS rescore
  18. 2026-08-18 21:04 UTCEG score recompute
  19. 2026-08-18 13:48 UTCEPSS rescore
  20. 2026-08-16 04:44 UTCEG score recompute
  21. 2026-08-16 02:14 UTCEPSS rescore
  22. 2026-08-14 03:50 UTCEG score recompute
  23. 2026-08-13 22:00 UTCEPSS rescore
  24. 2026-08-12 15:10 UTCEG score recompute 0.50
  25. 2026-08-12 15:09 UTCNVD updateCVSS v3 → 7 · severity → HIGH
  26. 2026-08-12 04:46 UTCEG score recompute
  27. 2026-08-11 13:42 UTCEPSS rescore
  28. 2026-08-09 11:50 UTCEG score recompute
  29. 2026-08-08 16:37 UTCEPSS rescore
  30. 2026-08-07 16:32 UTCEG score recompute
  31. 2026-08-06 18:53 UTCEG score recompute
  32. 2026-08-06 13:46 UTCEPSS rescore
  33. 2026-08-05 21:14 UTCEG score recompute
  34. 2026-08-05 19:17 UTCEPSS rescore
  35. 2026-08-04 23:35 UTCEG score recompute
  36. 2026-08-04 15:09 UTCEPSS rescore
  37. 2026-08-01 09:00 UTCEG score recompute
  38. 2026-08-01 04:15 UTCEPSS rescore
  39. 2026-07-31 11:21 UTCEG score recompute
  40. 2026-07-30 16:27 UTCEPSS rescore
  41. 2026-07-30 13:42 UTCEG score recompute
  42. 2026-07-30 01:30 UTCEPSS rescore
  43. 2026-07-27 16:26 UTCEG score recompute
  44. 2026-07-27 15:31 UTCEG score recompute
  45. 2026-07-27 14:13 UTCEPSS rescore
  46. 2026-07-27 00:26 UTCEG score recompute
  47. 2026-07-26 14:54 UTCEPSS rescore
  48. 2026-07-26 14:54 UTCEPSS rescore
  49. 2026-07-26 02:45 UTCEG score recompute
  50. 2026-07-25 13:42 UTCEG score recompute
  51. 2026-07-25 13:41 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-10681?
CVE-2026-10681 is a high vulnerability published on July 25, 2026. In Zephyr's userspace dynamic-objects subsystem, threadidxalloc() in kernel/userspace/userspace.c allocated a new thread permission index from the global threadidxmap[] bitmap without holding listslock. On SMP systems, two user-mode threads invoking the kobjectalloc(KOBJTHREAD) syscall concurrently…
When was CVE-2026-10681 disclosed?
CVE-2026-10681 was first published in the National Vulnerability Database on July 25, 2026, with the most recent update on August 12, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-10681 actively exploited?
CVE-2026-10681 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 98.0% of all scored CVEs.
What is the CVSS score of CVE-2026-10681?
CVE-2026-10681 has a CVSS v3 base score of 7.0 (NVD).
How do I remediate CVE-2026-10681?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-10681, 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-10681

Explore →

Is Your Infrastructure Affected by CVE-2026-10681?

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