Lucene search
+L

33 matches found

NVD
NVD
added 2026/08/10 11:16 p.m.12 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.12 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
Cvelist
Cvelist
added 2026/08/10 11:09 p.m.44 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.5CVSS0.0008EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/10 11:09 p.m.36 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.69 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
Vulnrichment
Vulnrichment
added 2026/08/10 11:09 p.m.8 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.7AI score0.0008EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/10 10:55 p.m.12 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.43 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.11 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.16 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.22 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.67 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.28 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.51 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.41 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.12 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.36 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.9 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.13 views

EUVD-2020-2487

Malware in sbrugna...

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

EUVD-2020-2524

Malware in sbrugna...

5.8CVSS5.5AI score0.01181EPSS
SaveExploits0References6
Rows per page
Query Builder