CVE-2021-47348
- EPSS 0.06%
- Veröffentlicht 21.05.2024 15:15:21
- Zuletzt bearbeitet 02.04.2025 14:30:39
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid HDCP over-read and corruption Instead of reading the desired 5 bytes of the actual target field, the code was reading 8. This could result in a corrupted val...
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-47352
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:21
- Zuletzt bearbeitet 14.11.2025 17:22:04
In the Linux kernel, the following vulnerability has been resolved: virtio-net: Add validation for used length This adds validation for used length (might come from an untrusted device) to avoid data corruption or loss.
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-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-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-47335
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:20
- Zuletzt bearbeitet 12.05.2025 19:58:53
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instances As syzbot reported, there is an use-after-free issue during f2fs recovery: Use-after-free write at 0xff...
CVE-2021-47336
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:20
- Zuletzt bearbeitet 12.05.2025 19:58:43
In the Linux kernel, the following vulnerability has been resolved: smackfs: restrict bytes count in smk_set_cipso() Oops, I failed to update subject line. From 07571157c91b98ce1a4aa70967531e64b78e8346 Mon Sep 17 00:00:00 2001 Date: Mon, 12 Apr 20...
CVE-2021-47340
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:20
- Zuletzt bearbeitet 10.12.2025 08:15:54
In the Linux kernel, the following vulnerability has been resolved: jfs: fix GPF in diFree Avoid passing inode with JFS_SBI(inode->i_sb)->ipimap == NULL to diFree()[1]. GFP will appear: struct inode *ipimap = JFS_SBI(ip->i_sb)->ipimap; struct in...