CVE-2021-46927
- EPSS 0.01%
- Published 27.02.2024 10:15:07
- Last modified 21.11.2024 06:34:57
In the Linux kernel, the following vulnerability has been resolved: nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assert After commit 5b78ed24e8ec ("mm/pagemap: add mmap_assert_locked() annotations to find_vma*()"), the call to ...
CVE-2021-46928
- EPSS 0.01%
- Published 27.02.2024 10:15:07
- Last modified 21.11.2024 06:34:57
In the Linux kernel, the following vulnerability has been resolved: parisc: Clear stale IIR value on instruction access rights trap When a trap 7 (Instruction access rights) occurs, this means the CPU couldn't execute an instruction due to missing ...
CVE-2021-46929
- EPSS 0.01%
- Published 27.02.2024 10:15:07
- Last modified 21.11.2024 06:34:57
In the Linux kernel, the following vulnerability has been resolved: sctp: use call_rcu to free endpoint This patch is to delay the endpoint free by calling call_rcu() to fix another use-after-free issue in sctp_sock_dump(): BUG: KASAN: use-after...
CVE-2021-46930
- EPSS 0.02%
- Published 27.02.2024 10:15:07
- Last modified 21.11.2024 06:34:57
In the Linux kernel, the following vulnerability has been resolved: usb: mtu3: fix list_head check warning This is caused by uninitialization of list_head. BUG: KASAN: use-after-free in __list_del_entry_valid+0x34/0xe4 Call trace: dump_backtrace+...
CVE-2021-46931
- EPSS 0.02%
- Published 27.02.2024 10:15:07
- Last modified 21.11.2024 06:34:57
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Wrap the tx reporter dump callback to extract the sq Function mlx5e_tx_reporter_dump_sq() casts its void * argument to struct mlx5e_txqsq *, but in TX-timeout-recovery f...
CVE-2021-46932
- EPSS 0.01%
- Published 27.02.2024 10:15:07
- Last modified 21.11.2024 06:34:57
In the Linux kernel, the following vulnerability has been resolved: Input: appletouch - initialize work before device registration Syzbot has reported warning in __flush_work(). This warning is caused by work->func == NULL, which means missing work...
CVE-2021-46933
- EPSS 0.02%
- Published 27.02.2024 10:15:07
- Last modified 22.04.2025 17:15:36
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear. ffs_data_clear is indirectly called from both ffs_fs_kill_sb and ffs_ep0_release, so it ends up being called twice when user...
CVE-2021-46934
- EPSS 0.02%
- Published 27.02.2024 10:15:07
- Last modified 21.11.2024 06:34:58
In the Linux kernel, the following vulnerability has been resolved: i2c: validate user data in compat ioctl Wrong user data may cause warning in i2c_transfer(), ex: zero msgs. Userspace should not be able to trigger warnings, so this patch adds val...
CVE-2021-46935
- EPSS 0.02%
- Published 27.02.2024 10:15:07
- Last modified 21.11.2024 06:34:58
In the Linux kernel, the following vulnerability has been resolved: binder: fix async_free_space accounting for empty parcels In 4.13, commit 74310e06be4d ("android: binder: Move buffer out of area shared with user space") fixed a kernel structure ...
CVE-2021-46921
- EPSS 0.02%
- Published 27.02.2024 10:15:06
- Last modified 21.11.2024 06:34:56
In the Linux kernel, the following vulnerability has been resolved: locking/qrwlock: Fix ordering in queued_write_lock_slowpath() While this code is executed with the wait_lock held, a reader can acquire the lock without holding wait_lock. The wri...