CVE-2026-10648: NULL-pointer dereference in MCUmgr serial/console SMP transport on buffer-pool exhaustion

Published Jun 29, 2026
·
Updated

mcumgrserialprocessfrag() in subsys/mgmt/mcumgr/transport/src/serialutil.c calls netbufreset() on the result of smppacketalloc() before checking it for NULL. smppacketalloc() uses netbufalloc(KNOWAIT) against the shared MCUmgr packet pool (CONFIGMCUMGRTRANSPORTNETBUFCOUNT, default 4), which returns NULL when the pool is exhausted. In default builds the ASSERTNOMSG in netbufreset is a no-op, so netbufsimplereset writes through the NULL pointer (buf->len = 0; buf->data = buf->buf), causing a fault/crash.

The fragment data reaches this code from attacker-controlled bytes on the MCUmgr serial/UART/shell-console transports (smpuart.c, smprawuart.c, smpshell.c), and a fresh buffer is allocated at the start of essentially every new packet. An attacker on the serial/console link can flood the transport to drive the 4-entry buffer pool to exhaustion and induce the NULL dereference, crashing the device (denial of service).

The defect was introduced after the original MCUmgr rework and shipped in Zephyr v4.4.0. The fix moves the NULL check ahead of netbufreset.

Affected Software

5 affected components
Zephyr Zephyr<=4.4.0
zephyrproject zephyr=4.4.0
zephyrproject zephyr=4.4.0-rc1
zephyrproject zephyr=4.4.0-rc2
zephyrproject zephyr=4.4.0-rc3

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Fixed in 4.4.0

Event History

Jun 29, 2026
CVE Published
via MITRE·10:51 PM
Data Sourced
via MITRE·10:51 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·11:16 PM
RemedyDescriptionSeverityWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-10648?

The severity of CVE-2026-10648 is rated medium with a score of 6.2.

2

What is the impact of CVE-2026-10648?

CVE-2026-10648 could lead to a denial of service due to a NULL-pointer dereference after buffer-pool exhaustion.

3

What software is affected by CVE-2026-10648?

CVE-2026-10648 affects the Zephyr RTOS.

4

How do I fix CVE-2026-10648?

To fix CVE-2026-10648, ensure that the code checks for NULL before calling net_buf_reset() on the result from smp_packet_alloc().

5

Is CVE-2026-10648 a critical vulnerability?

CVE-2026-10648 is not classified as a critical vulnerability, as it has a medium severity rating.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203