CVE-2021-47466
- EPSS 0.02%
- Published 22.05.2024 07:15:11
- Last modified 07.01.2025 20:13:41
In the Linux kernel, the following vulnerability has been resolved: mm, slub: fix potential memoryleak in kmem_cache_open() In error path, the random_seq of slub cache might be leaked. Fix this by using __kmem_cache_release() to release all the re...
CVE-2021-47467
- EPSS 0.09%
- Published 22.05.2024 07:15:11
- Last modified 02.04.2025 15:11:11
In the Linux kernel, the following vulnerability has been resolved: kunit: fix reference count leak in kfree_at_end The reference counting issue happens in the normal path of kfree_at_end(). When kunit_alloc_and_get_resource() is invoked, the funct...
CVE-2021-47468
- EPSS 0.01%
- Published 22.05.2024 07:15:11
- Last modified 24.09.2025 18:40:47
In the Linux kernel, the following vulnerability has been resolved: isdn: mISDN: Fix sleeping function called from invalid context The driver can call card->isac.release() function from an atomic context. Fix this by calling this function after re...
CVE-2021-47470
- EPSS 0.03%
- Published 22.05.2024 07:15:11
- Last modified 14.01.2025 17:33:02
In the Linux kernel, the following vulnerability has been resolved: mm, slub: fix potential use-after-free in slab_debugfs_fops When sysfs_slab_add failed, we shouldn't call debugfs_slab_add() for s because s will be freed soon. And slab_debugfs_f...
CVE-2021-47471
- EPSS 0.05%
- Published 22.05.2024 07:15:11
- Last modified 02.04.2025 15:10:48
In the Linux kernel, the following vulnerability has been resolved: drm: mxsfb: Fix NULL pointer dereference crash on unload The mxsfb->crtc.funcs may already be NULL when unloading the driver, in which case calling mxsfb_irq_disable() via drm_irq_...
CVE-2021-47449
- EPSS 0.01%
- Published 22.05.2024 07:15:10
- Last modified 02.04.2025 15:12:07
In the Linux kernel, the following vulnerability has been resolved: ice: fix locking for Tx timestamp tracking flush Commit 4dd0d5c33c3e ("ice: add lock around Tx timestamp tracker flush") added a lock around the Tx timestamp tracker flow which is ...
CVE-2021-47450
- EPSS 0.01%
- Published 22.05.2024 07:15:10
- Last modified 24.09.2025 01:07:53
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix host stage-2 PGD refcount The KVM page-table library refcounts the pages of concatenated stage-2 PGDs individually. However, when running KVM in protected mode, the...
CVE-2021-47451
- EPSS 0.02%
- Published 22.05.2024 07:15:10
- Last modified 24.09.2025 01:18:15
In the Linux kernel, the following vulnerability has been resolved: netfilter: xt_IDLETIMER: fix panic that occurs when timer_type has garbage value Currently, when the rule related to IDLETIMER is added, idletimer_tg timer structure is initialized...
CVE-2021-47452
- EPSS 0.01%
- Published 22.05.2024 07:15:10
- Last modified 29.09.2025 16:28:45
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: skip netdev events generated on netns removal syzbot reported following (harmless) WARN: WARNING: CPU: 1 PID: 2648 at net/netfilter/core.c:468 nft_netdev_...
CVE-2021-47453
- EPSS 0.02%
- Published 22.05.2024 07:15:10
- Last modified 24.09.2025 01:22:42
In the Linux kernel, the following vulnerability has been resolved: ice: Avoid crash from unnecessary IDA free In the remove path, there is an attempt to free the aux_idx IDA whether it was allocated or not. This can potentially cause a crash when...