6.2
CVE-2021-47329 - scsi: megaraid_sas: Fix resource leak in case of probe failure
In the Linux kernel, the following vulnerability has been resolved: scsi: megaraid_sas: Fix resource leak in case of probe failure The driver doesn't clean up all the allocated resources properly when scsi_add_host(), megasas_start_aen() function fails during the PCI device probe. Clean up all tβ¦
0.0
CVE-2023-52823 - kernel: kernel: kexec: copy user-array safely
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
0.0
CVE-2023-52822 - kernel: drm: vmwgfx_surface.c: copy user-array safely
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
4.4
CVE-2023-52802 - kernel: iio: adc: stm32-adc: harden against NULL pointer deref in stm32_adc_probe()
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
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.