CVE-2021-47356
- EPSS 0.01%
- Published 21.05.2024 15:15:21
- Last modified 02.04.2025 14:54:29
In the Linux kernel, the following vulnerability has been resolved: mISDN: fix possible use-after-free in HFC_cleanup() This module's remove path calls del_timer(). However, that function does not wait until the timer handler finishes. This means t...
CVE-2021-47333
- EPSS 0.02%
- Published 21.05.2024 15:15:20
- Last modified 02.04.2025 14:32:09
In the Linux kernel, the following vulnerability has been resolved: misc: alcor_pci: fix null-ptr-deref when there is no PCI bridge There is an issue with the ASPM(optional) capability checking function. A device might be attached to root complex d...
CVE-2021-47335
- EPSS 0.02%
- Published 21.05.2024 15:15:20
- Last modified 12.05.2025 19:58:53
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instances As syzbot reported, there is an use-after-free issue during f2fs recovery: Use-after-free write at 0xff...
CVE-2021-47336
- EPSS 0.02%
- Published 21.05.2024 15:15:20
- Last modified 12.05.2025 19:58:43
In the Linux kernel, the following vulnerability has been resolved: smackfs: restrict bytes count in smk_set_cipso() Oops, I failed to update subject line. From 07571157c91b98ce1a4aa70967531e64b78e8346 Mon Sep 17 00:00:00 2001 Date: Mon, 12 Apr 20...
CVE-2021-47340
- EPSS 0.01%
- Published 21.05.2024 15:15:20
- Last modified 12.05.2025 19:58:32
In the Linux kernel, the following vulnerability has been resolved: jfs: fix GPF in diFree Avoid passing inode with JFS_SBI(inode->i_sb)->ipimap == NULL to diFree()[1]. GFP will appear: struct inode *ipimap = JFS_SBI(ip->i_sb)->ipimap; struct in...
CVE-2021-47343
- EPSS 0.01%
- Published 21.05.2024 15:15:20
- Last modified 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%
- Published 21.05.2024 15:15:19
- Last modified 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%
- Published 21.05.2024 15:15:19
- Last modified 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.17%
- Published 21.05.2024 15:15:19
- Last modified 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.17%
- Published 21.05.2024 15:15:19
- Last modified 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...