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-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-47339
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:20
- Zuletzt bearbeitet 06.03.2025 12:53:53
In the Linux kernel, the following vulnerability has been resolved: media: v4l2-core: explicitly clear ioctl input data As seen from a recent syzbot bug report, mistakes in the compat ioctl implementation can lead to uninitialized kernel stack data...
CVE-2021-47342
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:20
- Zuletzt bearbeitet 26.12.2024 19:29:20
In the Linux kernel, the following vulnerability has been resolved: ext4: fix possible UAF when remounting r/o a mmp-protected file system After commit 618f003199c6 ("ext4: fix memory leak in ext4_fill_super"), after the file system is remounted re...
CVE-2021-47325
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:19
- Zuletzt bearbeitet 13.01.2025 20:04:48
In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Fix arm_smmu_device refcount leak in address translation The reference counting issue happens in several exception handling paths of arm_smmu_iova_to_phys_hard(). W...
CVE-2021-47327
- EPSS 0.05%
- Veröffentlicht 21.05.2024 15:15:19
- Zuletzt bearbeitet 02.04.2025 14:33:00
In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Fix arm_smmu_device refcount leak when arm_smmu_rpm_get fails arm_smmu_rpm_get() invokes pm_runtime_get_sync(), which increases the refcount of the "smmu" even thou...
CVE-2021-47328
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:19
- Zuletzt bearbeitet 26.12.2024 19:52:18
In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi: Fix conn use after free during resets If we haven't done a unbind target call we can race where iscsi_conn_teardown wakes up the EH thread and then frees the conn whil...