CVE-2022-50146
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:07
- Zuletzt bearbeitet 17.11.2025 19:57:54
In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: Deallocate EPC memory on dw_pcie_ep_init() errors If dw_pcie_ep_init() fails to perform any action after the EPC memory is initialized and the MSI memory region is alloca...
CVE-2022-50147
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:07
- Zuletzt bearbeitet 17.11.2025 19:57:47
In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix get_nodes out of bound access When user specified more nodes than supported, get_nodes will access nmask array out of bounds.
CVE-2022-50145
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:06
- Zuletzt bearbeitet 20.11.2025 21:36:27
In the Linux kernel, the following vulnerability has been resolved: dmaengine: sf-pdma: Add multithread support for a DMA channel When we get a DMA channel and try to use it in multiple threads it will cause oops and hanging the system. % echo 64 ...
CVE-2022-50143
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:05
- Zuletzt bearbeitet 20.11.2025 21:40:03
In the Linux kernel, the following vulnerability has been resolved: intel_th: Fix a resource leak in an error handling path If an error occurs after calling 'pci_alloc_irq_vectors()', 'pci_free_irq_vectors()' must be called as already done in the r...
CVE-2022-50144
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:05
- Zuletzt bearbeitet 20.11.2025 21:38:58
In the Linux kernel, the following vulnerability has been resolved: soundwire: revisit driver bind/unbind and callbacks In the SoundWire probe, we store a pointer from the driver ops into the 'slave' structure. This can lead to kernel oopses when u...
CVE-2022-50142
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:04
- Zuletzt bearbeitet 19.11.2025 13:29:01
In the Linux kernel, the following vulnerability has been resolved: intel_th: msu: Fix vmalloced buffers After commit f5ff79fddf0e ("dma-mapping: remove CONFIG_DMA_REMAP") there's a chance of DMA buffer getting allocated via vmalloc(), which messes...
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...