CVE-2022-49055
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:42
- Zuletzt bearbeitet 01.10.2025 20:15:44
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check for potential null return of kmalloc_array() As the kmalloc_array() may return null, the 'event_waiters[i].wait' would lead to null-pointer dereference. Therefore...
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:42
- Zuletzt bearbeitet 20.05.2025 14:15:26
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-49057
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:42
- Zuletzt bearbeitet 23.09.2025 18:28:58
In the Linux kernel, the following vulnerability has been resolved: block: null_blk: end timed out poll request When poll request is timed out, it is removed from the poll list, but not completed, so the request is leaked, and never get chance to c...
CVE-2022-49044
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:00:41
- Zuletzt bearbeitet 23.09.2025 18:24:48
In the Linux kernel, the following vulnerability has been resolved: dm integrity: fix memory corruption when tag_size is less than digest size It is possible to set up dm-integrity in such a way that the "tag_size" parameter is less than the actual...
CVE-2022-49046
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:41
- Zuletzt bearbeitet 03.11.2025 20:15:58
In the Linux kernel, the following vulnerability has been resolved: i2c: dev: check return value when calling dev_set_name() If dev_set_name() fails, the dev_name() is null, check the return value of dev_set_name() to avoid the null-ptr-deref.
CVE-2022-49047
- EPSS 0.04%
- 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.04%
- 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.04%
- 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...