CVE-2026-43149
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:31
- Zuletzt bearbeitet 13.05.2026 20:15:21
In the Linux kernel, the following vulnerability has been resolved: net: wan/fsl_ucc_hdlc: Fix dma_free_coherent() in uhdlc_memclean() The priv->rx_buffer and priv->tx_buffer are alloc'd together as contiguous buffers in uhdlc_init() but freed as t...
CVE-2026-43147
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:30
- Zuletzt bearbeitet 13.05.2026 20:18:47
In the Linux kernel, the following vulnerability has been resolved: Revert "PCI/IOV: Add PCI rescan-remove locking when enabling/disabling SR-IOV" This reverts commit 05703271c3cd ("PCI/IOV: Add PCI rescan-remove locking when enabling/disabling SR-...
CVE-2026-43148
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:30
- Zuletzt bearbeitet 13.05.2026 20:15:47
In the Linux kernel, the following vulnerability has been resolved: powerpc/smp: Add check for kcalloc() failure in parse_thread_groups() As kcalloc() may fail, check its return value to avoid a NULL pointer dereference when passing it to of_proper...
CVE-2026-43146
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:29
- Zuletzt bearbeitet 13.05.2026 20:19:38
In the Linux kernel, the following vulnerability has been resolved: media: iris: Add buffer to list only after successful allocation Move `list_add_tail()` to after `dma_alloc_attrs()` succeeds when creating internal buffers. Previously, the buffer...
CVE-2026-43144
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:28
- Zuletzt bearbeitet 13.05.2026 21:10:13
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential kernel oops when probe fails When probe of the sdio brcmfmac device fails for some reasons (i.e. missing firmware), the sdiodev->bus is set to error i...
CVE-2026-43145
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:28
- Zuletzt bearbeitet 13.05.2026 21:10:02
In the Linux kernel, the following vulnerability has been resolved: remoteproc: imx_rproc: Fix invalid loaded resource table detection imx_rproc_elf_find_loaded_rsc_table() may incorrectly report a loaded resource table even when the current firmwa...
CVE-2026-43143
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:27
- Zuletzt bearbeitet 13.05.2026 18:41:04
In the Linux kernel, the following vulnerability has been resolved: mfd: core: Add locking around 'mfd_of_node_list' Manipulating a list in the kernel isn't safe without some sort of mutual exclusion. Add a mutex any time we access / modify 'mfd_of...
CVE-2026-43141
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:26
- Zuletzt bearbeitet 13.05.2026 20:52:24
In the Linux kernel, the following vulnerability has been resolved: ntb: ntb_hw_switchtec: Fix shift-out-of-bounds for 0 mw lut Number of MW LUTs depends on NTB configuration and can be set to zero, in such scenario rounddown_pow_of_two will cause ...
CVE-2026-43142
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:26
- Zuletzt bearbeitet 13.05.2026 18:41:13
In the Linux kernel, the following vulnerability has been resolved: media: iris: gen1: Destroy internal buffers after FW releases After the firmware releases internal buffers, the driver was not destroying them. This left stale allocations that wer...
CVE-2026-43140
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:25
- Zuletzt bearbeitet 13.05.2026 20:56:43
In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: Do not crash on missing msc->input Fake USB devices can send their own report descriptors for which the input_mapping() hook does not get called. In this case, ms...