CVE-2024-57895 – Linux kernel: Ksmbd Attribute Ctime Flag Vulnerability
The following table lists the changes that have been made to the CVE-2024-57895 vulnerability over time. Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability’s severity, exploitability, or other characteristics. New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67 Jan. 15, 2025 Action […]
CVE-2024-57903 – Linux kernel SO_REUSEPORT Inet Socket Restriction Comic Book Bug
In the Linux kernel, the following vulnerability has been resolved: net: restrict SO_REUSEPORT to inet sockets After blamed commit, crypto sockets could accidentally be destroyed from RCU call back, as spotted by zyzbot [1]. Trying to acquire a mutex in RCU callback is not allowed. Restrict SO_REUSEPORT socket option to inet sockets. v1 of this […]
CVE-2024-57902 – Linux Kernel af_packet: VLAN Get TCI Vulnerability
The following table lists the changes that have been made to the CVE-2024-57902 vulnerability over time. Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability’s severity, exploitability, or other characteristics. New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67 Jan. 15, 2025 Action […]
CVE-2024-57901 – Linux Kernel af_packet VLAN Protocol Vulnerability
The following table lists the changes that have been made to the CVE-2024-57901 vulnerability over time. Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability’s severity, exploitability, or other characteristics. New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67 Jan. 15, 2025 Action […]
CVE-2024-57900 – “Linux ILA Net Hooks Registration Race Vulnerability”
The following table lists the changes that have been made to the CVE-2024-57900 vulnerability over time. Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability’s severity, exploitability, or other characteristics. New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67 Jan. 15, 2025 Action […]
CVE-2024-57899 – IBM WiFi 802.11 Bitwise Operation Integer Overflow Vulnerability
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix mbss changed flags corruption on 32 bit systems On 32-bit systems, the size of an unsigned long is 4 bytes, while a u64 is 8 bytes. Therefore, when using or_each_set_bit(bit, &bits, sizeof(changed) * BITS_PER_BYTE), the code is incorrectly searching for a bit […]
CVE-2024-57898 – Linux Kernel wifi cfg80211 Link ID Information Leak Vulnerability
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: clear link ID from bitmap during link delete after clean up Currently, during link deletion, the link ID is first removed from the valid_links bitmap before performing any clean-up operations. However, some functions require the link ID to remain in the valid_links bitmap. […]
CVE-2024-57897 – AMD KFD Linux Kernel DMA Direction Vulnerability
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Correct the migration DMA map direction The SVM DMA device map direction should be set the same as the DMA unmap setting, otherwise the DMA core will report the following warning. Before finialize this solution, there’re some discussion on the DMA mapping type(stream-based or […]
CVE-2024-57894 – Android Bluetooth Linux Kernel HCI Core Invalid Context Vulnerability
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_core: Fix sleeping function called from invalid context This reworks hci_cb_list to not use mutex hci_cb_list_lock to avoid bugs like the bellow: BUG: sleeping function called from invalid context at kernel/locking/mutex.c:585 in_atomic(): 0, irqs_disabled(): 0, non_block: 0, pid: 5070, name: kworker/u9:2 preempt_count: 0, expected: […]
CVE-2024-57886 – Linux Kernel DAMON Memory Leak Vulnerability
In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: fix new damon_target objects leaks on damon_commit_targets() Patch series “mm/damon/core: fix memory leaks and ignored inputs from damon_commit_ctx()”. Due to two bugs in damon_commit_targets() and damon_commit_schemes(), which are called from damon_commit_ctx(), some user inputs can be ignored, and some mmeory objects can be leaked. […]