CVE-2021-47509
- EPSS 0.01%
- Published 24.05.2024 15:15:11
- Last modified 29.09.2025 16:30:22
In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Limit the period size to 16MB Set the practical limit to the period size (the fragment shift in OSS) instead of a full 31bit; a too large value could lead to the ex...
CVE-2021-47501
- EPSS 0.01%
- Published 24.05.2024 15:15:10
- Last modified 06.01.2025 20:44:59
In the Linux kernel, the following vulnerability has been resolved: i40e: Fix NULL pointer dereference in i40e_dbg_dump_desc When trying to dump VFs VSI RX/TX descriptors using debugfs there was a crash due to NULL pointer dereference in i40e_dbg_d...
CVE-2021-47502
- EPSS 0.02%
- Published 24.05.2024 15:15:10
- Last modified 29.09.2025 16:32:44
In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd934x: handle channel mappping list correctly Currently each channel is added as list to dai channel list, however there is danger of adding same channel to multipl...
CVE-2021-47503
- EPSS 0.02%
- Published 24.05.2024 15:15:10
- Last modified 01.04.2025 18:40:54
In the Linux kernel, the following vulnerability has been resolved: scsi: pm80xx: Do not call scsi_remove_host() in pm8001_alloc() Calling scsi_remove_host() before scsi_add_host() results in a crash: BUG: kernel NULL pointer dereference, address...
CVE-2021-47504
- EPSS 0.02%
- Published 24.05.2024 15:15:10
- Last modified 29.09.2025 16:31:01
In the Linux kernel, the following vulnerability has been resolved: io_uring: ensure task_work gets run as part of cancelations If we successfully cancel a work item but that work item needs to be processed through task_work, then we can be sleepin...
CVE-2021-47499
- EPSS 0.01%
- Published 24.05.2024 15:15:09
- Last modified 06.01.2025 20:45:41
In the Linux kernel, the following vulnerability has been resolved: iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove When ACPI type is ACPI_SMO8500, the data->dready_trig will not be set, the memory allocated by iio_triggered_bu...
CVE-2021-47500
- EPSS 0.01%
- Published 24.05.2024 15:15:09
- Last modified 06.01.2025 20:45:22
In the Linux kernel, the following vulnerability has been resolved: iio: mma8452: Fix trigger reference couting The mma8452 driver directly assigns a trigger to the struct iio_dev. The IIO core when done using this trigger will call `iio_trigger_pu...
CVE-2024-36011
- EPSS 0.02%
- Published 23.05.2024 07:15:08
- Last modified 07.05.2025 20:15:24
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HCI: Fix potential null-ptr-deref Fix potential null-ptr-deref in hci_le_big_sync_established_evt().
CVE-2024-36012
- EPSS 0.03%
- Published 23.05.2024 07:15:08
- Last modified 06.01.2025 22:33:55
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: msft: fix slab-use-after-free in msft_do_close() Tying the msft->data lifetime to hdev by freeing it in hci_release_dev() to fix the following case: [use] msft_do_close...
CVE-2024-36013
- EPSS 0.08%
- Published 23.05.2024 07:15:08
- Last modified 01.04.2025 18:40:46
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() Extend a critical section to prevent chan from early freeing. Also make the l2cap_connect() return type void. Nothing i...