CVE-2026-23115
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:16:06
- Zuletzt bearbeitet 18.03.2026 13:41:27
In the Linux kernel, the following vulnerability has been resolved: serial: Fix not set tty->port race condition Revert commit bfc467db60b7 ("serial: remove redundant tty_port_link_device()") because the tty_port_link_device() is not redundant: the...
CVE-2026-23116
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:16:06
- Zuletzt bearbeitet 18.03.2026 13:40:31
In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx8m-blk-ctrl: Remove separate rst and clk mask for 8mq vpu For i.MX8MQ platform, the ADB in the VPUMIX domain has no separate reset and clock enable bits, but is ungate...
CVE-2026-23117
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:16:06
- Zuletzt bearbeitet 18.03.2026 13:40:23
In the Linux kernel, the following vulnerability has been resolved: ice: add missing ice_deinit_hw() in devlink reinit path devlink-reload results in ice_init_hw failed error, and then removing the ice driver causes a NULL pointer dereference. [ ...
CVE-2026-23118
- EPSS 0.01%
- Veröffentlicht 14.02.2026 15:16:06
- Zuletzt bearbeitet 18.03.2026 13:40:05
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix data-race warning and potential load/store tearing Fix the following: BUG: KCSAN: data-race in rxrpc_peer_keepalive_worker / rxrpc_send_data_packet which is re...
CVE-2025-71200
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:16:05
- Zuletzt bearbeitet 18.03.2026 13:42:10
In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-of-dwcmshc: Prevent illegal clock reduction in HS200/HS400 mode When operating in HS200 or HS400 timing modes, reducing the clock frequency below 52MHz will lead to link...
CVE-2026-23135
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:14:34
- Zuletzt bearbeitet 17.03.2026 21:16:17
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix dma_free_coherent() pointer dma_alloc_coherent() allocates a DMA mapped buffer and stores the addresses in XXX_unaligned fields. Those should be reused when free...
CVE-2026-23133
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:14:33
- Zuletzt bearbeitet 17.03.2026 21:16:34
In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: fix dma_free_coherent() pointer dma_alloc_coherent() allocates a DMA mapped buffer and stores the addresses in XXX_unaligned fields. Those should be reused when free...
CVE-2026-23134
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:14:33
- Zuletzt bearbeitet 17.03.2026 21:16:27
In the Linux kernel, the following vulnerability has been resolved: slab: fix kmalloc_nolock() context check for PREEMPT_RT On PREEMPT_RT kernels, local_lock becomes a sleeping lock. The current check in kmalloc_nolock() only verifies we're not in ...
CVE-2026-23132
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:14:32
- Zuletzt bearbeitet 17.03.2026 21:16:41
In the Linux kernel, the following vulnerability has been resolved: drm/bridge: synopsys: dw-dp: fix error paths of dw_dp_bind Fix several issues in dw_dp_bind() error handling: 1. Missing return after drm_bridge_attach() failure - the function ...
CVE-2026-23112
- EPSS 0.07%
- Veröffentlicht 13.02.2026 13:29:56
- Zuletzt bearbeitet 19.03.2026 19:20:45
In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovec nvmet_tcp_build_pdu_iovec() could walk past cmd->req.sg when a PDU length or offset exceeds sg_cnt and then use bogus sg->...