CVE-2022-50053
- EPSS 0.04%
- Veröffentlicht 18.06.2025 11:01:58
- Zuletzt bearbeitet 13.11.2025 18:15:11
In the Linux kernel, the following vulnerability has been resolved: iavf: Fix reset error handling Do not call iavf_close in iavf_reset_task error handling. Doing so can lead to double call of napi_disable, which can lead to deadlock there. Removin...
CVE-2022-50047
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:01:48
- Zuletzt bearbeitet 13.11.2025 18:40:04
In the Linux kernel, the following vulnerability has been resolved: net: dsa: mv88e6060: prevent crash on an unused port If the port isn't a CPU port nor a user port, 'cpu_dp' is a null pointer and a crash happened on dereferencing it in mv88e6060_...
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...
- 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-50027
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:01:30
- Zuletzt bearbeitet 13.11.2025 19:29:41
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix possible memory leak when failing to issue CMF WQE There is no corresponding free routine if lpfc_sli4_issue_wqe fails to issue the CMF WQE in lpfc_issue_cmf_sync_w...
CVE-2022-50026
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:01:29
- Zuletzt bearbeitet 13.11.2025 19:29:33
In the Linux kernel, the following vulnerability has been resolved: habanalabs/gaudi: fix shift out of bounds When validating NIC queues, queue offset calculation must be performed only for NIC queues.
CVE-2022-50024
- EPSS 0.04%
- Veröffentlicht 18.06.2025 11:01:27
- Zuletzt bearbeitet 13.11.2025 19:18:30
In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-axi-dmac: do not print NULL LLI during error During debugging we have seen an issue where axi_chan_dump_lli() is passed a NULL LLI pointer which ends up causing an OO...