CVE-2021-47321
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:19
- Zuletzt bearbeitet 26.12.2024 19:51:29
In the Linux kernel, the following vulnerability has been resolved: watchdog: Fix possible use-after-free by calling del_timer_sync() This driver's remove path calls del_timer(). However, that function does not wait until the timer handler finishes...
CVE-2021-47323
- EPSS 0.13%
- Veröffentlicht 21.05.2024 15:15:19
- Zuletzt bearbeitet 02.04.2025 14:40:20
In the Linux kernel, the following vulnerability has been resolved: watchdog: sc520_wdt: Fix possible use-after-free in wdt_turnoff() This module's remove path calls del_timer(). However, that function does not wait until the timer handler finishes...
CVE-2021-47324
- EPSS 0.13%
- Veröffentlicht 21.05.2024 15:15:19
- Zuletzt bearbeitet 02.04.2025 14:39:35
In the Linux kernel, the following vulnerability has been resolved: watchdog: Fix possible use-after-free in wdt_startup() This module's remove path calls del_timer(). However, that function does not wait until the timer handler finishes. This mean...
CVE-2021-47330
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:19
- Zuletzt bearbeitet 24.12.2024 16:17:26
In the Linux kernel, the following vulnerability has been resolved: tty: serial: 8250: serial_cs: Fix a memory leak in error handling path In the probe function, if the final 'serial_config()' fails, 'info' is leaking. Add a resource handling path...
CVE-2021-47305
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:18
- Zuletzt bearbeitet 12.05.2025 20:00:28
In the Linux kernel, the following vulnerability has been resolved: dma-buf/sync_file: Don't leak fences on merge failure Each add_fence() call does a dma_fence_get() on the relevant fence. In the error path, we weren't calling dma_fence_put() so ...
CVE-2021-47308
- EPSS 0.06%
- Veröffentlicht 21.05.2024 15:15:18
- Zuletzt bearbeitet 02.04.2025 14:42:22
In the Linux kernel, the following vulnerability has been resolved: scsi: libfc: Fix array index out of bound exception Fix array index out of bound exception in fc_rport_prli_resp().
CVE-2021-47309
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:18
- Zuletzt bearbeitet 26.12.2024 18:44:48
In the Linux kernel, the following vulnerability has been resolved: net: validate lwtstate->data before returning from skb_tunnel_info() skb_tunnel_info() returns pointer of lwtstate->data as ip_tunnel_info type without validation. lwtstate->data c...
CVE-2021-47310
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:18
- Zuletzt bearbeitet 26.12.2024 19:50:22
In the Linux kernel, the following vulnerability has been resolved: net: ti: fix UAF in tlan_remove_one priv is netdev private data and it cannot be used after free_netdev() call. Using priv after free_netdev() can cause UAF bug. Fix it by moving f...
CVE-2021-47311
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:18
- Zuletzt bearbeitet 26.12.2024 19:50:44
In the Linux kernel, the following vulnerability has been resolved: net: qcom/emac: fix UAF in emac_remove adpt is netdev private data and it cannot be used after free_netdev() call. Using adpt after free_netdev() can cause UAF bug. Fix it by movin...
CVE-2021-47314
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:18
- Zuletzt bearbeitet 24.12.2024 16:38:21
In the Linux kernel, the following vulnerability has been resolved: memory: fsl_ifc: fix leak of private memory on probe failure On probe error the driver should free the memory allocated for private structure. Fix this by using resource-managed a...