CVE-2022-48773
- EPSS 0.01%
- Veröffentlicht 16.07.2024 12:15:02
- Zuletzt bearbeitet 21.11.2024 07:33:59
In the Linux kernel, the following vulnerability has been resolved: xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create If there are failures then we must not leave the non-NULL pointers with the error value, otherwise `rpcrdma_ep_dest...
CVE-2022-48774
- EPSS 0.03%
- Veröffentlicht 16.07.2024 12:15:02
- Zuletzt bearbeitet 24.09.2025 18:18:16
In the Linux kernel, the following vulnerability has been resolved: dmaengine: ptdma: Fix the error handling path in pt_core_init() In order to free resources correctly in the error handling path of pt_core_init(), 2 goto's have to be switched. Oth...
CVE-2022-48775
- EPSS 0.01%
- Veröffentlicht 16.07.2024 12:15:02
- Zuletzt bearbeitet 21.11.2024 07:33:59
In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj kobject_init_and_add() takes reference even when it fails. According to the doc of kobject_init_and_add(): If this...
CVE-2022-48776
- EPSS 0.03%
- Veröffentlicht 16.07.2024 12:15:02
- Zuletzt bearbeitet 24.09.2025 18:16:14
In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: qcom: Fix missing free for pparts in cleanup Mtdpart doesn't free pparts when a cleanup function is declared. Add missing free for pparts in cleanup function for smem...
CVE-2022-48777
- EPSS 0.02%
- Veröffentlicht 16.07.2024 12:15:02
- Zuletzt bearbeitet 21.11.2024 07:34:00
In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: qcom: Fix kernel panic on skipped partition In the event of a skipped partition (case when the entry name is empty) the kernel panics in the cleanup function as the n...
CVE-2023-52886
- EPSS 0.05%
- Veröffentlicht 16.07.2024 10:15:02
- Zuletzt bearbeitet 21.11.2024 08:40:48
In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix race by not overwriting udev->descriptor in hub_port_init() Syzbot reported an out-of-bounds read in sysfs.c:read_descriptors(): BUG: KASAN: slab-out-of-bounds in r...
CVE-2024-41008
- EPSS 0.02%
- Veröffentlicht 16.07.2024 08:15:02
- Zuletzt bearbeitet 07.10.2025 19:44:45
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: change vm->task_info handling This patch changes the handling and lifecycle of vm->task_info object. The major changes are: - vm->task_info is a dynamically allocated p...
CVE-2024-41007
- EPSS 0.02%
- Veröffentlicht 15.07.2024 09:15:02
- Zuletzt bearbeitet 03.11.2025 22:17:22
In the Linux kernel, the following vulnerability has been resolved: tcp: avoid too many retransmit packets If a TCP socket is using TCP_USER_TIMEOUT, and the other peer retracted its window to zero, tcp_retransmit_timer() can retransmit a packet ev...
CVE-2023-52885
- EPSS 0.02%
- Veröffentlicht 14.07.2024 08:15:01
- Zuletzt bearbeitet 21.11.2024 08:40:48
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix UAF in svc_tcp_listen_data_ready() After the listener svc_sock is freed, and before invoking svc_tcp_accept() for the established child sock, there is a window that the...
CVE-2024-41001
- EPSS 0.02%
- Veröffentlicht 12.07.2024 13:15:21
- Zuletzt bearbeitet 03.11.2025 22:17:21
In the Linux kernel, the following vulnerability has been resolved: io_uring/sqpoll: work around a potential audit memory leak kmemleak complains that there's a memory leak related to connect handling: unreferenced object 0xffff0001093bdf00 (size ...