Lucene search
+L

31 matches found

NVD
NVD
added 2026/08/10 11:16 p.m.8 views

CVE-2026-11812

The UpdateHub management subsystem subsys/mgmt/updatehub/updatehub.c drives every update operation through a single file-scope ctx structure that holds the CoAP block context, payload buffer, status code, socket, and a one-element poll-fd array fds1. Access to ctx was not serialized, and preparef...

2.5CVSS0.0008EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/10 11:16 p.m.7 views

CVE-2026-11811

The UpdateHub over-the-air update client's startcoapclient in subsys/mgmt/updatehub/updatehub.c leaks the CoAP/DTLS socket descriptor on its connection-setup failure paths. The shared error: cleanup gated socket closing on a ret 0 flag, but ret was set to -1 immediately after the socket was...

3.7CVSS0.00252EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/10 11:09 p.m.14 views

CVE-2026-11812 UpdateHub: race condition on shared context causes out-of-bounds write and DoS

The UpdateHub management subsystem subsys/mgmt/updatehub/updatehub.c drives every update operation through a single file-scope ctx structure that holds the CoAP block context, payload buffer, status code, socket, and a one-element poll-fd array fds1. Access to ctx was not serialized, and preparef...

2.5CVSS5.8AI score
SaveExploits0References5
CVE
CVE
added 2026/08/10 11:09 p.m.60 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 score0.0008EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/10 10:55 p.m.9 views

CVE-2026-11811

The UpdateHub over-the-air update client's startcoapclient in subsys/mgmt/updatehub/updatehub.c leaks the CoAP/DTLS socket descriptor on its connection-setup failure paths. The shared error: cleanup gated socket closing on a ret 0 flag, but ret was set to -1 immediately after the socket was...

3.7CVSS5.4AI score0.00252EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/08/10 10:55 p.m.35 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 score0.00252EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/10 10:55 p.m.8 views

CVE-2026-11811 Socket file-descriptor leak in UpdateHub OTA client start_coap_client() leading to resource-exhaustion DoS

The UpdateHub over-the-air update client's startcoapclient in subsys/mgmt/updatehub/updatehub.c leaks the CoAP/DTLS socket descriptor on its connection-setup failure paths. The shared error: cleanup gated socket closing on a ret 0 flag, but ret was set to -1 immediately after the socket was...

3.7CVSS5.5AI score
SaveExploits0References5
NVD
NVD
added 2026/08/10 9:17 p.m.12 views

CVE-2026-11810

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.5CVSS0.00329EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/10 9:17 p.m.14 views

CVE-2026-11809

The UpdateHub OTA client in subsys/mgmt/updatehub/updatehub.c contains an out-of-bounds / uninitialized-memory read in zimplupdatehubprobe. The probe response from the UpdateHub server is copied into a heap buffer metadata that is correctly NUL-terminated, but a second buffer metadatacopy is...

3.7CVSS0.00273EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/10 8:36 p.m.46 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 score0.00273EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/10 8:36 p.m.24 views

CVE-2026-11809 UpdateHub probe: uninitialized-heap out-of-bounds read of network-supplied metadata

The UpdateHub OTA client in subsys/mgmt/updatehub/updatehub.c contains an out-of-bounds / uninitialized-memory read in zimplupdatehubprobe. The probe response from the UpdateHub server is copied into a heap buffer metadata that is correctly NUL-terminated, but a second buffer metadatacopy is...

3.7CVSS5.6AI score
SaveExploits0References5
CVE
CVE
added 2026/08/10 8:23 p.m.43 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 score0.00329EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/10 8:23 p.m.30 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.5CVSS0.00329EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/10 8:23 p.m.9 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.5CVSS5.5AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/10 12:00 a.m.14 views

PT-2026-69998

Name of the Vulnerable Software and Affected Versions UpdateHub affected versions not specified Description The UpdateHub management subsystem contains a race condition in the subsys/mgmt/updatehub/updatehub.c file. The subsystem uses a single file-scope ctx structure to manage update operations,...

2.5CVSS5.5AI score0.0008EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/10 12:00 a.m.5 views

PT-2026-69997

Name of the Vulnerable Software and Affected Versions UpdateHub affected versions not specified Description The over-the-air update client contains a resource leak in the start coap client function within subsys/mgmt/updatehub/updatehub.c. When a connection to the UpdateHub server fails during...

3.7CVSS5.2AI score0.00252EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2020-2487

Malware in sbrugna...

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

EUVD-2020-2524

Malware in sbrugna...

5.8CVSS5.5AI score0.01181EPSS
SaveExploits0References6
CNVD
CNVD
added 2020/05/12 12:00 a.m.8 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:00 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
Rows per page
Query Builder