CVE-2022-49047
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:41
- Zuletzt bearbeitet 24.03.2025 17:45:00
In the Linux kernel, the following vulnerability has been resolved: ep93xx: clock: Fix UAF in ep93xx_clk_register_gate() arch/arm/mach-ep93xx/clock.c:154:2: warning: Use of memory after it is freed [clang-analyzer-unix.Malloc] arch/arm/mach-ep93xx/...
CVE-2021-4453
- EPSS 0.03%
- Veröffentlicht 26.02.2025 06:37:29
- Zuletzt bearbeitet 01.10.2025 20:15:43
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix a potential gpu_metrics_table memory leak Memory is allocated for gpu_metrics_table in renoir_init_smc_tables(), but not freed in int smu_v12_0_fini_smc_tables(). F...
CVE-2021-47653
- EPSS 0.03%
- Veröffentlicht 26.02.2025 06:37:07
- Zuletzt bearbeitet 24.03.2025 17:46:18
In the Linux kernel, the following vulnerability has been resolved: media: davinci: vpif: fix use-after-free on driver unbind The driver allocates and registers two platform device structures during probe, but the devices were never deregistered on...
CVE-2021-47654
- EPSS 0.03%
- Veröffentlicht 26.02.2025 06:37:07
- Zuletzt bearbeitet 01.10.2025 20:15:42
In the Linux kernel, the following vulnerability has been resolved: samples/landlock: Fix path_list memory leak Clang static analysis reports this error sandboxer.c:134:8: warning: Potential leak of memory pointed to by 'path_list' ret =...
CVE-2021-47655
- EPSS 0.03%
- Veröffentlicht 26.02.2025 06:37:07
- Zuletzt bearbeitet 01.10.2025 20:15:43
In the Linux kernel, the following vulnerability has been resolved: media: venus: vdec: fixed possible memory leak issue The venus_helper_alloc_dpb_bufs() implementation allows an early return on an error path when checking the id from ida_alloc_mi...
CVE-2021-47656
- EPSS 0.02%
- Veröffentlicht 26.02.2025 06:37:07
- Zuletzt bearbeitet 24.03.2025 17:45:55
In the Linux kernel, the following vulnerability has been resolved: jffs2: fix use-after-free in jffs2_clear_xattr_subsystem When we mount a jffs2 image, assume that the first few blocks of the image are normal and contain at least one xattr-relate...
CVE-2021-47657
- EPSS 0.03%
- Veröffentlicht 26.02.2025 06:37:07
- Zuletzt bearbeitet 01.10.2025 20:15:43
In the Linux kernel, the following vulnerability has been resolved: drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free() If virtio_gpu_object_shmem_init() fails (e.g. due to fault injection, as it happened in the bug report by sy...
CVE-2021-47658
- EPSS 0.04%
- Veröffentlicht 26.02.2025 06:37:07
- Zuletzt bearbeitet 23.09.2025 18:48:03
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix a potential gpu_metrics_table memory leak Memory is allocated for gpu_metrics_table in renoir_init_smc_tables(), but not freed in int smu_v12_0_fini_smc_tables(). F...
CVE-2021-47659
- EPSS 0.03%
- Veröffentlicht 26.02.2025 06:37:07
- Zuletzt bearbeitet 14.10.2025 19:07:46
In the Linux kernel, the following vulnerability has been resolved: drm/plane: Move range check for format_count earlier While the check for format_count > 64 in __drm_universal_plane_init() shouldn't be hit (it's a WARN_ON), in its current positio...
CVE-2021-47660
- EPSS 0.03%
- Veröffentlicht 26.02.2025 06:37:07
- Zuletzt bearbeitet 01.10.2025 20:15:43
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()' All error handling paths lead to 'out' where many resources are freed. Do it as well here instead of a ...