CVE-2023-52706
- EPSS 0.11%
- Veröffentlicht 21.05.2024 16:15:12
- Zuletzt bearbeitet 06.01.2025 20:39:12
In the Linux kernel, the following vulnerability has been resolved: gpio: sim: fix a memory leak Fix an inverted logic bug in gpio_sim_remove_hogs() that leads to GPIO hog structures never being freed.
CVE-2023-52707
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:12
- Zuletzt bearbeitet 06.01.2025 20:39:33
In the Linux kernel, the following vulnerability has been resolved: sched/psi: Fix use-after-free in ep_remove_wait_queue() If a non-root cgroup gets removed when there is a thread that registered trigger and is polling on a pressure file within th...
CVE-2021-47426
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:28
- Zuletzt bearbeitet 31.12.2024 20:03:39
In the Linux kernel, the following vulnerability has been resolved: bpf, s390: Fix potential memory leak about jit_data Make sure to free jit_data through kfree() in the error path.
CVE-2021-47427
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:28
- Zuletzt bearbeitet 31.12.2024 20:04:00
In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi: Fix iscsi_task use after free Commit d39df158518c ("scsi: iscsi: Have abort handler get ref to conn") added iscsi_get_conn()/iscsi_put_conn() calls during abort handli...
CVE-2021-47428
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:28
- Zuletzt bearbeitet 25.09.2025 16:07:53
In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: fix program check interrupt emergency stack path Emergency stack path was jumping into a 3: label inside the __GEN_COMMON_BODY macro for the normal path after it had f...
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.