CVE-2022-50163
- EPSS 0.01%
- Veröffentlicht 18.06.2025 11:03:18
- Zuletzt bearbeitet 18.11.2025 21:19:35
In the Linux kernel, the following vulnerability has been resolved: ax25: fix incorrect dev_tracker usage While investigating a separate rose issue [1], and enabling CONFIG_NET_DEV_REFCNT_TRACKER=y, Bernard reported an orthogonal ax25 issue [2] An...
CVE-2022-50164
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:18
- Zuletzt bearbeitet 18.11.2025 21:18:49
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queue After successfull station association, if station queues are disabled for some reason, the related lists are no...
CVE-2022-50161
- EPSS 0.02%
- 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.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...