CVE-2021-47343
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:20
- Zuletzt bearbeitet 12.05.2025 19:58:09
In the Linux kernel, the following vulnerability has been resolved: dm btree remove: assign new_root only when removal succeeds remove_raw() in dm_btree_remove() may fail due to IO read error (e.g. read the content of origin block fails during shad...
CVE-2021-47317
- EPSS 0.08%
- Veröffentlicht 21.05.2024 15:15:19
- Zuletzt bearbeitet 12.05.2025 19:59:02
In the Linux kernel, the following vulnerability has been resolved: powerpc/bpf: Fix detecting BPF atomic instructions Commit 91c960b0056672 ("bpf: Rename BPF_XADD and prepare to encode other atomics in .imm") converted BPF_XADD to BPF_ATOMIC and a...
CVE-2021-47322
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:19
- Zuletzt bearbeitet 12.05.2025 19:59:14
In the Linux kernel, the following vulnerability has been resolved: NFSv4: Fix an Oops in pnfs_mark_request_commit() when doing O_DIRECT Fix an Oopsable condition in pnfs_mark_request_commit() when we're putting a set of writes on the commit list t...
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-47327
- EPSS 0.05%
- 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.02%
- 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.02%
- 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.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().