CVE-2024-56590
- EPSS 0.03%
- 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: 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.03%
- Published 27.12.2024 15:15:18
- Last modified 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.03%
- Published 27.12.2024 15:15:18
- Last modified 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 ...
CVE-2024-56593
- 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: wifi: brcmfmac: Fix oops due to NULL pointer dereference in brcmf_sdiod_sglist_rw() This patch fixes a NULL pointer dereference bug in brcmfmac that occurs when a high 'sd_sgentry_...
CVE-2024-56594
- EPSS 0.03%
- Published 27.12.2024 15:15:18
- Last modified 03.11.2025 21:18:02
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: set the right AMDGPU sg segment limitation The driver needs to set the correct max_segment_size; otherwise debug_dma_map_sg() will complain about the over-mapping of th...
CVE-2024-56595
- EPSS 0.04%
- Published 27.12.2024 15:15:18
- Last modified 03.11.2025 21:18:02
In the Linux kernel, the following vulnerability has been resolved: jfs: add a check to prevent array-index-out-of-bounds in dbAdjTree When the value of lp is 0 at the beginning of the for loop, it will become negative in the next assignment and we...
CVE-2024-56596
- EPSS 0.04%
- Published 27.12.2024 15:15:18
- Last modified 03.11.2025 21:18:02
In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in jfs_readdir The stbl might contain some invalid values. Added a check to return error code in that case.
CVE-2024-56580
- EPSS 0.04%
- Published 27.12.2024 15:15:17
- Last modified 01.10.2025 20:17:29
In the Linux kernel, the following vulnerability has been resolved: media: qcom: camss: fix error path on configuration of power domains There is a chance to meet runtime issues during configuration of CAMSS power domains, because on the error path...
CVE-2024-56581
- EPSS 0.05%
- Published 27.12.2024 15:15:17
- Last modified 03.11.2025 21:17:59
In the Linux kernel, the following vulnerability has been resolved: btrfs: ref-verify: fix use-after-free after invalid ref action At btrfs_ref_tree_mod() after we successfully inserted the new ref entry (local variable 'ref') into the respective b...
CVE-2024-56582
- EPSS 0.05%
- Published 27.12.2024 15:15:17
- Last modified 03.11.2025 21:17:59
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free in btrfs_encoded_read_endio() Shinichiro reported the following use-after free that sometimes is happening in our CI system when running fstests' btrfs/28...