CVE-2022-50154
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:12
- Zuletzt bearbeitet 25.11.2025 15:23:18
In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek-gen3: Fix refcount leak in mtk_pcie_init_irq_domains() of_get_child_by_name() returns a node pointer with refcount incremented, so we should use of_node_put() on it w...
CVE-2022-50152
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:11
- Zuletzt bearbeitet 20.11.2025 21:31:12
In the Linux kernel, the following vulnerability has been resolved: usb: ohci-nxp: Fix refcount leak in ohci_hcd_nxp_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore....
CVE-2022-50153
- EPSS 0.02%
- 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.01%
- 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.01%
- 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 ...
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:09
- Zuletzt bearbeitet 18.06.2025 14:15:24
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-50148
- EPSS 0.01%
- Veröffentlicht 18.06.2025 11:03:08
- Zuletzt bearbeitet 17.11.2025 19:57:40
In the Linux kernel, the following vulnerability has been resolved: kernfs: fix potential NULL dereference in __kernfs_remove When lockdep is enabled, lockdep_assert_held_write would cause potential NULL pointer dereference. Fix the following smat...
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 ...