CVE-2021-47325
- EPSS 0.25%
- Veröffentlicht 21.05.2024 15:15:19
- Zuletzt bearbeitet 13.01.2025 20:04:48
In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Fix arm_smmu_device refcount leak in address translation The reference counting issue happens in several exception handling paths of arm_smmu_iova_to_phys_hard(). W...
CVE-2021-47327
- EPSS 0.26%
- Veröffentlicht 21.05.2024 15:15:19
- Zuletzt bearbeitet 02.04.2025 14:33:00
In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Fix arm_smmu_device refcount leak when arm_smmu_rpm_get fails arm_smmu_rpm_get() invokes pm_runtime_get_sync(), which increases the refcount of the "smmu" even thou...
CVE-2021-47328
- EPSS 0.25%
- Veröffentlicht 21.05.2024 15:15:19
- Zuletzt bearbeitet 26.12.2024 19:52:18
In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi: Fix conn use after free during resets If we haven't done a unbind target call we can race where iscsi_conn_teardown wakes up the EH thread and then frees the conn whil...
CVE-2021-47329
- EPSS 0.26%
- Veröffentlicht 21.05.2024 15:15:19
- Zuletzt bearbeitet 02.04.2025 14:32:32
In the Linux kernel, the following vulnerability has been resolved: scsi: megaraid_sas: Fix resource leak in case of probe failure The driver doesn't clean up all the allocated resources properly when scsi_add_host(), megasas_start_aen() function f...
CVE-2021-47330
- EPSS 0.25%
- 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-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-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...