CVE-2026-43467
- EPSS 0.11%
- Veröffentlicht 08.05.2026 14:22:28
- Zuletzt bearbeitet 21.05.2026 15:31:25
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix crash when moving to switchdev mode When moving to switchdev mode when the device doesn't support IPsec, we try to clean up the IPsec resources anyway which causes th...
CVE-2026-43468
- EPSS 0.09%
- Veröffentlicht 08.05.2026 14:22:28
- Zuletzt bearbeitet 21.05.2026 15:00:34
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix deadlock between devlink lock and esw->wq esw->work_queue executes esw_functions_changed_event_handler -> esw_vfs_changed_event_handler and acquires the devlink lock....
CVE-2026-43466
- EPSS 0.33%
- Veröffentlicht 08.05.2026 14:22:27
- Zuletzt bearbeitet 21.05.2026 15:39:39
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix DMA FIFO desync on error CQE SQ recovery In case of a TX error CQE, a recovery flow is triggered, mlx5e_reset_txqsq_cc_pc() resets dma_fifo_cc to 0 but not dma_fifo_...
CVE-2026-43464
- EPSS 0.4%
- Veröffentlicht 08.05.2026 14:22:26
- Zuletzt bearbeitet 20.05.2026 18:39:13
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: RX, Fix XDP multi-buf frag counting for legacy RQ XDP multi-buf programs can modify the layout of the XDP buffer when the program calls bpf_xdp_pull_data() or bpf_xdp_ad...
CVE-2026-43465
- EPSS 0.41%
- Veröffentlicht 08.05.2026 14:22:26
- Zuletzt bearbeitet 20.05.2026 18:38:06
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQ XDP multi-buf programs can modify the layout of the XDP buffer when the program calls bpf_xdp_pull_data() or bpf_xdp_...
CVE-2026-43463
- EPSS 0.11%
- Veröffentlicht 08.05.2026 14:22:25
- Zuletzt bearbeitet 20.05.2026 18:39:59
In the Linux kernel, the following vulnerability has been resolved: rxrpc, afs: Fix missing error pointer check after rxrpc_kernel_lookup_peer() rxrpc_kernel_lookup_peer() can also return error pointers in addition to NULL, so just checking for NUL...
CVE-2026-43462
- EPSS 0.34%
- Veröffentlicht 08.05.2026 14:22:24
- Zuletzt bearbeitet 20.05.2026 18:40:51
In the Linux kernel, the following vulnerability has been resolved: net: spacemit: Fix error handling in emac_tx_mem_map() The DMA mappings were leaked on mapping error. Free them with the existing emac_free_tx_buf() function.
CVE-2026-43460
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:22:23
- Zuletzt bearbeitet 20.05.2026 18:50:11
In the Linux kernel, the following vulnerability has been resolved: spi: rockchip-sfc: Fix double-free in remove() callback The driver uses devm_spi_register_controller() for registration, which automatically unregisters the controller via devm cle...
CVE-2026-43461
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:22:23
- Zuletzt bearbeitet 20.05.2026 18:41:12
In the Linux kernel, the following vulnerability has been resolved: spi: amlogic: spifc-a4: Fix DMA mapping error handling Fix three bugs in aml_sfc_dma_buffer_setup() error paths: 1. Unnecessary goto: When the first DMA mapping (sfc->daddr) fails,...
CVE-2026-43459
- EPSS 0.11%
- Veröffentlicht 08.05.2026 14:22:22
- Zuletzt bearbeitet 21.05.2026 16:45:58
In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-core: flush delayed work before removing DAIs and widgets When a sound card is unbound while a PCM stream is open, a use-after-free can occur in snd_soc_dapm_stream_event...