CVE-2022-50140
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:03
- Zuletzt bearbeitet 18.11.2025 02:56:32
In the Linux kernel, the following vulnerability has been resolved: memstick/ms_block: Fix a memory leak 'erased_blocks_bitmap' is never freed. As it is allocated at the same time as 'used_blocks_bitmap', it is likely that it should be freed also a...
CVE-2022-50141
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:03
- Zuletzt bearbeitet 18.11.2025 02:55:48
In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-of-esdhc: Fix refcount leak in esdhc_signal_voltage_switch of_find_matching_node() returns a node pointer with refcount incremented, we should use of_node_put() on it wh...
CVE-2022-50139
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:02
- Zuletzt bearbeitet 18.11.2025 02:57:43
In the Linux kernel, the following vulnerability has been resolved: usb: aspeed-vhub: Fix refcount leak bug in ast_vhub_init_desc() We should call of_node_put() for the reference returned by of_get_child_by_name() which has increased the refcount.
CVE-2022-50138
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:01
- Zuletzt bearbeitet 18.11.2025 02:59:18
In the Linux kernel, the following vulnerability has been resolved: RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr() __qedr_alloc_mr() allocates a memory chunk for "mr->info.pbl_table" with init_mr_info(). When rdma_alloc_tid() and rdma_re...
CVE-2022-50136
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:00
- Zuletzt bearbeitet 18.11.2025 18:08:02
In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY event If siw_recv_mpa_rr returns -EAGAIN, it means that the MPA reply hasn't been received completely, and should not re...
CVE-2022-50137
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:00
- Zuletzt bearbeitet 18.11.2025 18:07:53
In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix a window for use-after-free During a destroy CQ an interrupt may cause processing of a CQE after CQ resources are freed by irdma_cq_free_rsrc(). Fix this by moving ...
CVE-2022-50135
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:59
- Zuletzt bearbeitet 18.11.2025 18:08:10
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix BUG: KASAN: null-ptr-deref in rxe_qp_do_cleanup The function rxe_create_qp calls rxe_qp_from_init. If some error occurs, the error handler of function rxe_qp_from_ini...
CVE-2022-50133
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:58
- Zuletzt bearbeitet 18.11.2025 18:08:30
In the Linux kernel, the following vulnerability has been resolved: usb: xhci_plat_remove: avoid NULL dereference Since commit 4736ebd7fcaff1eb8481c140ba494962847d6e0a ("usb: host: xhci-plat: omit shared hcd if either root hub has no ports") xhci->...
CVE-2022-50134
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:58
- Zuletzt bearbeitet 18.11.2025 18:08:19
In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: fix potential memory leak in setup_base_ctxt() setup_base_ctxt() allocates a memory chunk for uctxt->groups with hfi1_alloc_ctxt_rcv_groups(). When init_user_ctxt() fail...
CVE-2022-50132
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:57
- Zuletzt bearbeitet 18.11.2025 18:09:32
In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: change place of 'priv_ep' assignment in cdns3_gadget_ep_dequeue(), cdns3_gadget_ep_enable() If 'ep' is NULL, result of ep_to_cdns3_ep(ep) is invalid pointer and its der...