CVE-2021-47327
- EPSS 0.06%
- 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-47329
- EPSS 0.01%
- 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-47304
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:18
- Zuletzt bearbeitet 12.05.2025 20:00:45
In the Linux kernel, the following vulnerability has been resolved: tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized This commit fixes a bug (found by syzkaller) that could cause spurious double-initializations for congestion control m...
CVE-2021-47305
- EPSS 0%
- 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.04%
- 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-47312
- EPSS 0.05%
- Veröffentlicht 21.05.2024 15:15:18
- Zuletzt bearbeitet 02.04.2025 14:40:49
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: Fix dereference of null pointer flow In the case where chain->flags & NFT_CHAIN_HW_OFFLOAD is false then nft_flow_rule_create is not called and flow is NULL. ...
CVE-2021-47313
- EPSS 0.1%
- Veröffentlicht 21.05.2024 15:15:18
- Zuletzt bearbeitet 02.04.2025 14:40:39
In the Linux kernel, the following vulnerability has been resolved: cpufreq: CPPC: Fix potential memleak in cppc_cpufreq_cpu_init It's a classic example of memleak, we allocate something, we fail and never free the resources. Make sure we free all...
CVE-2021-47315
- EPSS 0.01%
- 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-47293
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:17
- Zuletzt bearbeitet 07.05.2025 17:51:27
In the Linux kernel, the following vulnerability has been resolved: net/sched: act_skbmod: Skip non-Ethernet packets Currently tcf_skbmod_act() assumes that packets use Ethernet as their L2 protocol, which is not always the case. As an example, fo...
CVE-2021-47294
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:17
- Zuletzt bearbeitet 23.06.2025 20:19:04
In the Linux kernel, the following vulnerability has been resolved: netrom: Decrease sock refcount when sock timers expire Commit 63346650c1a9 ("netrom: switch to sock timer API") switched to use sock timer API. It replaces mod_timer() by sk_reset_...