CVE-2024-35806
- EPSS 0.01%
- Veröffentlicht 17.05.2024 14:15:14
- Zuletzt bearbeitet 10.01.2025 18:11:39
In the Linux kernel, the following vulnerability has been resolved: soc: fsl: qbman: Always disable interrupts when taking cgr_lock smp_call_function_single disables IRQs when executing the callback. To prevent deadlocks, we must disable IRQs when ...
CVE-2024-35807
- EPSS 0.01%
- Veröffentlicht 17.05.2024 14:15:14
- Zuletzt bearbeitet 12.05.2026 12:16:36
In the Linux kernel, the following vulnerability has been resolved: ext4: fix corruption during on-line resize We observed a corruption during on-line resize of a file system that is larger than 16 TiB with 4k block size. With having more then 2^32...
CVE-2024-35809
- EPSS 0.01%
- Veröffentlicht 17.05.2024 14:15:14
- Zuletzt bearbeitet 23.12.2025 18:29:25
In the Linux kernel, the following vulnerability has been resolved: PCI/PM: Drain runtime-idle callbacks before driver removal A race condition between the .runtime_idle() callback and the .remove() callback in the rtsx_pcr PCI driver leads to a ke...
CVE-2023-52670
- EPSS 0.01%
- Veröffentlicht 17.05.2024 14:15:10
- Zuletzt bearbeitet 23.12.2025 18:20:53
In the Linux kernel, the following vulnerability has been resolved: rpmsg: virtio: Free driver_override when rpmsg_remove() Free driver_override when rpmsg_remove(), otherwise the following memory leak will occur: unreferenced object 0xffff0000d55...
CVE-2024-27436
- EPSS 0.17%
- Veröffentlicht 17.05.2024 13:15:58
- Zuletzt bearbeitet 12.05.2026 12:16:33
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Stop parsing channels bits when all channels are found. If a usb audio device sets more bits than the amount of channels it could write outside of the map array.
CVE-2024-35789
- EPSS 0.08%
- Veröffentlicht 17.05.2024 13:15:58
- Zuletzt bearbeitet 12.05.2026 12:16:36
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes When moving a station out of a VLAN and deleting the VLAN afterwards, the fast_rx entry still holds a pointer to ...
CVE-2024-27416
- EPSS 0.02%
- Veröffentlicht 17.05.2024 12:15:13
- Zuletzt bearbeitet 17.12.2025 19:38:16
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST If we received HCI_EV_IO_CAPA_REQUEST while HCI_OP_READ_REMOTE_EXT_FEATURES is yet to be responded assume the remote do...
CVE-2024-27419
- EPSS 0.01%
- Veröffentlicht 17.05.2024 12:15:13
- Zuletzt bearbeitet 12.05.2026 12:16:32
In the Linux kernel, the following vulnerability has been resolved: netrom: Fix data-races around sysctl_net_busy_read We need to protect the reader reading the sysctl value because the value can be changed concurrently.
CVE-2024-27412
- EPSS 0.02%
- Veröffentlicht 17.05.2024 12:15:12
- Zuletzt bearbeitet 17.12.2025 19:39:48
In the Linux kernel, the following vulnerability has been resolved: power: supply: bq27xxx-i2c: Do not free non existing IRQ The bq27xxx i2c-client may not have an IRQ, in which case client->irq will be 0. bq27xxx_battery_i2c_probe() already has an...
CVE-2024-27413
- EPSS 0.02%
- Veröffentlicht 17.05.2024 12:15:12
- Zuletzt bearbeitet 17.12.2025 19:39:10
In the Linux kernel, the following vulnerability has been resolved: efi/capsule-loader: fix incorrect allocation size gcc-14 notices that the allocation with sizeof(void) on 32-bit architectures is not enough for a 64-bit phys_addr_t: drivers/firm...