CVE-2024-56600
- 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: net: inet6: do not leave a dangling sk pointer in inet6_create() sock_init_data() attaches the allocated sk pointer to the provided sock object. If inet6_create() fails later, the ...
CVE-2024-56601
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:19
- Zuletzt bearbeitet 03.11.2025 21:18:05
In the Linux kernel, the following vulnerability has been resolved: net: inet: do not leave a dangling sk pointer in inet_create() sock_init_data() attaches the allocated sk object to the provided sock object. If inet_create() fails later, the sk o...
CVE-2024-56603
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:19
- Zuletzt bearbeitet 03.11.2025 21:18:06
In the Linux kernel, the following vulnerability has been resolved: net: af_can: do not leave a dangling sk pointer in can_create() On error can_create() frees the allocated sk object, but sock_init_data() has already attached it to the provided so...
CVE-2024-56604
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:19
- Zuletzt bearbeitet 03.11.2025 21:18:06
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc() bt_sock_alloc() attaches allocated sk object to the provided sock object. If rfcomm_dlc_alloc() fails, w...
CVE-2024-56605
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:19
- Zuletzt bearbeitet 03.11.2025 21:18:06
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_create() bt_sock_alloc() allocates the sk object and attaches it to the provided sock object. On error l2c...
CVE-2024-56588
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:18
- Zuletzt bearbeitet 09.01.2025 16:16:22
In the Linux kernel, the following vulnerability has been resolved: scsi: hisi_sas: Create all dump files during debugfs initialization For the current debugfs of hisi_sas, after user triggers dump, the driver allocate memory space to save the regi...
CVE-2024-56589
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:18
- Zuletzt bearbeitet 03.11.2025 21:18:01
In the Linux kernel, the following vulnerability has been resolved: scsi: hisi_sas: Add cond_resched() for no forced preemption model For no forced preemption model kernel, in the scenario where the expander is connected to 12 high performance SAS ...
CVE-2024-56590
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:18
- Zuletzt bearbeitet 03.11.2025 21:18:01
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packet This fixes not checking if skb really contains an ACL header otherwise the code may attempt to access some un...
CVE-2024-56591
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:18
- Zuletzt bearbeitet 07.10.2025 17:45:56
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_conn: Use disable_delayed_work_sync This makes use of disable_delayed_work_sync instead cancel_delayed_work_sync as it not only cancel the ongoing work but also disa...
CVE-2024-56592
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:18
- Zuletzt bearbeitet 08.10.2025 13:38:51
In the Linux kernel, the following vulnerability has been resolved: bpf: Call free_htab_elem() after htab_unlock_bucket() For htab of maps, when the map is removed from the htab, it may hold the last reference of the map. bpf_map_fd_put_ptr() will ...