CVE-2021-47429
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:28
- Zuletzt bearbeitet 25.09.2025 16:07:20
In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Fix unrecoverable MCE calling async handler from NMI The machine check handler is not considered NMI on 64s. The early handler is the true NMI handler, and then it sch...
CVE-2021-47430
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:28
- Zuletzt bearbeitet 25.09.2025 16:06:44
In the Linux kernel, the following vulnerability has been resolved: x86/entry: Clear X86_FEATURE_SMAP when CONFIG_X86_SMAP=n Commit 3c73b81a9164 ("x86/entry, selftests: Further improve user entry sanity checks") added a warning if AC is set whe...
CVE-2021-47431
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:28
- Zuletzt bearbeitet 23.09.2025 20:25:23
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix gart.bo pin_count leak gmc_v{9,10}_0_gart_disable() isn't called matched with correspoding gart_enbale function in SRIOV case. This will lead to gart.bo pin_count l...
CVE-2021-47419
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:27
- Zuletzt bearbeitet 25.09.2025 16:09:43
In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_taprio: properly cancel timer from taprio_destroy() There is a comment in qdisc_create() about us not calling ops->reset() in some cases. err_out4: /* * Any brok...
CVE-2021-47421
- EPSS 0.06%
- Veröffentlicht 21.05.2024 15:15:27
- Zuletzt bearbeitet 03.11.2025 18:15:38
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: handle the case of pci_channel_io_frozen only in amdgpu_pci_resume In current code, when a PCI error state pci_channel_io_normal is detectd, it will report PCI_ERS_RESU...
CVE-2021-47424
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:27
- Zuletzt bearbeitet 23.09.2025 20:17:42
In the Linux kernel, the following vulnerability has been resolved: i40e: Fix freeing of uninitialized misc IRQ vector When VSI set up failed in i40e_probe() as part of PF switch set up driver was trying to free misc IRQ vectors in i40e_clear_inter...
CVE-2021-47425
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:27
- Zuletzt bearbeitet 23.09.2025 20:18:04
In the Linux kernel, the following vulnerability has been resolved: i2c: acpi: fix resource leak in reconfiguration device addition acpi_i2c_find_adapter_by_handle() calls bus_find_device() which takes a reference on the adapter which is never rele...
CVE-2021-47406
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:26
- Zuletzt bearbeitet 02.04.2025 14:51:38
In the Linux kernel, the following vulnerability has been resolved: ext4: add error checking to ext4_ext_replay_set_iblocks() If the call to ext4_map_blocks() fails due to an corrupted file system, ext4_ext_replay_set_iblocks() can get stuck in an ...
CVE-2021-47408
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:26
- Zuletzt bearbeitet 25.09.2025 15:32:02
In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: serialize hash resizes and cleanups Syzbot was able to trigger the following warning [1] No repro found by syzbot yet but I was able to trigger similar issue...
CVE-2021-47410
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:26
- Zuletzt bearbeitet 25.09.2025 15:30:01
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix svm_migrate_fini warning Device manager releases device-specific resources when a driver disconnects from a device, devm_memunmap_pages and devm_release_mem_region ...