CVE-2026-15892

MEDIUMPre-NVD 5.35.3
EchelonGraph scoreMEDIUM confidence

This medium-severity CVE scores 5.3 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.3%, top 80% 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
Trending — 3 sources updated this week
5.3EG
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 5.3Exploit: None knownExposed: 0

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

The mcumgr SMP settings-management group handlers settings_mgmt_read(), settings_mgmt_write(), and settings_mgmt_delete() in subsys/mgmt/mcumgr/grp/settings_mgmt/src/settings_mgmt.c allocate a key_name buffer (and, for read, a data buffer) via k_malloc() when CONFIG_MCUMGR_GRP_SETTINGS_BUFFER_TYPE_HEAP is enabled, relying on the end: label to k_free() them. When CONFIG_MCUMGR_GRP_SETTINGS_ACCESS_HOOK is also enabled and the application access hook rejects a request by returning status MGMT_CB_ERROR_RC, the handler executed return ret_rc; directly, bypassing end: and leaking the heap allocation on every rejected request.

The settings handlers are reachable over the unauthenticated SMP transport (Bluetooth LE, UART, or UDP, depending on product configuration). The access hook is the mechanism applications use to deny unauthorized settings access, and MGMT_CB_ERROR_RC is a common rejection style, so an attacker who can send settings read/write/delete commands that the hook rejects triggers a heap leak on each attempt.

Because the leaked memory is never reclaimed until reboot, a sustained stream of rejected requests monotonically exhausts the kernel heap until k_malloc() fails, denying mcumgr service and impacting any other heap consumer on the device — a denial of service. The impact is availability-only; there is no memory corruption or information disclosure. Only configurations that select the heap buffer type, enable the access hook, and register a hook that returns MGMT_CB_ERROR_RC are affected (the default stack buffer type cannot leak).

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

Published

September 13, 2026

Last Modified

September 14, 2026

Advisory Details (2)

Auto-updated Sep 13, 2026
Patch available. Sources: github_commit, github.
github Patch Available

Heap memory leak in mcumgr settings-management handlers on access-hook rejection leads to denial of service · Advisory · zephyrproject-rtos/zephyr · GitHub

https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-rq68-wgv4-hcq3
github_commit

commit fabc488d5b44 (zephyrproject-rtos/zephyr)

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

https://github.com/zephyrproject-rtos/zephyr/commit/fabc488d5b44143e5bd70dd373182c4395a816b9

Weakness Classification(1)

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

Data Freshness Timeline

(refreshed 13× in last 7d / 13× 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-09-20 01:56 UTCEG score recompute
  2. 2026-09-19 01:00 UTCEG score recompute
  3. 2026-09-18 19:27 UTCEPSS rescore
  4. 2026-09-18 00:05 UTCEG score recompute
  5. 2026-09-16 23:09 UTCEG score recompute
  6. 2026-09-16 14:07 UTCEPSS rescore
  7. 2026-09-16 05:14 UTCEPSS rescore
  8. 2026-09-15 22:13 UTCEG score recompute
  9. 2026-09-14 12:27 UTCEG score recompute
  10. 2026-09-14 11:25 UTCEG score recompute
  11. 2026-09-13 23:20 UTCEG score recompute
  12. 2026-09-13 22:55 UTCEG score recompute
  13. 2026-09-13 22:54 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-15892?
CVE-2026-15892 is a medium vulnerability published on September 13, 2026. The mcumgr SMP settings-management group handlers settingsmgmtread(), settingsmgmtwrite(), and settingsmgmtdelete() in subsys/mgmt/mcumgr/grp/settingsmgmt/src/settingsmgmt.c allocate a keyname buffer (and, for read, a data buffer) via kmalloc() when CONFIGMCUMGRGRPSETTINGSBUFFERTYPEHEAP is enabled,…
When was CVE-2026-15892 disclosed?
CVE-2026-15892 was first published in the National Vulnerability Database on September 13, 2026, with the most recent update on September 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-15892 actively exploited?
CVE-2026-15892 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 79.8% of all scored CVEs.
What is the CVSS score of CVE-2026-15892?
CVE-2026-15892 has a CVSS v3 base score of 5.3 (NVD).
How do I remediate CVE-2026-15892?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-15892, 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-15892

Explore →

Is Your Infrastructure Affected by CVE-2026-15892?

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