CVE-2023-53101
- EPSS 0.07%
- Veröffentlicht 02.05.2025 15:55:43
- Zuletzt bearbeitet 10.11.2025 17:56:32
In the Linux kernel, the following vulnerability has been resolved: ext4: zero i_disksize when initializing the bootloader inode If the boot loader inode has never been used before, the EXT4_IOC_SWAP_BOOT inode will initialize it, including setting...
CVE-2023-53096
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:55:40
- Zuletzt bearbeitet 12.11.2025 21:00:14
In the Linux kernel, the following vulnerability has been resolved: interconnect: fix mem leak when freeing nodes The node link array is allocated when adding links to a node but is not deallocated when nodes are destroyed.
CVE-2023-53090
- EPSS 0.04%
- Veröffentlicht 02.05.2025 15:55:36
- Zuletzt bearbeitet 12.11.2025 21:06:36
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix an illegal memory access In the kfd_wait_on_events() function, the kfd_event_waiter structure is allocated by alloc_event_waiters(), but the event field of the wait...
CVE-2023-53089
- EPSS 0.04%
- Veröffentlicht 02.05.2025 15:55:35
- Zuletzt bearbeitet 12.11.2025 21:06:46
In the Linux kernel, the following vulnerability has been resolved: ext4: fix task hung in ext4_xattr_delete_inode Syzbot reported a hung task problem: ================================================================== INFO: task syz-executor232:50...
CVE-2023-53081
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:55:30
- Zuletzt bearbeitet 12.11.2025 20:48:57
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix data corruption after failed write When buffered write fails to copy data into underlying page cache page, ocfs2_write_end_nolock() just zeroes out and dirties the page....
CVE-2023-53078
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:55:28
- Zuletzt bearbeitet 12.11.2025 20:49:25
In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate() If alua_rtpg_queue() failed from alua_activate(), then 'qdata' is not freed, which will cause following memleak: unr...
CVE-2023-53075
- EPSS 0.09%
- Veröffentlicht 02.05.2025 15:55:26
- Zuletzt bearbeitet 12.11.2025 20:49:42
In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix invalid address access in lookup_rec() when index is 0 KASAN reported follow problem: BUG: KASAN: use-after-free in lookup_rec Read of size 8 at addr ffff000199270ff...
CVE-2023-53066
- EPSS 0.05%
- Veröffentlicht 02.05.2025 15:55:19
- Zuletzt bearbeitet 12.11.2025 19:47:44
In the Linux kernel, the following vulnerability has been resolved: qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info We have to make sure that the info returned by the helper is valid before using it. Found by Linux Verification C...
CVE-2023-53062
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:55:16
- Zuletzt bearbeitet 07.11.2025 02:23:30
In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc95xx: Limit packet length to skb->len Packet length retrieved from descriptor may be larger than the actual socket buffer length. In such case the cloned skb passed u...
CVE-2023-53060
- EPSS 0.05%
- Veröffentlicht 02.05.2025 15:55:14
- Zuletzt bearbeitet 07.11.2025 16:32:03
In the Linux kernel, the following vulnerability has been resolved: igb: revert rtnl_lock() that causes deadlock The commit 6faee3d4ee8b ("igb: Add lock to avoid data race") adds rtnl_lock to eliminate a false data race shown below (FREE from dev...