0.0
CVE-2021-47411 - kernel: io_uring: allow conditional reschedule for intensive iterators
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
5.5
CVE-2021-47285 - kernel: net/nfc/rawsock.c: fix a permission check bug
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
4.4
CVE-2021-47220 - kernel: usb: dwc3: core: fix kernel panic when do reboot
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
7.5
CVE-2021-47295 - net: sched: fix memory leak in tcindex_partial_destroy_work
In the Linux kernel, the following vulnerability has been resolved: net: sched: fix memory leak in tcindex_partial_destroy_work Syzbot reported memory leak in tcindex_set_parms(). The problem was in non-freed perfect hash in tcindex_partial_destroy_work(). In tcindex_set_parms() new tcindex_dataβ¦
5.5
CVE-2023-52833 - Bluetooth: btusb: Add date->evt_skb is NULL check
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: Add date->evt_skb is NULL check fix crash because of null pointers [ 6104.969662] BUG: kernel NULL pointer dereference, address: 00000000000000c8 [ 6104.969667] #PF: supervisor read access in kernel mode [ 6104β¦
5.5
CVE-2021-47426 - bpf, s390: Fix potential memory leak about jit_data
In the Linux kernel, the following vulnerability has been resolved: bpf, s390: Fix potential memory leak about jit_data Make sure to free jit_data through kfree() in the error path.
5.5
CVE-2021-47415 - iwlwifi: mvm: Fix possible NULL dereference
In the Linux kernel, the following vulnerability has been resolved: iwlwifi: mvm: Fix possible NULL dereference In __iwl_mvm_remove_time_event() check that 'te_data->vif' is NULL before dereferencing it.
5.5
CVE-2021-47401 - ipack: ipoctal: fix stack information leak
In the Linux kernel, the following vulnerability has been resolved: ipack: ipoctal: fix stack information leak The tty driver name is used also after registering the driver and must specifically not be allocated on the stack to avoid leaking information to user space (or triggering an oops). Driβ¦
5.5
CVE-2021-47398 - RDMA/hfi1: Fix kernel pointer leak
In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix kernel pointer leak Pointers should be printed with %p or %px rather than cast to 'unsigned long long' and printed with %llx. Change %llx to %p to print the secured pointer.
5.5
CVE-2021-47380 - HID: amd_sfh: Fix potential NULL pointer dereference
In the Linux kernel, the following vulnerability has been resolved: HID: amd_sfh: Fix potential NULL pointer dereference devm_add_action_or_reset() can suddenly invoke amd_mp2_pci_remove() at registration that will cause NULL pointer dereference since corresponding data is not initialized yet. Thβ¦