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.02%
- 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-47416
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:27
- Zuletzt bearbeitet 31.12.2024 18:53:18
In the Linux kernel, the following vulnerability has been resolved: phy: mdio: fix memory leak Syzbot reported memory leak in MDIO bus interface, the problem was in wrong state logic. MDIOBUS_ALLOCATED indicates 2 states: 1. Bus is only allocated...
CVE-2021-47417
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:27
- Zuletzt bearbeitet 31.12.2024 20:10:18
In the Linux kernel, the following vulnerability has been resolved: libbpf: Fix memory leak in strset Free struct strset itself, not just its internal parts.
CVE-2021-47418
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:27
- Zuletzt bearbeitet 31.12.2024 20:03:20
In the Linux kernel, the following vulnerability has been resolved: net_sched: fix NULL deref in fifo_set_limit() syzbot reported another NULL deref in fifo_set_limit() [1] I could repro the issue with : unshare -n tc qd add dev lo root handle 1:...
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-47420
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:27
- Zuletzt bearbeitet 30.12.2024 19:37:04
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix a potential ttm->sg memory leak Memory is allocated for ttm->sg by kmalloc in kfd_mem_dmamap_userptr, but isn't freed by kfree in kfd_mem_dmaunmap_userptr. Free it!
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-47422
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:27
- Zuletzt bearbeitet 30.12.2024 19:36:28
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/kms/nv50-: fix file release memory leak When using single_open() for opening, single_release() should be called, otherwise the 'op' allocated in single_open() will be l...