CVE-2022-50251
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:02:12
- Zuletzt bearbeitet 26.11.2025 16:25:52
In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, the memory that allocated in mmc_alloc_host() will be leaked a...
CVE-2022-50249
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:02:09
- Zuletzt bearbeitet 25.11.2025 14:40:36
In the Linux kernel, the following vulnerability has been resolved: memory: of: Fix refcount leak bug in of_get_ddr_timings() We should add the of_node_put() when breaking out of for_each_child_of_node() as it will automatically increase and decrea...
CVE-2022-50245
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:02:03
- Zuletzt bearbeitet 24.11.2025 19:58:44
In the Linux kernel, the following vulnerability has been resolved: rapidio: fix possible UAF when kfifo_alloc() fails If kfifo_alloc() fails in mport_cdev_open(), goto err_fifo and just free priv. But priv is still in the chdev->file_list, then li...
CVE-2022-50244
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:02:01
- Zuletzt bearbeitet 24.11.2025 19:59:03
In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter() If device_register() fails in cxl_pci_afu|adapter(), the device is not added, device_unregister() can not be called i...
CVE-2022-50242
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:01:50
- Zuletzt bearbeitet 24.11.2025 20:05:04
In the Linux kernel, the following vulnerability has been resolved: drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init() If vp alloc failed in qlcnic_sriov_init(), all previously allocated vp needs to be freed.
CVE-2022-50229
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:04:06
- Zuletzt bearbeitet 19.11.2025 12:57:41
In the Linux kernel, the following vulnerability has been resolved: ALSA: bcd2000: Fix a UAF bug on the error path of probing When the driver fails in snd_card_register() at probe time, it will free the 'bcd2k->midi_out_urb' before killing it, whic...
CVE-2022-50228
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:04:05
- Zuletzt bearbeitet 19.11.2025 12:57:50
In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Don't BUG if userspace injects an interrupt with GIF=0 Don't BUG/WARN on interrupt injection due to GIF being cleared, since it's trivial for userspace to force the situa...
CVE-2022-50220
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:55
- Zuletzt bearbeitet 19.11.2025 12:59:21
In the Linux kernel, the following vulnerability has been resolved: usbnet: Fix linkwatch use-after-free on disconnect usbnet uses the work usbnet_deferred_kevent() to perform tasks which may sleep. On disconnect, completion of the work was origin...
CVE-2022-50218
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:54
- Zuletzt bearbeitet 19.11.2025 12:59:40
In the Linux kernel, the following vulnerability has been resolved: iio: light: isl29028: Fix the warning in isl29028_remove() The driver use the non-managed form of the register function in isl29028_remove(). To keep the release order as mirroring...
CVE-2022-50215
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:03:52
- Zuletzt bearbeitet 19.11.2025 12:59:55
In the Linux kernel, the following vulnerability has been resolved: scsi: sg: Allow waiting for commands to complete on removed device When a SCSI device is removed while in active use, currently sg will immediately return -ENODEV on any attempt to...