CVE-2021-47380
- EPSS 0.01%
- Published 21.05.2024 15:15:23
- Last modified 23.12.2024 20:48:01
In the Linux kernel, the following vulnerability has been resolved: HID: amd_sfh: Fix potential NULL pointer dereference devm_add_action_or_reset() can suddenly invoke amd_mp2_pci_remove() at registration that will cause NULL pointer dereference si...
CVE-2021-47381
- EPSS 0.01%
- Published 21.05.2024 15:15:23
- Last modified 25.09.2025 15:48:46
In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Fix DSP oops stack dump output contents Fix @buf arg given to hex_dump_to_buffer() and stack address used in dump error output.
CVE-2021-47382
- EPSS 0.01%
- Published 21.05.2024 15:15:23
- Last modified 23.12.2024 21:00:53
In the Linux kernel, the following vulnerability has been resolved: s390/qeth: fix deadlock during failing recovery Commit 0b9902c1fcc5 ("s390/qeth: fix deadlock during recovery") removed taking discipline_mutex inside qeth_do_reset(), fixing poten...
CVE-2021-47383
- EPSS 0.01%
- Published 21.05.2024 15:15:23
- Last modified 23.09.2025 20:14:35
In the Linux kernel, the following vulnerability has been resolved: tty: Fix out-of-bound vmalloc access in imageblit This issue happens when a userspace program does an ioctl FBIOPUT_VSCREENINFO passing the fb_var_screeninfo struct containing only...
CVE-2021-47384
- EPSS 0.04%
- Published 21.05.2024 15:15:23
- Last modified 02.04.2025 14:52:28
In the Linux kernel, the following vulnerability has been resolved: hwmon: (w83793) Fix NULL pointer dereference by removing unnecessary structure field If driver read tmp value sufficient for (tmp & 0x08) && (!(tmp & 0x80)) && ((tmp & 0x7) == ((tm...
CVE-2021-47357
- EPSS 0.02%
- Published 21.05.2024 15:15:22
- Last modified 26.12.2024 19:30:01
In the Linux kernel, the following vulnerability has been resolved: atm: iphase: fix possible use-after-free in ia_module_exit() This module's remove path calls del_timer(). However, that function does not wait until the timer handler finishes. Thi...
CVE-2021-47358
- EPSS 0.02%
- Published 21.05.2024 15:15:22
- Last modified 26.12.2024 19:31:16
In the Linux kernel, the following vulnerability has been resolved: staging: greybus: uart: fix tty use after free User space can hold a tty open indefinitely and tty drivers must not release the underlying structures until the last user is gone. ...
CVE-2021-47359
- EPSS 0.01%
- Published 21.05.2024 15:15:22
- Last modified 24.12.2024 16:10:44
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix soft lockup during fsstress Below traces are observed during fsstress and system got hung. [ 130.698396] watchdog: BUG: soft lockup - CPU#6 stuck for 26s!
CVE-2021-47360
- EPSS 0.01%
- Published 21.05.2024 15:15:22
- Last modified 12.05.2025 19:54:35
In the Linux kernel, the following vulnerability has been resolved: binder: make sure fd closes complete During BC_FREE_BUFFER processing, the BINDER_TYPE_FDA object cleanup may close 1 or more fds. The close operations are completed using the task...
CVE-2021-47361
- EPSS 0.02%
- Published 21.05.2024 15:15:22
- Last modified 26.12.2024 19:45:51
In the Linux kernel, the following vulnerability has been resolved: mcb: fix error handling in mcb_alloc_bus() There are two bugs: 1) If ida_simple_get() fails then this code calls put_device(carrier) but we haven't yet called get_device(carrier...