CVE-2026-43159
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:38
- Zuletzt bearbeitet 13.05.2026 21:20:28
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix null dereference in find_network The variable pwlan has the possibility of being NULL when passed into rtw_free_network_nolock() which would later dereferen...
CVE-2026-43158
- EPSS 0.06%
- Veröffentlicht 06.05.2026 11:27:37
- Zuletzt bearbeitet 13.05.2026 21:20:41
In the Linux kernel, the following vulnerability has been resolved: xfs: fix freemap adjustments when adding xattrs to leaf blocks xfs/592 and xfs/794 both trip this assertion in the leaf block freemap adjustment code after ~20 minutes of running o...
CVE-2026-43156
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:36
- Zuletzt bearbeitet 13.05.2026 21:09:16
In the Linux kernel, the following vulnerability has been resolved: net: usb: pegasus: enable basic endpoint checking pegasus_probe() fills URBs with hardcoded endpoint pipes without verifying the endpoint descriptors: - usb_rcvbulkpipe(dev, 1) ...
CVE-2026-43153
- EPSS 0.01%
- 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-43152
- EPSS 0.01%
- 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-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-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...