CVE-2021-47582
- EPSS 0.01%
- Published 19.06.2024 15:15:52
- Last modified 29.09.2025 17:14:35
In the Linux kernel, the following vulnerability has been resolved: USB: core: Make do_proc_control() and do_proc_bulk() killable The USBDEVFS_CONTROL and USBDEVFS_BULK ioctls invoke usb_start_wait_urb(), which contains an uninterruptible wait with...
CVE-2021-47583
- EPSS 0.02%
- Published 19.06.2024 15:15:52
- Last modified 21.11.2024 06:36:35
In the Linux kernel, the following vulnerability has been resolved: media: mxl111sf: change mutex_init() location Syzbot reported, that mxl111sf_ctrl_msg() uses uninitialized mutex. The problem was in wrong mutex_init() location. Previous mutex_in...
CVE-2021-47584
- EPSS 0.02%
- Published 19.06.2024 15:15:52
- Last modified 21.11.2024 06:36:36
In the Linux kernel, the following vulnerability has been resolved: iocost: Fix divide-by-zero on donation from low hweight cgroup The donation calculation logic assumes that the donor has non-zero after-donation hweight, so the lowest active hweig...
CVE-2024-38612
- EPSS 0.13%
- Published 19.06.2024 14:15:21
- Last modified 04.11.2025 18:16:28
In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix invalid unregister error path The error path of seg6_init() is wrong in case CONFIG_IPV6_SEG6_LWTUNNEL is not defined. In that case if seg6_hmac_init() fails, the gen...
CVE-2024-38613
- EPSS 0.02%
- Published 19.06.2024 14:15:21
- Last modified 17.09.2025 17:06:22
In the Linux kernel, the following vulnerability has been resolved: m68k: Fix spinlock race in kernel thread creation Context switching does take care to retain the correct lock owner across the switch from 'prev' to 'next' tasks. This does rely o...
CVE-2024-38614
- EPSS 0.03%
- Published 19.06.2024 14:15:21
- Last modified 03.10.2025 15:26:20
In the Linux kernel, the following vulnerability has been resolved: openrisc: traps: Don't send signals to kernel mode threads OpenRISC exception handling sends signals to user processes on floating point exceptions and trap instructions (for debug...
CVE-2024-38615
- EPSS 0.02%
- Published 19.06.2024 14:15:21
- Last modified 03.10.2025 15:52:38
In the Linux kernel, the following vulnerability has been resolved: cpufreq: exit() callback is optional The exit() callback is optional and shouldn't be called without checking a valid pointer first. Also, we must clear freq_table pointer even if...
CVE-2024-38616
- EPSS 0.24%
- Published 19.06.2024 14:15:21
- Last modified 01.04.2025 18:27:13
In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: re-fix fortified-memset warning The carl9170_tx_release() function sometimes triggers a fortified-memset warning in my randconfig builds: In file included from inc...
CVE-2024-38617
- EPSS 0.05%
- Published 19.06.2024 14:15:21
- Last modified 03.10.2025 15:54:43
In the Linux kernel, the following vulnerability has been resolved: kunit/fortify: Fix mismatched kvalloc()/vfree() usage The kv*() family of tests were accidentally freeing with vfree() instead of kvfree(). Use kvfree() instead.
CVE-2024-38618
- EPSS 0.12%
- Published 19.06.2024 14:15:21
- Last modified 04.11.2025 18:16:28
In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: Set lower bound of start tick time Currently ALSA timer doesn't have the lower limit of the start tick time, and it allows a very small size, e.g. 1 tick with 1ns reso...