CVE-2026-11810: NULL-pointer dereference in UpdateHub OTA agent on empty inner metadata array (remote DoS)

Published Aug 10, 2026
·
Updated

The UpdateHub firmware-update agent's probe handler (zimplupdatehubprobe() in subsys/mgmt/updatehub/updatehub.c) parses the JSON metadata returned by the update server into a fixed two-level nested-array struct. After parsing it validates only the outer array length (objectslen != 2) and then dereferences objects[1].objects[0].objects.sha256sum via strlen() without checking that the inner object array of element [1] is non-empty.

The metadata is attacker-influenceable network input: the agent fetches it over CoAP from the configured UpdateHub server during its routine OTA probe. A malicious or compromised update server (or, when DTLS is disabled, a network man-in-the-middle) can return a response whose second outer object array is empty. Because the parse target is zero-initialised, the corresponding objects[1].objects[0].objects.sha256sum pointer is NULL, and the subsequent strlen() dereferences address zero. The same defect exists in both the 'any boards' and 'some boards' metadata layouts.

The resulting CPU fault is fatal under Zephyr's default error handling, halting or resetting the device, so the flaw is a remotely triggerable denial of service. Impact is limited to availability; it is a read from NULL with no out-of-bounds write, memory corruption, or information disclosure. The fix rejects metadata whose inner object array is empty before any dereference, on both layouts.

Affected Software

1 affected component
Zephyr UpdateHub OTA agent

Event History

Aug 10, 2026
CVE Published
via MITRE·08:23 PM
Data Sourced
via MITRE·08:23 PM
DescriptionSeverityWeakness
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-11810?

CVE-2026-11810 has a severity rating of high, with a score of 7.5.

2

What type of vulnerability is associated with CVE-2026-11810?

CVE-2026-11810 is categorized as a NULL-pointer dereference vulnerability that can cause a remote denial of service (DoS).

3

How does the NULL-pointer dereference in CVE-2026-11810 occur?

The vulnerability occurs when the UpdateHub OTA agent fails to properly handle an empty inner metadata array during JSON parsing.

4

What version of software is affected by CVE-2026-11810?

CVE-2026-11810 affects the Zephyr UpdateHub OTA agent.

5

How can I mitigate the risk associated with CVE-2026-11810?

To mitigate the risk of CVE-2026-11810, ensure that your UpdateHub OTA agent is updated to the latest version that addresses the vulnerability.

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
CVE-2026-11810 - NULL-pointer dereference in UpdateHub OTA agent on empty inner metadata array (remote DoS) - SecAlerts