CVE-2026-10671

HIGHPre-NVD 7.17.1
EchelonGraph scoreMEDIUM confidence

This high-severity CVE scores 7.1 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.2%, top 95% 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, secondary
7.1EG
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.1Exploit: None knownExposed: 0

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

In Zephyr's kernel pipe implementation, the userspace syscall verifier z_vrfy_k_pipe_init() in kernel/pipe.c used K_SYSCALL_OBJ() (which requires the kernel object to already be initialized) instead of K_SYSCALL_OBJ_NEVER_INIT() (which rejects an already-initialized object). As a result, on CONFIG_USERSPACE builds an unprivileged user thread that has been granted access to a k_pipe object can invoke the k_pipe_init syscall to re-initialize a pipe that is already in use.

z_impl_k_pipe_init() unconditionally resets the ring buffer, sets pipe->waiting to 0, and re-initializes both wait queues (z_waitq_init on pipe->data and pipe->space) without waking or accounting for threads currently blocked on the pipe. Any thread already pended in k_pipe_read()/k_pipe_write() is left orphaned: still marked pending with pended_on pointing at the cleared wait queue and with stale qnode_dlist links into the (now re-initialized) embedded list head.

When such an orphaned waiter is later timed out or woken, the scheduler calls sys_dlist_remove() on its stale node, writing through dangling prev/next pointers into kernel wait-queue/scheduler structures, causing list corruption (an attacker-driven invalid kernel write), lost wakeups, indefinitely blocked threads, and silent data loss. The flaw lets a deprivileged user thread corrupt the state of a kernel object shared with other threads/partitions.

The fix switches the verifier to K_SYSCALL_OBJ_NEVER_INIT(), matching the existing k_msgq_init verifier, so a user thread can no longer re-initialize a live pipe. The vulnerable code shipped in v4.1.0 and remained through v4.4.0.

CVSS v3
7.1
EG Score
7.1(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
Severity71% × 45%
Exploitation0% × 40%
Automatability0% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
5%
KEV
Not listed

Published

July 14, 2026

Last Modified

August 6, 2026

Advisory Details (2)

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

User thread can re-initialize an in-use k_pipe, corrupting kernel wait queues (CONFIG_USERSPACE) · Advisory · zephyrproject-rtos/zephyr · GitHub

https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-p8w8-3x99-mg8f
github_commit

commit 4424aa681e0b (zephyrproject-rtos/zephyr)

Fix landed in zephyrproject-rtos/zephyr commit 4424aa681e0b — awaiting tagged release

https://github.com/zephyrproject-rtos/zephyr/commit/4424aa681e0b80e9cbd0ae27a987d582be88cb74

Weakness Classification(2)

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

Data Freshness Timeline

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

Frequently asked(5)

What is CVE-2026-10671?
CVE-2026-10671 is a high vulnerability published on July 14, 2026. In Zephyr's kernel pipe implementation, the userspace syscall verifier zvrfykpipeinit() in kernel/pipe.c used KSYSCALLOBJ() (which requires the kernel object to already be initialized) instead of KSYSCALLOBJNEVERINIT() (which rejects an already-initialized object). As a result, on CONFIGUSERSPACE…
When was CVE-2026-10671 disclosed?
CVE-2026-10671 was first published in the National Vulnerability Database on July 14, 2026, with the most recent update on August 6, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-10671 actively exploited?
CVE-2026-10671 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 94.6% of all scored CVEs.
What is the CVSS score of CVE-2026-10671?
CVE-2026-10671 has a CVSS v3 base score of 7.1 (NVD).
How do I remediate CVE-2026-10671?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-10671, 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-10671

Explore →

Is Your Infrastructure Affected by CVE-2026-10671?

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