CVE-2022-50161
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:17
- Zuletzt bearbeitet 18.11.2025 21:21:28
In the Linux kernel, the following vulnerability has been resolved: mtd: maps: Fix refcount leak in of_flash_probe_versatile of_find_matching_node_and_match() returns a node pointer with refcount incremented, we should use of_node_put() on it when ...
CVE-2022-50162
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:17
- Zuletzt bearbeitet 18.11.2025 21:19:56
In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: Fix possible refcount leak in if_usb_probe() usb_get_dev will be called before lbs_get_firmware_async which means that usb_put_dev need to be called when lbs_get_fi...
CVE-2022-50160
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:16
- Zuletzt bearbeitet 18.11.2025 21:22:38
In the Linux kernel, the following vulnerability has been resolved: mtd: maps: Fix refcount leak in ap_flash_init of_find_matching_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. Add...
CVE-2022-50158
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:15
- Zuletzt bearbeitet 25.11.2025 15:17:55
In the Linux kernel, the following vulnerability has been resolved: mtd: partitions: Fix refcount leak in parse_redboot_of of_get_child_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anym...
CVE-2022-50156
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:13
- Zuletzt bearbeitet 25.11.2025 15:21:57
In the Linux kernel, the following vulnerability has been resolved: HID: cp2112: prevent a buffer overflow in cp2112_xfer() Smatch warnings: drivers/hid/hid-cp2112.c:793 cp2112_xfer() error: __memcpy() 'data->block[1]' too small (33 vs 255) drivers...
CVE-2022-50152
- EPSS 0.06%
- 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.06%
- 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-50149
- EPSS 0.06%
- 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-50143
- EPSS 0.06%
- 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-50142
- EPSS 0.06%
- 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...