CVE-2026-43155
- EPSS 0.13%
- Veröffentlicht 06.05.2026 11:27:35
- Zuletzt bearbeitet 13.05.2026 21:09:24
In the Linux kernel, the following vulnerability has been resolved: mux: mmio: fix regmap leak on probe failure The mmio regmap that may be allocated during probe is never freed. Switch to using the device managed allocator so that the regmap is r...
CVE-2026-43153
- EPSS 0.14%
- Veröffentlicht 06.05.2026 11:27:34
- Zuletzt bearbeitet 13.05.2026 20:11:32
In the Linux kernel, the following vulnerability has been resolved: xfs: remove xfs_attr_leaf_hasname The calling convention of xfs_attr_leaf_hasname() is problematic, because it returns a NULL buffer when xfs_attr3_leaf_read fails, a valid buffer ...
CVE-2026-43151
- EPSS 0.13%
- Veröffentlicht 06.05.2026 11:27:33
- Zuletzt bearbeitet 13.05.2026 20:12:57
In the Linux kernel, the following vulnerability has been resolved: Revert "media: iris: Add sanity check for stop streaming" This reverts commit ad699fa78b59241c9d71a8cafb51525f3dab04d4. Revert the check that skipped stop_streaming when the insta...
CVE-2026-43152
- EPSS 0.13%
- Veröffentlicht 06.05.2026 11:27:33
- Zuletzt bearbeitet 13.05.2026 20:12:10
In the Linux kernel, the following vulnerability has been resolved: HID: hid-pl: handle probe errors Errors in init must be reported back or we'll follow a NULL pointer the first time FF is used.
CVE-2026-43150
- EPSS 0.14%
- Veröffentlicht 06.05.2026 11:27:32
- Zuletzt bearbeitet 13.05.2026 20:14:44
In the Linux kernel, the following vulnerability has been resolved: perf/arm-cmn: Reject unsupported hardware configurations So far we've been fairly lax about accepting both unknown CMN models (at least with a warning), and unknown revisions of th...
CVE-2026-43149
- EPSS 0.13%
- 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.1%
- 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.13%
- 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.13%
- 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.13%
- 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...