CVE-2026-43162
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:40
- Zuletzt bearbeitet 13.05.2026 21:19:56
In the Linux kernel, the following vulnerability has been resolved: media: tegra-video: Fix memory leak in __tegra_channel_try_format() The state object allocated by __v4l2_subdev_state_alloc() must be freed with __v4l2_subdev_state_free() when it ...
CVE-2026-43161
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:39
- Zuletzt bearbeitet 13.05.2026 21:20:09
In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device without scalable mode PCIe endpoints with ATS enabled and passed through to userspace (e.g., QEMU, DPDK) can hard-lock...
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-43157
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:37
- Zuletzt bearbeitet 13.05.2026 21:09:08
In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: CGX: fix bitmap leaks The RX/TX flow-control bitmaps (rx_fc_pfvf_bmap and tx_fc_pfvf_bmap) are allocated by cgx_lmac_init() but never freed in cgx_lmac_exit(). Unbind...
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-43150
- EPSS 0.02%
- 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.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...