CVE-2021-47210
- EPSS 0.02%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 27.03.2025 21:17:41
In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Remove WARN_ON in tps6598x_block_read Calling tps6598x_block_read with a higher than allowed len can be handled by just returning an error. There's no need to cra...
CVE-2021-47211
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 14.01.2025 14:43:27
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix null pointer dereference on pointer cs_desc The pointer cs_desc return from snd_usb_find_clock_source could be null, so there is a potential null pointer deref...
CVE-2021-47212
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 27.03.2025 21:02:03
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Update error handler for UCTX and UMEM In the fast unload flow, the device state is set to internal error, which indicates that the driver started the destroy process. In...
CVE-2021-47214
- EPSS 0.02%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 27.03.2025 21:05:27
In the Linux kernel, the following vulnerability has been resolved: hugetlb, userfaultfd: fix reservation restore on userfaultfd error Currently in the is_continue case in hugetlb_mcopy_atomic_pte(), if we bail out using "goto out_release_unlock;" ...
CVE-2021-47215
- EPSS 0.02%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 27.03.2025 21:05:34
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: kTLS, Fix crash in RX resync flow For the TLS RX resync flow, we maintain a list of TLS contexts that require some attention, to communicate their resync information to ...
CVE-2021-47216
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 18.03.2025 17:01:47
In the Linux kernel, the following vulnerability has been resolved: scsi: advansys: Fix kernel pointer leak Pointers should be printed with %p or %px rather than cast to 'unsigned long' and printed with %lx. Change %lx to %p to print the hashed po...
CVE-2021-47217
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 14.01.2025 14:44:11
In the Linux kernel, the following vulnerability has been resolved: x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup fails Check for a valid hv_vp_index array prior to derefencing hv_vp_index when setting Hyper-V's TSC change ca...
CVE-2021-47218
- EPSS 0.02%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 14.01.2025 14:44:55
In the Linux kernel, the following vulnerability has been resolved: selinux: fix NULL-pointer dereference when hashtab allocation fails When the hash table slot array allocation fails in hashtab_init(), h->size is left initialized with a non-zero v...
CVE-2021-47219
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 03.03.2025 17:47:59
In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_debug: Fix out-of-bound read in resp_report_tgtpgs() The following issue was observed running syzkaller: BUG: KASAN: slab-out-of-bounds in memcpy include/linux/string.h...
CVE-2021-47181
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:47
- Zuletzt bearbeitet 20.12.2024 14:31:22
In the Linux kernel, the following vulnerability has been resolved: usb: musb: tusb6010: check return value after calling platform_get_resource() It will cause null-ptr-deref if platform_get_resource() returns NULL, we need check the return value.