CVE-2022-50162
- EPSS 0.02%
- 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.02%
- 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.02%
- 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-50159
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:15
- Zuletzt bearbeitet 25.11.2025 15:14:17
In the Linux kernel, the following vulnerability has been resolved: of: check previous kernel's ima-kexec-buffer against memory bounds Presently ima_get_kexec_buffer() doesn't check if the previous kernel's ima-kexec-buffer lies outside the address...
CVE-2022-50157
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:14
- Zuletzt bearbeitet 25.11.2025 15:18:51
In the Linux kernel, the following vulnerability has been resolved: PCI: microchip: Fix refcount leak in mc_pcie_init_irq_domains() of_get_next_child() returns a node pointer with refcount incremented, so we should use of_node_put() on it when we d...
CVE-2022-50155
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:13
- Zuletzt bearbeitet 21.11.2025 13:40:25
In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: ofpart: Fix refcount leak in bcm4908_partitions_fw_offset of_find_node_by_path() returns a node pointer with refcount incremented, we should use of_node_put() on it w...
CVE-2022-50156
- EPSS 0.02%
- 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-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...