CVE-2026-10635

MEDIUMNVD 6.36.3
EchelonGraph scoreMEDIUM confidence

This medium-severity CVE scores 6.3 under NVD CVSS v3. EPSS exploit probability: 0.2%, top 94% 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
6.3
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS: 0%CVSS: 6.3Exploit: NoneExposed: 0

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

On Xtensa targets with CONFIG_USERSPACE and CONFIG_XTENSA_MMU, the page-table code (arch/xtensa/core/ptables.c) maintains a global list, xtensa_domain_list, of active memory domains using a list node embedded inside the caller-owned struct k_mem_domain. When a domain is destroyed via k_mem_domain_deinit() -> arch_mem_domain_deinit(), the page tables are torn down and domain->arch.ptables is set to NULL, but the domain's node was not removed from xtensa_domain_list. The freed/deinitialized domain therefore remained linked into the global list as a dangling pointer into caller-owned storage that may then be freed or reused.

Any subsequent arch_mem_map()/arch_mem_unmap() operation (widely invoked by kernel memory-mapping and demand-paging code) traverses the stale node and dereferences domain->ptables: at minimum a NULL pointer dereference causing a fatal MMU exception (denial of service), and if the k_mem_domain storage has been freed or reused, a use-after-free in which a stale/controlled ptables value is dereferenced and written through during the page-table walk (l2_page_table_map writes l1_table[...] and l2_table[...], and xtensa_mmu_compute_domain_regs writes into the domain struct and the L1 table), yielding page-table memory corruption that can undermine userspace isolation.

The vulnerable path is reachable only from privileged kernel/supervisor code (k_mem_domain_deinit is not a syscall), not directly from unprivileged user threads or remotely. Affected: Zephyr v4.4.0 (the Xtensa memory-domain de-initialization feature was introduced in commit 3032b58f52d and first shipped in v4.4.0); fixed on main by adding sys_slist_find_and_remove() in arch_mem_domain_deinit(). The Xtensa MPU path is unaffected.

CVSS v3
6.3
EG Score
6.3(medium)
EPSS
5.9%
KEV
Not listed

Published

June 16, 2026

Last Modified

July 14, 2026

Advisory Details (2)

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

Dangling memory-domain pointer (use-after-free) in Xtensa MMU page-table code on memory-domain de-init · Advisory · zephyrproject-rtos/zephyr · GitHub

https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-39v7-cx8j-gq82
github_commit

commit 33d43d093371 (zephyrproject-rtos/zephyr)

Fix landed in zephyrproject-rtos/zephyr commit 33d43d093371 — awaiting tagged release

https://github.com/zephyrproject-rtos/zephyr/commit/33d43d09337119fc6084b4ab545f9267839973f6

Weakness Classification(1)

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

Data Freshness Timeline

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

Frequently asked(5)

What is CVE-2026-10635?
CVE-2026-10635 is a medium vulnerability published on June 16, 2026. On Xtensa targets with CONFIGUSERSPACE and CONFIGXTENSAMMU, the page-table code (arch/xtensa/core/ptables.c) maintains a global list, xtensadomainlist, of active memory domains using a list node embedded inside the caller-owned struct kmemdomain. When a domain is destroyed via kmemdomaindeinit() ->…
When was CVE-2026-10635 disclosed?
CVE-2026-10635 was first published in the National Vulnerability Database on June 16, 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-10635 actively exploited?
CVE-2026-10635 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 5.9% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-10635?
CVE-2026-10635 has a CVSS v3 base score of 6.3 (NVD).
How do I remediate CVE-2026-10635?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-10635, 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-10635

Explore →

Is Your Infrastructure Affected by CVE-2026-10635?

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