CVE-2026-11743
- EPSS 0.11%
- Veröffentlicht 07.08.2026 21:10:23
- Zuletzt bearbeitet 10.08.2026 19:17:28
The SF32LB MPI QSPI NOR flash driver (drivers/flash/flash_sf32lb_mpi_qspi_nor.c) validated the flash offset and length on its read and write paths with the test (offset + size) > data->size. Because offset is a signed off_t while size is unsigned, a ...
CVE-2026-11368
- EPSS 0.19%
- Veröffentlicht 04.08.2026 14:23:28
- Zuletzt bearbeitet 09.08.2026 14:26:15
The Bluetooth host ATT layer (subsys/bluetooth/host/att.c) associates each in-flight ATT TX buffer with its owning channel via the static tx_meta_data_storage[] array (data->att_chan = chan). When a buffer's last reference is dropped, its net-buf des...
CVE-2026-10849
- EPSS 0.28%
- Veröffentlicht 03.08.2026 21:21:32
- Zuletzt bearbeitet 09.08.2026 14:41:25
The hawkBit device management client in subsys/mgmt/hawkbit accumulates the body of an HTTP response from the update server into a heap buffer in response_json_cb() (subsys/mgmt/hawkbit/hawkbit.c). The buffer is sized to hold the received body bytes ...
CVE-2026-10848
- EPSS 0.22%
- Veröffentlicht 02.08.2026 16:12:18
- Zuletzt bearbeitet 10.08.2026 14:08:43
The OCPP 1.6 client in subsys/net/lib/ocpp parsed inbound WAMP RPC frames in parse_rpc_msg() (subsys/net/lib/ocpp/ocpp_j.c) using a hand-rolled helper, extract_string_field(), that copied the message's uid and action fields with strncpy(out_buf, toke...
CVE-2026-10774
- EPSS 0.18%
- Veröffentlicht 02.08.2026 14:20:03
- Zuletzt bearbeitet 10.08.2026 14:32:30
Zephyr's Bluetooth Mesh subnet key management leaks one PSA Crypto key slot on every subnet-key teardown. In subsys/bluetooth/mesh/subnet.c, net_keys_create() imports the Private Beacon Key into a PSA key slot under CONFIG_BT_MESH_PRIV_BEACONS (enabl...
CVE-2026-10773
- EPSS 0.18%
- Veröffentlicht 01.08.2026 12:21:17
- Zuletzt bearbeitet 07.08.2026 18:45:14
The DHCPv4 client helper net_dhcpv4_msg_type_name() in subsys/net/lib/dhcpv4/dhcpv4.c indexes a static 8-element const char * name table after a faulty bounds check. The guard used msg_type <= sizeof(name) instead of msg_type <= ARRAY_SIZE(name); siz...
CVE-2026-2411
- EPSS 0.12%
- Veröffentlicht 01.08.2026 12:06:41
- Zuletzt bearbeitet 07.08.2026 18:38:49
Zephyr's Bluetooth host declares a GATT characteristic as two consecutive attributes: a Characteristic Declaration whose permission is hard-coded to BT_GATT_PERM_READ, and a Characteristic Value attribute that carries the application-specified securi...
CVE-2026-10686
- EPSS 0.29%
- Veröffentlicht 31.07.2026 16:16:57
- Zuletzt bearbeitet 07.08.2026 18:56:38
Zephyr's IPv6 forwarding path re-sent routed unicast packets without ever decrementing the IPv6 hop limit. Both routing branches of ipv6_route_packet() (subsys/net/ip) were affected: the explicit-route path (net_route_packet()) and the on-link cross-...
CVE-2026-10685
- EPSS 0.19%
- Veröffentlicht 31.07.2026 14:41:47
- Zuletzt bearbeitet 07.08.2026 18:59:29
The Zephyr Bluetooth GATT client CCC-write response handler gatt_write_ccc_rsp() in subsys/bluetooth/host/gatt.c invoked the application's params->subscribe() callback after it had already called params->notify(conn, params, NULL, 0). Per the public...
- EPSS 0.1%
- Veröffentlicht 29.07.2026 18:03:08
- Zuletzt bearbeitet 30.07.2026 14:19:24
In subsys/debug/coredump/coredump_shell.c, print_coredump_hdr() used the 16-bit tgt_code field of a stored Zephyr coredump header directly as an index into coredump_target_code2str[], a fixed 7-element array of string pointers, with no bounds check. ...