CVE-2024-53218
- EPSS 0.04%
- Published 27.12.2024 14:15:29
- Last modified 24.03.2025 17:33:42
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix race in concurrent f2fs_stop_gc_thread In my test case, concurrent calls to f2fs shutdown report the following stack trace: Oops: general protection fault, probably for...
CVE-2024-53219
- EPSS 0.03%
- Published 27.12.2024 14:15:29
- Last modified 01.10.2025 20:17:21
In the Linux kernel, the following vulnerability has been resolved: virtiofs: use pages instead of pointer for kernel direct IO When trying to insert a 10MB kernel module kept in a virtio-fs with cache disabled, the following warning was reported: ...
CVE-2024-53203
- EPSS 0.06%
- Published 27.12.2024 14:15:28
- Last modified 03.11.2025 20:16:40
In the Linux kernel, the following vulnerability has been resolved: usb: typec: fix potential array underflow in ucsi_ccg_sync_control() The "command" variable can be controlled by the user via debugfs. The worry is that if con_index is zero then ...
CVE-2024-53204
- EPSS 0.04%
- Published 27.12.2024 14:15:28
- Last modified 18.04.2025 14:15:20
In the Linux kernel, the following vulnerability has been resolved: phy: realtek: usb: fix NULL deref in rtk_usb3phy_probe In rtk_usb3phy_probe() devm_kzalloc() may return NULL but this returned value is not checked.
CVE-2024-53205
- EPSS 0.04%
- Published 27.12.2024 14:15:28
- Last modified 18.04.2025 14:15:20
In the Linux kernel, the following vulnerability has been resolved: phy: realtek: usb: fix NULL deref in rtk_usb2phy_probe In rtk_usb2phy_probe() devm_kzalloc() may return NULL but this returned value is not checked.
CVE-2024-53206
- EPSS 0.05%
- Published 27.12.2024 14:15:28
- Last modified 03.11.2025 21:17:41
In the Linux kernel, the following vulnerability has been resolved: tcp: Fix use-after-free of nreq in reqsk_timer_handler(). The cited commit replaced inet_csk_reqsk_queue_drop_and_put() with __inet_csk_reqsk_queue_drop() and reqsk_put() in reqsk_...
CVE-2024-53207
- EPSS 0.04%
- Published 27.12.2024 14:15:28
- Last modified 03.11.2025 21:17:41
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix possible deadlocks This fixes possible deadlocks like the following caused by hci_cmd_sync_dequeue causing the destroy function to run: INFO: task kworker/u1...
CVE-2024-53208
- EPSS 0.05%
- Published 27.12.2024 14:15:28
- Last modified 03.11.2025 21:17:42
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix slab-use-after-free Read in set_powered_sync This fixes the following crash: ================================================================== BUG: KASAN: sl...
CVE-2024-53209
- EPSS 0.06%
- Published 27.12.2024 14:15:28
- Last modified 03.11.2025 20:16:41
In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fix receive ring space parameters when XDP is active The MTU setting at the time an XDP multi-buffer is attached determines whether the aggregation ring will be used and t...
CVE-2024-53210
- EPSS 0.04%
- Published 27.12.2024 14:15:28
- Last modified 03.11.2025 21:17:42
In the Linux kernel, the following vulnerability has been resolved: s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct() Passing MSG_PEEK flag to skb_recv_datagram() increments skb refcount (skb->users) and iucv_sock_recvmsg() does not de...