Lucene search
+L

20 matches found

CVE
CVE
added yesterday13 views

CVE-2026-11812

CVE-2026-11812 concerns the UpdateHub management subsystem (subsys/mgmt/updatehub/updatehub.c) where access to a single file-scope ctx structure is not serialized. The code allows two concurrent flows to mutate ctx (background autohandler and user-triggered operations), and prepare_fds() can writ...

2.5CVSS5.7AI score
SaveExploits0References2
CVE
CVE
added yesterday11 views

CVE-2026-11811

The CVE-2026-11811 entry documents a socket-file-descriptor leak in the UpdateHub OTA client (start_coap_client) when connection-setup fails. The leak occurs because on failure paths the cleanup gate does not call cleanup_connection(), leaving an open descriptor in the global ctx.sock that is ove...

3.7CVSS5.4AI score
SaveExploits0References2
CVE
CVE
added yesterday8 views

CVE-2026-11809

CVE-2026-11809 (Zephyr UpdateHub OTA client) : The UpdateHub probe in subsys/mgmt/updatehub/updatehub.c uses a second heap buffer (metadata_copy) via memcpy(metadata_copy, metadata, strlen(metadata)) without zeroing. This omits the terminating NUL, so a subsequent json_obj_parse(metadata_copy, st...

3.7CVSS5.5AI score
SaveExploits0References2
CVE
CVE
added yesterday15 views

CVE-2026-11810

CVE-2026-11810 affects Zephyr’s UpdateHub firmware-update agent. The probe handler z_impl_updatehub_probe() parses CoAP-provided JSON metadata into a two-level nested array; it only validates the outer array length and then dereferences objects[1].objects[0].objects.sha256sum with strlen() withou...

7.5CVSS5.4AI score
SaveExploits0References2
Cvelist
Cvelist
added yesterday15 views

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

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...

7.5CVSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2020-2487

Malware in sbrugna...

9.8CVSS9.2AI score0.02319EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2020-2524

Malware in sbrugna...

5.8CVSS5.5AI score0.01181EPSS
SaveExploits0References6
CNVD
CNVD
added 2020/05/12 12:0 a.m.5 views

Zephyr Trust Management Issues Vulnerabilities

Zephyr is an open source, small, scalable real-time operating system from the Linux Foundation. A trust management issue vulnerability exists in the UpdateHub module in Zephyr 2.1.0 and later fixed in version 2.2.0, which stems from the program disabling DTLS peer checking. An attacker could use...

5.8CVSS6.6AI score0.01181EPSS
SaveExploits0References1
CNVD
CNVD
added 2020/05/12 12:0 a.m.8 views

Zephyr Code Execution Vulnerability

Zephyr is an open source, small, scalable real-time operating system from the Linux Foundation. A security vulnerability exists in Zephyr versions 2.1.0 and later and 2.2.0 and later. An attacker can exploit this vulnerability by sending a malformed JSON file to the UpdateHub server to cause a...

9.8CVSS7.3AI score0.02319EPSS
SaveExploits0References1
OSV
OSV
added 2020/05/11 11:15 p.m.10 views

CVE-2020-10060

In updatehubprobe, right after JSON parsing is complete, objects\1 is accessed from the output structure in two different places. If the JSON contained less than two elements, this access would reference unitialized stack memory. This could result in a crash, denial of service, or possibly an...

6.5CVSS5.6AI score0.01559EPSS
SaveExploits0References6
OSV
OSV
added 2020/05/11 11:15 p.m.10 views

CVE-2020-10059

The UpdateHub module disables DTLS peer checking, which allows for a man in the middle attack. This is mitigated by firmware images requiring valid signatures. However, there is no benefit to using DTLS without the peer checking. See NCC-ZEP-018 This issue affects: zephyrproject-rtos zephyr versi...

4.8CVSS5.8AI score0.01181EPSS
SaveExploits0References5
NVD
NVD
added 2020/05/11 11:15 p.m.19 views

CVE-2020-10059

The UpdateHub module disables DTLS peer checking, which allows for a man in the middle attack. This is mitigated by firmware images requiring valid signatures. However, there is no benefit to using DTLS without the peer checking. See NCC-ZEP-018 This issue affects: zephyrproject-rtos zephyr versi...

5.8CVSS5.8AI score0.01181EPSS
SaveExploits0References5
OSV
OSV
added 2020/05/11 11:15 p.m.9 views

CVE-2020-10022

A malformed JSON payload that is received from an UpdateHub server may trigger memory corruption in the Zephyr OS. This could result in a denial of service in the best case, or code execution in the worst case. See NCC-NCC-016 This issue affects: zephyrproject-rtos zephyr version 2.1.0 and later...

9.8CVSS7.7AI score0.02319EPSS
SaveExploits0References5
Prion
Prion
added 2020/05/11 11:15 p.m.26 views

Memory corruption

A malformed JSON payload that is received from an UpdateHub server may trigger memory corruption in the Zephyr OS. This could result in a denial of service in the best case, or code execution in the worst case. See NCC-NCC-016 This issue affects: zephyrproject-rtos zephyr version 2.1.0 and later...

7.5CVSS9.5AI score0.02319EPSS
SaveExploits0References5Affected Software1
Prion
Prion
added 2020/05/11 11:15 p.m.23 views

Code injection

The UpdateHub module disables DTLS peer checking, which allows for a man in the middle attack. This is mitigated by firmware images requiring valid signatures. However, there is no benefit to using DTLS without the peer checking. See NCC-ZEP-018 This issue affects: zephyrproject-rtos zephyr versi...

5.8CVSS5.6AI score0.01181EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2020/05/11 10:26 p.m.35 views

CVE-2020-10059 UpdateHub Module Explicitly Disables TLS Verification

The UpdateHub module disables DTLS peer checking, which allows for a man in the middle attack. This is mitigated by firmware images requiring valid signatures. However, there is no benefit to using DTLS without the peer checking. See NCC-ZEP-018 This issue affects: zephyrproject-rtos zephyr versi...

4.8CVSS6.2AI score0.01181EPSS
SaveExploits0References5
CVE
CVE
added 2020/05/11 10:26 p.m.89 views

CVE-2020-10059

CVE-2020-10059 affects Zephyr Project RTOS (2.1.0 and later) via the UpdateHub module, which disables DTLS peer checking. This enables a man-in-the-middle risk, mitigated by firmware signatures, with no shown exploit details in the documents. The issue sits with the UpdateHub component and is lin...

5.8CVSS5.8AI score0.01181EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2020/05/11 10:26 p.m.39 views

CVE-2020-10060 UpdateHub Might Dereference An Uninitialized Pointer

In updatehubprobe, right after JSON parsing is complete, objects\1 is accessed from the output structure in two different places. If the JSON contained less than two elements, this access would reference unitialized stack memory. This could result in a crash, denial of service, or possibly an...

8CVSS5.7AI score0.01559EPSS
SaveExploits0References6
CVE
CVE
added 2020/05/11 10:26 p.m.71 views

CVE-2020-10022

CVE-2020-10022 affects Zephyr OS (zephyrproject-rtos) via a malformed JSON payload received from an UpdateHub server, causing memory corruption. This leads to either denial of service or potential code execution in Zephyr versions 2.1.0 and later (including 2.2.0+). Root cause described across co...

9.8CVSS9.6AI score0.02319EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2020/05/11 10:26 p.m.33 views

CVE-2020-10022 UpdateHub Module Copies a Variable-Size Hash String Into a Fixed-Size Array

A malformed JSON payload that is received from an UpdateHub server may trigger memory corruption in the Zephyr OS. This could result in a denial of service in the best case, or code execution in the worst case. See NCC-NCC-016 This issue affects: zephyrproject-rtos zephyr version 2.1.0 and later...

9CVSS9.6AI score0.02319EPSS
SaveExploits0References5
Rows per page
Query Builder