CVE-2024-56598
- EPSS 0.04%
- Published 27.12.2024 15:15:19
- Last modified 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.09%
- Published 27.12.2024 15:15:19
- Last modified 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...
CVE-2024-56600
- EPSS 0.04%
- Published 27.12.2024 15:15:19
- Last modified 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.04%
- Published 27.12.2024 15:15:19
- Last modified 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-56602
- EPSS 0.04%
- Published 27.12.2024 15:15:19
- Last modified 03.11.2025 21:18:05
In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: do not leave a dangling sk pointer in ieee802154_create() sock_init_data() attaches the allocated sk object to the provided sock object. If ieee802154_create() fai...
CVE-2024-56603
- EPSS 0.04%
- Published 27.12.2024 15:15:19
- Last modified 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.04%
- Published 27.12.2024 15:15:19
- Last modified 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.04%
- Published 27.12.2024 15:15:19
- Last modified 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.03%
- Published 27.12.2024 15:15:18
- Last modified 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.04%
- Published 27.12.2024 15:15:18
- Last modified 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 ...