CVE-2024-56642
- EPSS 0.05%
- Veröffentlicht 27.12.2024 15:15:23
- Zuletzt bearbeitet 03.11.2025 21:18:12
In the Linux kernel, the following vulnerability has been resolved: tipc: Fix use-after-free of kernel socket in cleanup_bearer(). syzkaller reported a use-after-free of UDP kernel socket in cleanup_bearer() without repro. [0][1] When bearer_disab...
CVE-2024-56625
- EPSS 0.04%
- Veröffentlicht 27.12.2024 15:15:22
- Zuletzt bearbeitet 03.11.2025 21:18:09
In the Linux kernel, the following vulnerability has been resolved: can: dev: can_set_termination(): allow sleeping GPIOs In commit 6e86a1543c37 ("can: dev: provide optional GPIO based termination support") GPIO based termination support was added....
CVE-2024-56626
- EPSS 0.02%
- Veröffentlicht 27.12.2024 15:15:22
- Zuletzt bearbeitet 03.11.2025 21:18:10
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_write An offset from client could be a negative value, It could allows to write data outside the bounds of the allocated buffer. ...
CVE-2024-56627
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:22
- Zuletzt bearbeitet 03.11.2025 21:18:10
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_read An offset from client could be a negative value, It could lead to an out-of-bounds read from the stream_buf. Note that this i...
CVE-2024-56628
- EPSS 0.04%
- Veröffentlicht 27.12.2024 15:15:22
- Zuletzt bearbeitet 03.11.2025 21:18:10
In the Linux kernel, the following vulnerability has been resolved: LoongArch: Add architecture specific huge_pte_clear() When executing mm selftests run_vmtests.sh, there is such an error: BUG: Bad page state in process uffd-unit-tests pfn:0000...
CVE-2024-56629
- EPSS 0.05%
- Veröffentlicht 27.12.2024 15:15:22
- Zuletzt bearbeitet 03.11.2025 21:18:10
In the Linux kernel, the following vulnerability has been resolved: HID: wacom: fix when get product name maybe null pointer Due to incorrect dev->product reporting by certain devices, null pointer dereferences occur when dev->product is empty, lea...
CVE-2024-56630
- EPSS 0.03%
- Veröffentlicht 27.12.2024 15:15:22
- Zuletzt bearbeitet 03.11.2025 21:18:10
In the Linux kernel, the following vulnerability has been resolved: ocfs2: free inode when ocfs2_get_init_inode() fails syzbot is reporting busy inodes after unmount, for commit 9c89fe0af826 ("ocfs2: Handle error from dquot_initialize()") forgot to...
CVE-2024-56631
- EPSS 0.05%
- Veröffentlicht 27.12.2024 15:15:22
- Zuletzt bearbeitet 03.11.2025 21:18:11
In the Linux kernel, the following vulnerability has been resolved: scsi: sg: Fix slab-use-after-free read in sg_release() Fix a use-after-free bug in sg_release(), detected by syzbot with KASAN: BUG: KASAN: slab-use-after-free in lock_release+0x1...
CVE-2024-56632
- EPSS 0.04%
- Veröffentlicht 27.12.2024 15:15:22
- Zuletzt bearbeitet 01.10.2025 20:17:35
In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix the memleak while create new ctrl failed Now while we create new ctrl failed, we have not free the tagset occupied by admin_q, here try to fix it.
CVE-2024-56633
- EPSS 0.03%
- Veröffentlicht 27.12.2024 15:15:22
- Zuletzt bearbeitet 03.11.2025 21:18:11
In the Linux kernel, the following vulnerability has been resolved: tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg The current sk memory accounting logic in __SK_REDIRECT is pre-uncharging tosend bytes, which is either msg->sg.size or a ...