CVE-2021-46936
- EPSS 0.02%
- Veröffentlicht 27.02.2024 10:15:08
- Zuletzt bearbeitet 21.11.2024 06:34:58
In the Linux kernel, the following vulnerability has been resolved: net: fix use-after-free in tw_timer_handler A real world panic issue was found as follow in Linux 5.4. BUG: unable to handle page fault for address: ffffde49a863de28 PGD 7...
CVE-2021-46924
- EPSS 0.01%
- Veröffentlicht 27.02.2024 10:15:07
- Zuletzt bearbeitet 21.11.2024 06:34:56
In the Linux kernel, the following vulnerability has been resolved: NFC: st21nfca: Fix memory leak in device probe and remove 'phy->pending_skb' is alloced when device probe, but forgot to free in the error handling path and remove path, this cause...
CVE-2021-46926
- EPSS 0.01%
- Veröffentlicht 27.02.2024 10:15:07
- Zuletzt bearbeitet 21.11.2024 06:34:57
In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: intel-sdw-acpi: harden detection of controller The existing code currently sets a pointer to an ACPI handle before checking that it's actually a SoundWire controller. Th...
CVE-2021-46929
- EPSS 0.01%
- Veröffentlicht 27.02.2024 10:15:07
- Zuletzt bearbeitet 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%
- Veröffentlicht 27.02.2024 10:15:07
- Zuletzt bearbeitet 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-46932
- EPSS 0.01%
- Veröffentlicht 27.02.2024 10:15:07
- Zuletzt bearbeitet 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%
- Veröffentlicht 27.02.2024 10:15:07
- Zuletzt bearbeitet 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%
- Veröffentlicht 27.02.2024 10:15:07
- Zuletzt bearbeitet 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%
- Veröffentlicht 27.02.2024 10:15:07
- Zuletzt bearbeitet 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%
- Veröffentlicht 27.02.2024 10:15:06
- Zuletzt bearbeitet 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...