CVE-2026-10672

CRITICALNVD 9.19.1
EchelonGraph scoreMEDIUM confidence

This critical-severity CVE scores 9.1 under NVD CVSS v3. EPSS exploit probability: 0.4%, top 66% 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
Elevated
9.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: 9.1Exploit: Elevated riskExposed: 0

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

subsys/net/lib/lwm2m/lwm2m_pull_context.c copied the firmware-update Package URI into a fixed static buffer (context.uri, size CONFIG_LWM2M_SWMGMT_PACKAGE_URI_LEN, default 128) with memcpy(context.uri, uri, LWM2M_PACKAGE_URI_LEN), copying exactly the destination size with no length validation. The Firmware-Update object stores the server-supplied Package URI (/5/0/1) in a 255-byte buffer, so a LwM2M management server (or an on-path attacker on a session lacking strong DTLS) can WRITE a URI of 128-254 characters; only the first 128 bytes are then copied into context.uri with no NUL terminator. That buffer is subsequently consumed as a C string by http_parser_parse_url(context.uri, strlen(context.uri), ...), strlen-based CoAP URI-path/PROXY-URI option appends, and lwm2m_parse_peerinfo(), causing an out-of-bounds read of adjacent static memory. The over-read bytes are appended to outbound CoAP requests (information disclosure of adjacent device memory to the server/proxy) and can crash the device (denial of service). The vulnerable copy was introduced by the pull-context refactor (first released in v3.0.0) and is present through v4.4.0; the default-on CONFIG_LWM2M_FIRMWARE_UPDATE_PULL_SUPPORT path is affected. The fix adds a strlen(uri) >= sizeof(context.uri) check returning -ENOMEM and switches to strcpy(), guaranteeing a bounded, NUL-terminated buffer.

CVSS v3
9.1
EG Score
9.1(medium)
EG Risk
72(Attend)
EG Risk 72/100SSVC: Attend

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
Severity91% × 45%
Exploitation40% × 40%
Automatability100% × 15%
Action: Remediate soon — notable exploitation risk.
EPSS PROB
0%
EPSS %ILE
34%
KEV
Not listed

Published

July 14, 2026

Last Modified

August 6, 2026

Advisory Details (2)

Auto-updated Aug 29, 2026
🔬 Proof of concept available. Patch available. Sources: github_commit, github.
github Patch Available🟡 PoC Available

Remote out-of-bounds read in LwM2M firmware pull URI handling · Advisory · zephyrproject-rtos/zephyr · GitHub

https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-rf6j-4mpp-j9mf
github_commit

commit 99a164df5cea (zephyrproject-rtos/zephyr)

Fix landed in zephyrproject-rtos/zephyr commit 99a164df5cea — awaiting tagged release

https://github.com/zephyrproject-rtos/zephyr/commit/99a164df5cea5af76e32b57c6d51854f018969a2

Weakness Classification(1)

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

Data Freshness Timeline

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

Frequently asked(5)

What is CVE-2026-10672?
CVE-2026-10672 is a critical vulnerability published on July 14, 2026. subsys/net/lib/lwm2m/lwm2mpullcontext.c copied the firmware-update Package URI into a fixed static buffer (context.uri, size CONFIGLWM2MSWMGMTPACKAGEURILEN, default 128) with memcpy(context.uri, uri, LWM2MPACKAGEURILEN), copying exactly the destination size with no length validation. The…
When was CVE-2026-10672 disclosed?
CVE-2026-10672 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-10672 actively exploited?
CVE-2026-10672 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 66.4% of all scored CVEs.
What is the CVSS score of CVE-2026-10672?
CVE-2026-10672 has a CVSS v3 base score of 9.1 (NVD).
How do I remediate CVE-2026-10672?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-10672, 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-10672

Explore →

Is Your Infrastructure Affected by CVE-2026-10672?

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