CVE-2024-26885
- EPSS 0.01%
- Published 17.04.2024 11:15:10
- Last modified 24.01.2025 16:15:35
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix DEVMAP_HASH overflow check on 32-bit arches The devmap code allocates a number hash buckets equal to the next power of two of the max_entries value provided when creating ...
CVE-2024-26886
- EPSS 0.02%
- Published 17.04.2024 11:15:10
- Last modified 21.03.2025 14:33:44
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: af_bluetooth: Fix deadlock Attemting to do sock_lock on .recvmsg may cause a deadlock as shown bellow, so instead of using sock_sock this uses sk_receive_queue.lock on b...
CVE-2024-26887
- EPSS 0.02%
- Published 17.04.2024 11:15:10
- Last modified 07.01.2025 17:14:41
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: Fix memory leak This checks if CONFIG_DEV_COREDUMP is enabled before attempting to clone the skb and also make sure btmtk_process_coredump frees the skb passed fo...
CVE-2024-26888
- EPSS 0.02%
- Published 17.04.2024 11:15:10
- Last modified 07.01.2025 16:43:58
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: msft: Fix memory leak Fix leaking buffer allocated to send MSFT_OP_LE_MONITOR_ADVERTISEMENT.
CVE-2024-26889
- EPSS 0.01%
- Published 17.04.2024 11:15:10
- Last modified 21.03.2025 14:35:59
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_core: Fix possible buffer overflow struct hci_dev_info has a fixed size name[8] field so in the event that hdev->name is bigger than that strcpy would attempt to wri...
CVE-2024-26890
- EPSS 0.06%
- Published 17.04.2024 11:15:10
- Last modified 21.03.2025 14:39:22
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: fix out of bounds memory access The problem is detected by KASAN. btrtl driver uses private hci data to store 'struct btrealtek_data'. If btrtl driver is used wit...
CVE-2024-26891
- EPSS 0.01%
- Published 17.04.2024 11:15:10
- Last modified 07.05.2025 17:42:36
In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected For those endpoint devices connect to system via hotplug capable ports, users could request a hot reset...
CVE-2024-26892
- EPSS 0.01%
- Published 17.04.2024 11:15:10
- Last modified 14.01.2025 14:34:50
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921e: fix use-after-free in free_irq() From commit a304e1b82808 ("[PATCH] Debug shared irqs"), there is a test to make sure the shared irq handler should be able to ...
CVE-2024-26893
- EPSS 0.01%
- Published 17.04.2024 11:15:10
- Last modified 27.01.2025 15:14:28
In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scmi: Fix double free in SMC transport cleanup path When the generic SCMI code tears down a channel, it calls the chan_free callback function, defined by each transpo...
- EPSS 0.01%
- Published 17.04.2024 11:15:10
- Last modified 21.03.2025 14:43:42
In the Linux kernel, the following vulnerability has been resolved: ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit() After unregistering the CPU idle device, the memory associated with it is not freed, leading to a memory leak: ...