CVE-2024-56630
- 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: 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.02%
- Veröffentlicht 27.12.2024 15:15:22
- Zuletzt bearbeitet 12.05.2026 13:16:22
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-56633
- EPSS 0.02%
- 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 ...
CVE-2024-56615
- EPSS 0.03%
- Veröffentlicht 27.12.2024 15:15:21
- Zuletzt bearbeitet 03.11.2025 21:18:08
In the Linux kernel, the following vulnerability has been resolved: bpf: fix OOB devmap writes when deleting elements Jordy reported issue against XSKMAP which also applies to DEVMAP - the index used for accessing map entry, due to being a signed i...
CVE-2024-56619
- EPSS 0.03%
- Veröffentlicht 27.12.2024 15:15:21
- Zuletzt bearbeitet 03.11.2025 21:18:09
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry() Syzbot reported that when searching for records in a directory where the inode's i_size is corrupted and has...
CVE-2024-56606
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:20
- Zuletzt bearbeitet 03.11.2025 21:18:07
In the Linux kernel, the following vulnerability has been resolved: af_packet: avoid erroring out after sock_init_data() in packet_create() After sock_init_data() the allocated sk object is attached to the provided sock object. On error, packet_cre...
CVE-2024-56614
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:20
- Zuletzt bearbeitet 03.11.2025 21:18:08
In the Linux kernel, the following vulnerability has been resolved: xsk: fix OOB map writes when deleting elements Jordy says: " In the xsk_map_delete_elem function an unsigned integer (map->max_entries) is compared with a user-controlled signed i...
CVE-2024-56597
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:19
- Zuletzt bearbeitet 03.11.2025 21:18:03
In the Linux kernel, the following vulnerability has been resolved: jfs: fix shift-out-of-bounds in dbSplit When dmt_budmin is less than zero, it causes errors in the later stages. Added a check to return an error beforehand in dbAllocCtl itself.
CVE-2024-56598
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:19
- Zuletzt bearbeitet 03.11.2025 21:18:03
In the Linux kernel, the following vulnerability has been resolved: jfs: array-index-out-of-bounds fix in dtReadFirst The value of stbl can be sometimes out of bounds due to a bad filesystem. Added a check with appopriate return of error code in th...
CVE-2024-56599
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:19
- Zuletzt bearbeitet 03.11.2025 21:18:04
In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: avoid NULL pointer error during sdio remove When running 'rmmod ath10k', ath10k_sdio_remove() will free sdio workqueue by destroy_workqueue(). But if CONFIG_INIT_ON_F...