CVE-2026-10673
- EPSS 0.39%
- Veröffentlicht 15.07.2026 17:36:31
- Zuletzt bearbeitet 17.08.2026 17:39:14
The Zephyr ADIN2111/ADIN1110 10BASE-T1S/T1L Ethernet driver (drivers/ethernet/eth_adin2111.c) reassembles received Ethernet frames in OPEN Alliance (OA) SPI mode by copying device-supplied 64-byte data chunks into a fixed static buffer ctx->buf of si...
CVE-2026-10672
- EPSS 0.41%
- Veröffentlicht 14.07.2026 15:02:04
- Zuletzt bearbeitet 06.08.2026 17:45:37
subsys/net/lib/lwm2m/lwm2m_pull_context.c copied the firmware-update Package URI into a fixed static buffer (context.uri, size CONFIG_LWM2M_SWMGMT_PACKAGE_URI_LEN, default 128) with memcpy(context.uri, uri, LWM2M_PACKAGE_URI_LEN), copying exactly the...
CVE-2026-10670
- EPSS 0.11%
- Veröffentlicht 14.07.2026 15:02:03
- Zuletzt bearbeitet 06.08.2026 22:16:43
The CONFIG_USERSPACE verification handler for the k_thread_name_copy() system call (z_vrfy_k_thread_name_copy() in kernel/thread.c) calls k_object_find() on the caller-supplied thread pointer and then dereferences the returned struct k_object without...
CVE-2026-10671
- EPSS 0.11%
- Veröffentlicht 14.07.2026 15:02:03
- Zuletzt bearbeitet 06.08.2026 17:55:05
In Zephyr's kernel pipe implementation, the userspace syscall verifier z_vrfy_k_pipe_init() in kernel/pipe.c used K_SYSCALL_OBJ() (which requires the kernel object to already be initialized) instead of K_SYSCALL_OBJ_NEVER_INIT() (which rejects an alr...
CVE-2026-10669
- EPSS 0.12%
- Veröffentlicht 14.07.2026 15:02:02
- Zuletzt bearbeitet 06.08.2026 17:59:31
On Xtensa SoCs built with CONFIG_XTENSA_MPU and CONFIG_USERSPACE, arch_buffer_validate() in arch/xtensa/core/mpu.c — the architecture hook that verifies a user-mode-supplied buffer is accessible to the calling user thread with the requested permissio...
CVE-2026-10668
- EPSS 0.16%
- Veröffentlicht 12.07.2026 16:16:51
- Zuletzt bearbeitet 16.07.2026 20:06:47
The Nuvoton NuMaker HSUSBD USB device-controller driver (drivers/usb/udc/udc_numaker.c) armed the control Data IN stage unconditionally (base->CEPTXCNT = len in numaker_hsusbd_ep_trigger). Because the HSUSBD hardware cannot disarm a control Data IN a...
CVE-2026-10666
- EPSS 0.45%
- Veröffentlicht 12.07.2026 16:16:50
- Zuletzt bearbeitet 17.07.2026 13:25:12
parse_ipv4() in subsys/net/ip/utils.c (reached via net_ipaddr_parse() for strings of the form "a.b.c.d:port") copies the port substring into a fixed 17-byte stack buffer (char ipaddr[NET_IPV4_ADDR_LEN + 1]) using a length of str_len - end - 1, where ...
CVE-2026-10667
- EPSS 0.15%
- Veröffentlicht 12.07.2026 16:16:50
- Zuletzt bearbeitet 16.07.2026 20:19:00
Zephyr's dynamic kernel-object tracking (kernel/userspace/userspace.c, formerly kernel/userspace.c) maintains a doubly-linked list (obj_list) of dynamically allocated kernel objects. Iteration over this list in k_object_wordlist_foreach() was perform...
- EPSS 0.23%
- Veröffentlicht 12.07.2026 16:16:49
- Zuletzt bearbeitet 16.07.2026 19:32:01
The nRF70 Wi-Fi driver's power-save event handler nrf_wifi_event_proc_get_power_save_info() in drivers/wifi/nrf_wifi/src/wifi_mgmt.c copied TWT (Target Wake Time) flow entries from an nrf_wifi_umac_event_power_save_info event into the fixed-size twt_...
CVE-2026-10665
- EPSS 0.44%
- Veröffentlicht 12.07.2026 16:16:49
- Zuletzt bearbeitet 16.07.2026 03:24:44
In Zephyr's WireGuard subsystem (subsys/net/lib/wireguard), wg_process_data_message() in wg_crypto.c linearizes an inbound transport-data payload into a fixed pool buffer of CONFIG_WIREGUARD_BUF_LEN bytes before decryption. The call net_buf_linearize...