- EPSS 0.02%
- Published 04.10.2025 15:16:46
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: net: bcmgenet: Add a check for oversized packets Occasionnaly we may get oversized packets from the hardware which exceed the nomimal 2KiB buffer size we allocate SKBs with. Add an...
- EPSS 0.03%
- Published 04.10.2025 15:16:45
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: Input: raspberrypi-ts - fix refcount leak in rpi_ts_probe rpi_firmware_get() take reference, we need to release it in error paths as well. Use devm_rpi_firmware_get() helper to han...
- EPSS 0.02%
- Published 04.10.2025 15:16:45
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: mtk_drm_crtc: Add checks for devm_kcalloc As the devm_kcalloc may return NULL, the return value needs to be checked to avoid NULL poineter dereference.
- EPSS 0.02%
- Published 04.10.2025 15:16:44
- Last modified 06.10.2025 14:56:47
In the Linux kernel, the following vulnerability has been resolved: NFSD: Protect against send buffer overflow in NFSv3 READDIR Since before the git era, NFSD has conserved the number of pages held by each nfsd thread by combining the RPC receive a...
- EPSS 0.02%
- Published 04.10.2025 15:16:43
- Last modified 06.10.2025 14:56:47
In the Linux kernel, the following vulnerability has been resolved: ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode There are many places that will get unhappy (and crash) when ext4_iget() returns a bad inode. However, if iget the boot...
- EPSS 0.03%
- Published 04.10.2025 15:16:43
- Last modified 06.10.2025 14:56:47
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: Fix return type of netcp_ndo_start_xmit() With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated against the ex...
- EPSS 0.03%
- Published 04.10.2025 15:16:42
- Last modified 06.10.2025 14:56:47
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential memory leaks When the driver hits -ENOMEM at allocating a URB or a buffer, it aborts and goes to the error path that releases the all previously allo...
- EPSS 0.02%
- Published 04.10.2025 15:16:41
- Last modified 06.10.2025 14:56:47
In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Clean up si_domain in the init_dmars() error path A splat from kmem_cache_destroy() was seen with a kernel prior to commit ee2653bbe89d ("iommu/vt-d: Remove domain and ...
- EPSS 0.02%
- Published 04.10.2025 15:16:41
- Last modified 06.10.2025 14:56:47
In the Linux kernel, the following vulnerability has been resolved: net: enetc: avoid buffer leaks on xdp_do_redirect() failure Before enetc_clean_rx_ring_xdp() calls xdp_do_redirect(), each software BD in the RX ring between index orig_i and i can...
- EPSS 0.03%
- Published 04.10.2025 15:16:40
- Last modified 06.10.2025 14:56:47
In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter() If device_register() fails in cxl_register_afu|adapter(), the device is not added, device_unregister() can not be c...