CVE-2022-50140
- EPSS 0.06%
- 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.06%
- 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-50136
- EPSS 0.06%
- 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-50134
- EPSS 0.06%
- 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-50127
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:02:54
- Zuletzt bearbeitet 18.11.2025 18:11:35
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix error unwind in rxe_create_qp() In the function rxe_create_qp(), rxe_qp_from_init() is called to initialize qp, internally things like the spin locks are not setup un...
CVE-2022-50126
- EPSS 0.04%
- Veröffentlicht 18.06.2025 11:02:53
- Zuletzt bearbeitet 18.11.2025 18:11:46
In the Linux kernel, the following vulnerability has been resolved: jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal aborted Following process will fail assertion 'jh->b_frozen_data == NULL' in jbd2_journal_dirty_metadata(): ...
CVE-2022-50124
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:02:52
- Zuletzt bearbeitet 18.11.2025 18:12:07
In the Linux kernel, the following vulnerability has been resolved: ASoC: mt6797-mt6351: Fix refcount leak in mt6797_mt6351_dev_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not ne...
CVE-2022-50122
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:02:51
- Zuletzt bearbeitet 18.11.2025 18:12:23
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8173-rt5650: Fix refcount leak in mt8173_rt5650_dev_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it w...
CVE-2022-50123
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:02:51
- Zuletzt bearbeitet 18.11.2025 18:12:15
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8173: Fix refcount leak in mt8173_rt5650_rt5676_dev_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it w...
CVE-2022-50112
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:02:44
- Zuletzt bearbeitet 18.11.2025 18:14:26
In the Linux kernel, the following vulnerability has been resolved: rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edge of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when done.