CVE-2022-50181
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:30
- Zuletzt bearbeitet 20.11.2025 22:05:33
In the Linux kernel, the following vulnerability has been resolved: virtio-gpu: fix a missing check to avoid NULL dereference 'cache_ent' could be set NULL inside virtio_gpu_cmd_get_capset() and it will lead to a NULL dereference by a lately use of...
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:29
- Zuletzt bearbeitet 18.06.2025 14:15:24
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-50179
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:28
- Zuletzt bearbeitet 20.11.2025 22:02:06
In the Linux kernel, the following vulnerability has been resolved: ath9k: fix use-after-free in ath9k_hif_usb_rx_cb Syzbot reported use-after-free Read in ath9k_hif_usb_rx_cb() [0]. The problem was in incorrect htc_handle->drv_priv initialization....
CVE-2022-50169
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:22
- Zuletzt bearbeitet 23.01.2026 16:42:54
In the Linux kernel, the following vulnerability has been resolved: wifi: wil6210: debugfs: fix info leak in wil_write_file_wmi() The simple_write_to_buffer() function will succeed if even a single byte is initialized. However, we need to initiali...
CVE-2022-50166
- EPSS 0.04%
- Veröffentlicht 18.06.2025 11:03:20
- Zuletzt bearbeitet 17.11.2025 19:48:18
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: When HCI work queue is drained, only queue chained work The HCI command, event, and data packet processing workqueue is drained to avoid deadlock in commit 76727c02c1e1 ...
CVE-2022-50165
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:19
- Zuletzt bearbeitet 17.11.2025 19:48:06
In the Linux kernel, the following vulnerability has been resolved: wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()` Commit 7a4836560a61 changes simple_write_to_buffer() with memdup_user() but it forgets to change th...
CVE-2022-50163
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:03:18
- Zuletzt bearbeitet 18.11.2025 21:19:35
In the Linux kernel, the following vulnerability has been resolved: ax25: fix incorrect dev_tracker usage While investigating a separate rose issue [1], and enabling CONFIG_NET_DEV_REFCNT_TRACKER=y, Bernard reported an orthogonal ax25 issue [2] An...
CVE-2022-50162
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:17
- Zuletzt bearbeitet 18.11.2025 21:19:56
In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: Fix possible refcount leak in if_usb_probe() usb_get_dev will be called before lbs_get_firmware_async which means that usb_put_dev need to be called when lbs_get_fi...
CVE-2022-50152
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:11
- Zuletzt bearbeitet 20.11.2025 21:31:12
In the Linux kernel, the following vulnerability has been resolved: usb: ohci-nxp: Fix refcount leak in ohci_hcd_nxp_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore....
CVE-2022-50153
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:11
- Zuletzt bearbeitet 25.11.2025 15:23:53
In the Linux kernel, the following vulnerability has been resolved: usb: host: Fix refcount leak in ehci_hcd_ppc_of_probe of_find_compatible_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add m...