CVE-2022-50068
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:02:13
- Zuletzt bearbeitet 17.11.2025 18:20:15
In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Fix dummy res NULL ptr deref bug Check the bo->resource value before accessing the resource mem_type. v2: Fix commit description unwrapped warning <log snip> [ 40.1912...
CVE-2022-50055
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:01:59
- Zuletzt bearbeitet 13.11.2025 18:26:20
In the Linux kernel, the following vulnerability has been resolved: iavf: Fix adminq error handling iavf_alloc_asq_bufs/iavf_alloc_arq_bufs allocates with dma_alloc_coherent memory for VF mailbox. Free DMA regions for both ASQ and ARQ in case error...
CVE-2022-50044
- EPSS 0.04%
- Veröffentlicht 18.06.2025 11:01:45
- Zuletzt bearbeitet 13.11.2025 18:32:28
In the Linux kernel, the following vulnerability has been resolved: net: qrtr: start MHI channel after endpoit creation MHI channel may generates event/interrupt right after enabling. It may leads to 2 race conditions issues. 1) Such event may be ...
CVE-2022-50034
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:01:36
- Zuletzt bearbeitet 13.11.2025 18:42:35
In the Linux kernel, the following vulnerability has been resolved: usb: cdns3 fix use-after-free at workaround 2 BUG: KFENCE: use-after-free read in __list_del_entry_valid+0x10/0xac cdns3_wa2_remove_old_request() { ... kfree(priv_req->request.b...
CVE-2022-50033
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:01:35
- Zuletzt bearbeitet 13.11.2025 18:42:15
In the Linux kernel, the following vulnerability has been resolved: usb: host: ohci-ppc-of: Fix refcount leak bug In ohci_hcd_ppc_of_probe(), of_find_compatible_node() will return a node pointer with refcount incremented. We should use of_node_put(...
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:01:34
- Zuletzt bearbeitet 11.08.2025 16:15:28
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-50032
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:01:34
- Zuletzt bearbeitet 13.11.2025 19:31:38
In the Linux kernel, the following vulnerability has been resolved: usb: renesas: Fix refcount leak bug In usbhs_rza1_hardware_init(), of_find_node_by_name() will return a node pointer with refcount incremented. We should use of_node_put() when it ...
CVE-2022-50030
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:01:33
- Zuletzt bearbeitet 13.11.2025 19:31:31
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user input Malformed user input to debugfs results in buffer overflow crashes. Adapt input string lengths to ...
CVE-2022-50029
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:01:32
- Zuletzt bearbeitet 13.11.2025 19:31:20
In the Linux kernel, the following vulnerability has been resolved: clk: qcom: ipq8074: dont disable gcc_sleep_clk_src Once the usb sleep clocks are disabled, clock framework is trying to disable the sleep clock source also. However, it seems that...
CVE-2022-50028
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:01:31
- Zuletzt bearbeitet 13.11.2025 19:30:52
In the Linux kernel, the following vulnerability has been resolved: gadgetfs: ep_io - wait until IRQ finishes after usb_ep_queue() if wait_for_completion_interruptible() is interrupted we need to wait until IRQ gets finished. Otherwise complete() ...