Zephyr's dynamic kernel-object tracking (kernel/userspace/userspace.c, formerly kernel/userspace.c) maintains a doubly-linked list (obj_list) of dynamically allocated kernel objects. Iteration over this list in k_object_wordlist_foreach() was performed under lists_lock using the SAFE iterator (which caches the next node), but list removal and freeing of nodes was performed under different, disjoint spinlocks: objfree_lock in k_object_free() and obj_lock in unref_check(). On an SMP system, while one CPU iterated obj_list under lists_lock, another CPU could unlink and k_free() the dyn_obj node that the iterator had cached as its next pointer, causing the iterator to dereference freed kernel memory (use-after-free / dangling list traversal). All of the racing operations are reachable from unprivileged user-mode threads via system calls: k_object_alloc/k_object_alloc_size and k_object_release drive removals through unref_check() (under obj_lock), while k_thread_abort and thread creation drive the iteration through k_thread_perms_all_clear()/k_thread_perms_inherit() (under lists_lock). A deprivileged user thread on a CONFIG_SMP + CONFIG_USERSPACE build can therefore corrupt the kernel's object-tracking structures across the userspace security boundary, yielding kernel memory corruption (potential privilege escalation) or a kernel crash (denial of service). The fix removes objfree_lock and serializes every obj_list modification under lists_lock, including holding it across find+remove in k_object_free() and around unref_check() in k_thread_perms_clear(). Affects CONFIG_SMP+CONFIG_USERSPACE+CONFIG_DYNAMIC_OBJECTS configurations; the defect dates to the 2019 spinlockification (commit 8a3d57b6cc6, first released in v1.14.0) and shipped through v4.4.0.
CVE-2026-10667
This high-severity CVE scores 7.8 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.1%, top 96% 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).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.8
- EG Score
- 7.8(medium)
- EG Risk
- 51(Track*)EG Risk 51/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 computedSeverity78% × 45%Exploitation40% × 40%Automatability0% × 15%Action: Watch closely — could escalate to Attend. - EPSS PROB
- 0%
- EPSS %ILE
- 4%
- KEV
- Not listed
Published
July 12, 2026
Last Modified
July 16, 2026
Advisory Details (2)
Auto-updated Jul 12, 2026kernel: SMP use-after-free in dynamic object list due to inconsistent locking. · Advisory · zephyrproject-rtos/zephyr · GitHub
https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-9x5j-h3rh-x579commit fdc42fa256b8 (zephyrproject-rtos/zephyr)
Fix landed in zephyrproject-rtos/zephyr commit fdc42fa256b8 — awaiting tagged release
https://github.com/zephyrproject-rtos/zephyr/commit/fdc42fa256b8c2a7b27790f032d5385f8058c4a9Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 9× in last 7d / 52× 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.
- 2026-08-30 05:45 UTCEG score recompute
- 2026-08-30 01:21 UTCEPSS rescore
- 2026-08-28 21:40 UTCEPSS rescore
- 2026-08-28 03:36 UTCEG score recompute
- 2026-08-27 14:24 UTCEPSS rescore
- 2026-08-27 00:20 UTCEG score recompute
- 2026-08-26 02:41 UTCEG score recompute
- 2026-08-25 13:48 UTCEPSS rescore
- 2026-08-24 22:12 UTCEG score recompute
- 2026-08-23 07:14 UTCEG score recompute
- 2026-08-23 00:19 UTCEPSS rescore
- 2026-08-22 05:31 UTCEG score recompute
- 2026-08-21 23:48 UTCEPSS rescore
- 2026-08-21 03:41 UTCEG score recompute
- 2026-08-20 22:55 UTCEPSS rescore
- 2026-08-20 01:24 UTCEG score recompute
- 2026-08-19 17:03 UTCEPSS rescore
- 2026-08-18 20:30 UTCEG score recompute
- 2026-08-18 13:48 UTCEPSS rescore
- 2026-08-17 14:20 UTCEG score recompute
- 2026-08-17 01:30 UTCEG score recompute
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 12:39 UTCEG score recompute
- 2026-08-16 02:14 UTCEPSS rescore
- 2026-08-15 10:59 UTCEG score recompute
Show 50 moreShow fewer
- 2026-08-15 01:30 UTCEPSS rescore
- 2026-08-14 09:18 UTCEG score recompute
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-12 18:43 UTCEG score recompute
- 2026-08-12 13:50 UTCEPSS rescore
- 2026-08-11 17:03 UTCEG score recompute
- 2026-08-11 13:42 UTCEPSS rescore
- 2026-08-11 04:13 UTCEG score recompute
- 2026-08-10 23:59 UTCEPSS rescore
- 2026-08-10 02:32 UTCEG score recompute
- 2026-08-09 13:46 UTCEPSS rescore
- 2026-08-09 00:53 UTCEG score recompute
- 2026-08-08 16:37 UTCEPSS rescore
- 2026-08-07 23:12 UTCEG score recompute
- 2026-08-06 21:32 UTCEG score recompute
- 2026-08-06 13:46 UTCEPSS rescore
- 2026-08-05 19:52 UTCEG score recompute
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-04 18:12 UTCEG score recompute
- 2026-08-04 15:09 UTCEPSS rescore
- 2026-08-04 10:38 UTCEPSS rescore
- 2026-08-03 16:10 UTCEG score recompute
- 2026-08-03 10:35 UTCEPSS rescore
- 2026-08-02 14:28 UTCEG score recompute
- 2026-08-02 02:26 UTCEPSS rescore
- 2026-08-01 12:48 UTCEG score recompute
- 2026-08-01 04:15 UTCEPSS rescore
- 2026-07-30 21:47 UTCEG score recompute
- 2026-07-30 16:27 UTCEPSS rescore
- 2026-07-30 08:17 UTCEG score recompute
- 2026-07-30 01:30 UTCEPSS rescore
- 2026-07-28 17:11 UTCEG score recompute
- 2026-07-28 15:36 UTCEPSS rescore
- 2026-07-27 15:27 UTCEG score recompute
- 2026-07-27 14:13 UTCEPSS rescore
- 2026-07-26 12:01 UTCEG score recompute
- 2026-07-25 14:17 UTCEPSS rescore
- 2026-07-24 14:17 UTCEPSS rescore
- 2026-07-23 14:18 UTCEPSS rescore
- 2026-07-23 03:04 UTCEG score recompute
- 2026-07-22 14:08 UTCEPSS rescore
- 2026-07-20 17:08 UTCEPSS rescore
- 2026-07-19 14:30 UTCEPSS rescore
- 2026-07-18 10:04 UTCEPSS rescore
- 2026-07-16 17:02 UTCEPSS rescore
- 2026-07-15 16:57 UTCEPSS rescore
- 2026-07-15 02:00 UTCEPSS rescore
- 2026-07-13 22:30 UTCEPSS rescore
- 2026-07-12 16:38 UTCEG score recompute
- 2026-07-12 16:37 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Frequently asked(5)
What is CVE-2026-10667?
When was CVE-2026-10667 disclosed?
Is CVE-2026-10667 actively exploited?
What is the CVSS score of CVE-2026-10667?
How do I remediate CVE-2026-10667?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-10667
Is Your Infrastructure Affected by CVE-2026-10667?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.