CVE-2021-47305
- EPSS 0.24%
- 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-47306
- EPSS 0.23%
- Veröffentlicht 21.05.2024 15:15:18
- Zuletzt bearbeitet 26.12.2024 18:43:39
In the Linux kernel, the following vulnerability has been resolved: net: fddi: fix UAF in fza_probe fp is netdev private data and it cannot be used after free_netdev() call. Using fp after free_netdev() can cause UAF bug. Fix it by moving free_netd...
CVE-2021-47307
- EPSS 0.24%
- Veröffentlicht 21.05.2024 15:15:18
- Zuletzt bearbeitet 26.12.2024 18:44:19
In the Linux kernel, the following vulnerability has been resolved: cifs: prevent NULL deref in cifs_compose_mount_options() The optional @ref parameter might contain an NULL node_name, so prevent dereferencing it in cifs_compose_mount_options(). ...
CVE-2021-47308
- EPSS 1%
- 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.25%
- 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.25%
- 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.25%
- 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.25%
- 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...
CVE-2021-47315
- EPSS 0.25%
- Veröffentlicht 21.05.2024 15:15:18
- Zuletzt bearbeitet 12.05.2025 20:00:08
In the Linux kernel, the following vulnerability has been resolved: memory: fsl_ifc: fix leak of IO mapping on probe failure On probe error the driver should unmap the IO memory. Smatch reports: drivers/memory/fsl_ifc.c:298 fsl_ifc_ctrl_probe()...
CVE-2021-47291
- EPSS 0.25%
- Veröffentlicht 21.05.2024 15:15:17
- Zuletzt bearbeitet 23.12.2024 16:47:57
In the Linux kernel, the following vulnerability has been resolved: ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptions While running the self-tests on a KASAN enabled kernel, I observed a slab-out-of-bounds splat very similar to the o...