CVE-2026-10682

HIGHNVD 7.87.8
EchelonGraph scoreMEDIUM confidence

This high-severity CVE scores 7.8 under NVD CVSS v3. 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, nvd
7.8EG
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.8Exploit: None knownExposed: 0

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

The userspace verifier z_vrfy_log_filter_set() for the log_filter_set syscall in subsys/logging/log_mgmt.c performed a signed comparison against the int16_t src_id parameter: src_id < (int16_t)log_src_cnt_get(domain_id). Any negative value for src_id (e.g. -1) trivially satisfied this check and was forwarded into z_impl_log_filter_set, where it propagated to filter_set() and ultimately to get_dynamic_filter(), which uses source_id as an unsigned index into the linker-section array &TYPE_SECTION_START(log_dynamic)[source_id].filters.

After implicit conversion through uint32_t, an int16_t -1 becomes 0xFFFFFFFF, indexing log_dynamic far out of bounds and causing the kernel to perform an OOB read and an OOB read-modify-write (LOG_FILTER_SLOT_GET/SET) against memory adjacent to the log_dynamic section.

The written value is a constrained 3-bit log level slot within the targeted 32-bit word, but the target address is attacker-chosen (a small negative offset from log_dynamic) and the write occurs in supervisor mode following a syscall from an unprivileged user thread, providing a kernel memory-corruption / privilege-escalation primitive.

The defect is reachable on any build with CONFIG_USERSPACE=y and CONFIG_LOG_RUNTIME_FILTERING=y. Present from Zephyr v3.3.0 through v4.4.1. The fix replaces the signed bound check with an unsigned comparison: (uint32_t)src_id < log_src_cnt_get(domain_id), which correctly rejects negative inputs.

CVSS v3
7.8
EG Score
7.8(medium)
EG Risk
35(Track)
EG Risk 35/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
Severity78% × 45%
Exploitation0% × 40%
Automatability0% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
5%
KEV
Not listed

Published

July 27, 2026

Last Modified

August 12, 2026

Advisory Details (2)

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

Out-of-bounds write in Zephyr log_filter_set syscall verifier reachable from userspace · Advisory · zephyrproject-rtos/zephyr · GitHub

https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-6vqh-mg7h-58qh
github_commit

commit 56a15114c6ac (zephyrproject-rtos/zephyr)

Fix landed in zephyrproject-rtos/zephyr commit 56a15114c6ac — awaiting tagged release

https://github.com/zephyrproject-rtos/zephyr/commit/56a15114c6acbab2067fe406dc3adda8608f3def

Weakness Classification(1)

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

Data Freshness Timeline

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

Frequently asked(5)

What is CVE-2026-10682?
CVE-2026-10682 is a high vulnerability published on July 27, 2026. The userspace verifier zvrfylogfilterset() for the logfilterset syscall in subsys/logging/logmgmt.c performed a signed comparison against the int16t srcid parameter: srcid < (int16t)logsrccntget(domainid). Any negative value for srcid (e.g. -1) trivially satisfied this check and was forwarded into…
When was CVE-2026-10682 disclosed?
CVE-2026-10682 was first published in the National Vulnerability Database on July 27, 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-10682 actively exploited?
CVE-2026-10682 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.5% of all scored CVEs.
What is the CVSS score of CVE-2026-10682?
CVE-2026-10682 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-10682?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-10682, 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-10682

Explore →

Is Your Infrastructure Affected by CVE-2026-10682?

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