CVE-2022-50153
- EPSS 0.16%
- Veröffentlicht 18.06.2025 11:03:11
- Zuletzt bearbeitet 25.11.2025 15:23:53
In the Linux kernel, the following vulnerability has been resolved: usb: host: Fix refcount leak in ehci_hcd_ppc_of_probe of_find_compatible_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add m...
CVE-2022-50151
- EPSS 0.17%
- Veröffentlicht 18.06.2025 11:03:10
- Zuletzt bearbeitet 20.11.2025 21:36:06
In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: fix random warning message when driver load Warning log: [ 4.141392] Unexpected gfp: 0x4 (GFP_DMA32). Fixing up to gfp: 0xa20 (GFP_ATOMIC). Fix your code! [ 4.150...
CVE-2022-50149
- EPSS 0.12%
- Veröffentlicht 18.06.2025 11:03:09
- Zuletzt bearbeitet 17.11.2025 19:57:30
In the Linux kernel, the following vulnerability has been resolved: driver core: fix potential deadlock in __driver_attach In __driver_attach function, There are also AA deadlock problem, like the commit b232b02bf3c2 ("driver core: fix deadlock in ...
CVE-2022-50146
- EPSS 0.16%
- 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-50145
- EPSS 0.16%
- 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.16%
- 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.16%
- 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.17%
- 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.16%
- 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.16%
- 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...