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.02%
- 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.
CVE-2021-47182
- EPSS 0.02%
- Veröffentlicht 10.04.2024 19:15:47
- Zuletzt bearbeitet 21.03.2025 11:54:05
In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix scsi_mode_sense() buffer length handling Several problems exist with scsi_mode_sense() buffer length handling: 1) The allocation length field of the MODE SENSE(10...
CVE-2021-47183
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:47
- Zuletzt bearbeitet 03.11.2025 18:15:38
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix link down processing to address NULL pointer dereference If an FC link down transition while PLOGIs are outstanding to fabric well known addresses, outstanding ABTS...
CVE-2021-47184
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:47
- Zuletzt bearbeitet 14.01.2025 16:41:58
In the Linux kernel, the following vulnerability has been resolved: i40e: Fix NULL ptr dereference on VSI filter sync Remove the reason of null pointer dereference in sync VSI filters. Added new I40E_VSI_RELEASING flag to signalize deleting and rel...
CVE-2021-47185
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:47
- Zuletzt bearbeitet 21.03.2025 14:59:09
In the Linux kernel, the following vulnerability has been resolved: tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc When running ltp testcase(ltp/testcases/kernel/pty/pty04.c) with arm64, there is a soft lockup, which look like this one...
CVE-2021-47186
- EPSS 0.02%
- Veröffentlicht 10.04.2024 19:15:47
- Zuletzt bearbeitet 03.03.2025 17:47:59
In the Linux kernel, the following vulnerability has been resolved: tipc: check for null after calling kmemdup kmemdup can return a null pointer so need to check for it, otherwise the null key will be dereferenced later in tipc_crypto_key_xmit as c...