CVE-2021-47347
- EPSS 0.14%
- Veröffentlicht 21.05.2024 15:15:21
- Zuletzt bearbeitet 02.04.2025 14:31:32
In the Linux kernel, the following vulnerability has been resolved: wl1251: Fix possible buffer overflow in wl1251_cmd_scan Function wl1251_cmd_scan calls memcpy without checking the length. Harden by checking the length is within the maximum allow...
CVE-2021-47350
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:21
- Zuletzt bearbeitet 02.04.2025 14:54:52
In the Linux kernel, the following vulnerability has been resolved: powerpc/mm: Fix lockup on kernel exec fault The powerpc kernel is not prepared to handle exec faults from kernel. Especially, the function is_exec_fault() will return 'false' when ...
CVE-2021-47351
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:21
- Zuletzt bearbeitet 12.05.2025 19:55:22
In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix races between xattr_{set|get} and listxattr operations UBIFS may occur some problems with concurrent xattr_{set|get} and listxattr operations, such as assertion failure,...
CVE-2021-47353
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:21
- Zuletzt bearbeitet 24.12.2024 16:11:59
In the Linux kernel, the following vulnerability has been resolved: udf: Fix NULL pointer dereference in udf_symlink function In function udf_symlink, epos.bh is assigned with the value returned by udf_tgetblk. The function udf_tgetblk is defined i...
CVE-2021-47354
- EPSS 0.06%
- Veröffentlicht 21.05.2024 15:15:21
- Zuletzt bearbeitet 02.04.2025 14:54:43
In the Linux kernel, the following vulnerability has been resolved: drm/sched: Avoid data corruptions Wait for all dependencies of a job to complete before killing it to avoid data corruptions.
CVE-2021-47355
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:21
- Zuletzt bearbeitet 26.12.2024 19:29:36
In the Linux kernel, the following vulnerability has been resolved: atm: nicstar: Fix possible use-after-free in nicstar_cleanup() This module's remove path calls del_timer(). However, that function does not wait until the timer handler finishes. T...
CVE-2021-47356
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:21
- Zuletzt bearbeitet 02.04.2025 14:54:29
In the Linux kernel, the following vulnerability has been resolved: mISDN: fix possible use-after-free in HFC_cleanup() This module's remove path calls del_timer(). However, that function does not wait until the timer handler finishes. This means t...
CVE-2021-47332
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:20
- Zuletzt bearbeitet 24.12.2024 16:15:56
In the Linux kernel, the following vulnerability has been resolved: ALSA: usx2y: Don't call free_pages_exact() with NULL address Unlike some other functions, we can't pass NULL pointer to free_pages_exact(). Add a proper NULL check for avoiding po...
CVE-2021-47333
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:20
- Zuletzt bearbeitet 02.04.2025 14:32:09
In the Linux kernel, the following vulnerability has been resolved: misc: alcor_pci: fix null-ptr-deref when there is no PCI bridge There is an issue with the ASPM(optional) capability checking function. A device might be attached to root complex d...
CVE-2021-47334
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:20
- Zuletzt bearbeitet 26.12.2024 19:25:16
In the Linux kernel, the following vulnerability has been resolved: misc/libmasm/module: Fix two use after free in ibmasm_init_one In ibmasm_init_one, it calls ibmasm_init_remote_input_dev(). Inside ibmasm_init_remote_input_dev, mouse_dev and keybd...