- EPSS 0.03%
- Veröffentlicht 16.12.2025 15:39:45
- Zuletzt bearbeitet 18.12.2025 15:08:06
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to detect potential corrupted nid in free_nid_list As reported, on-disk footer.ino and footer.nid is the same and out-of-range, let's add sanity check on f2fs_alloc_nid()...
- EPSS 0.03%
- Veröffentlicht 16.12.2025 15:39:44
- Zuletzt bearbeitet 18.12.2025 15:08:06
In the Linux kernel, the following vulnerability has been resolved: drm/msm: make sure last_fence is always updated Update last_fence in the vm-bind path instead of kernel managed path. last_fence is used to wait for work to finish in vm_bind cont...
- EPSS 0.04%
- Veröffentlicht 16.12.2025 15:39:43
- Zuletzt bearbeitet 18.12.2025 15:08:06
In the Linux kernel, the following vulnerability has been resolved: usbnet: Prevents free active kevent The root cause of this issue are: 1. When probing the usbnet device, executing usbnet_link_change(dev, 0, 0); put the kevent work in global work...
- EPSS 0.03%
- Veröffentlicht 16.12.2025 15:39:43
- Zuletzt bearbeitet 18.12.2025 15:08:06
In the Linux kernel, the following vulnerability has been resolved: x86/CPU/AMD: Add RDSEED fix for Zen5 There's an issue with RDSEED's 16-bit and 32-bit register output variants on Zen5 which return a random value of 0 "at a rate inconsistent with...
- EPSS 0.03%
- Veröffentlicht 16.12.2025 15:39:42
- Zuletzt bearbeitet 18.12.2025 15:08:06
In the Linux kernel, the following vulnerability has been resolved: tty: serial: ip22zilog: Use platform device for probing After commit 84a9582fd203 ("serial: core: Start managing serial controllers to enable runtime PM") serial drivers need to pr...
- EPSS 0.03%
- Veröffentlicht 16.12.2025 15:39:41
- Zuletzt bearbeitet 18.12.2025 15:08:06
In the Linux kernel, the following vulnerability has been resolved: s390/pci: Avoid deadlock between PCI error recovery and mlx5 crdump Do not block PCI config accesses through pci_cfg_access_lock() when executing the s390 variant of PCI error reco...
- EPSS 0.03%
- Veröffentlicht 16.12.2025 15:39:40
- Zuletzt bearbeitet 18.12.2025 15:08:06
In the Linux kernel, the following vulnerability has been resolved: PCI/AER: Fix NULL pointer access by aer_info The kzalloc(GFP_KERNEL) may return NULL, so all accesses to aer_info->xxx will result in kernel panic. Fix it.
- EPSS 0.04%
- Veröffentlicht 16.12.2025 15:06:25
- Zuletzt bearbeitet 18.12.2025 15:08:06
In the Linux kernel, the following vulnerability has been resolved: can: kvaser_usb: leaf: Fix potential infinite loop in command parsers The `kvaser_usb_leaf_wait_cmd()` and `kvaser_usb_leaf_read_bulk_callback` functions contain logic to zero-leng...
- EPSS 0.03%
- Veröffentlicht 16.12.2025 15:06:24
- Zuletzt bearbeitet 18.12.2025 15:08:06
In the Linux kernel, the following vulnerability has been resolved: can: gs_usb: gs_usb_xmit_callback(): fix handling of failed transmitted URBs The driver lacks the cleanup of failed transfers of URBs. This reduces the number of available URBs per...
- EPSS 0.03%
- Veröffentlicht 16.12.2025 15:06:23
- Zuletzt bearbeitet 18.12.2025 15:08:06
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: Fix kernel crash when releasing mtk iso interface When performing reset tests and encountering abnormal card drop issues that lead to a kernel crash, it...