CVE-2021-47347
- EPSS 0.14%
- Veröffentlicht 21.05.2024 15:15:21
- Zuletzt bearbeitet 02.04.2025 14:31:32
In the Linux kernel, the following vulnerability has been resolved: wl1251: Fix possible buffer overflow in wl1251_cmd_scan Function wl1251_cmd_scan calls memcpy without checking the length. Harden by checking the length is within the maximum allow...
CVE-2021-47353
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:21
- Zuletzt bearbeitet 24.12.2024 16:11:59
In the Linux kernel, the following vulnerability has been resolved: udf: Fix NULL pointer dereference in udf_symlink function In function udf_symlink, epos.bh is assigned with the value returned by udf_tgetblk. The function udf_tgetblk is defined i...
CVE-2021-47355
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:21
- Zuletzt bearbeitet 26.12.2024 19:29:36
In the Linux kernel, the following vulnerability has been resolved: atm: nicstar: Fix possible use-after-free in nicstar_cleanup() This module's remove path calls del_timer(). However, that function does not wait until the timer handler finishes. T...
CVE-2021-47356
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:21
- Zuletzt bearbeitet 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-47334
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:20
- Zuletzt bearbeitet 26.12.2024 19:25:16
In the Linux kernel, the following vulnerability has been resolved: misc/libmasm/module: Fix two use after free in ibmasm_init_one In ibmasm_init_one, it calls ibmasm_init_remote_input_dev(). Inside ibmasm_init_remote_input_dev, mouse_dev and keybd...
CVE-2021-47336
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:20
- Zuletzt bearbeitet 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%
- Veröffentlicht 21.05.2024 15:15:20
- Zuletzt bearbeitet 10.12.2025 08:15:54
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%
- 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-47319
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:19
- Zuletzt bearbeitet 24.12.2024 16:28:05
In the Linux kernel, the following vulnerability has been resolved: virtio-blk: Fix memory leak among suspend/resume procedure The vblk->vqs should be freed before we call init_vqs() in virtblk_restore().
CVE-2021-47320
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:19
- Zuletzt bearbeitet 24.12.2024 16:27:02
In the Linux kernel, the following vulnerability has been resolved: nfs: fix acl memory leak of posix_acl_create() When looking into another nfs xfstests report, I found acl and default_acl in nfs3_proc_create() and nfs3_proc_mknod() error paths ar...