CVE-2022-50197
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:40
- Zuletzt bearbeitet 19.11.2025 12:47:52
In the Linux kernel, the following vulnerability has been resolved: cpufreq: zynq: Fix refcount leak in zynq_get_revision 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-50191
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:36
- Zuletzt bearbeitet 19.11.2025 12:49:26
In the Linux kernel, the following vulnerability has been resolved: regulator: of: Fix refcount leak bug in of_get_regulation_constraints() We should call the of_node_put() for the reference returned by of_get_child_by_name() which has increased th...
CVE-2022-50185
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:32
- Zuletzt bearbeitet 19.11.2025 12:51:22
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix potential buffer overflow in ni_set_mc_special_registers() The last case label can write two buffers 'mc_reg_address[j]' and 'mc_data[j]' with 'j' offset equal to S...
CVE-2022-50179
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:28
- Zuletzt bearbeitet 20.11.2025 22:02:06
In the Linux kernel, the following vulnerability has been resolved: ath9k: fix use-after-free in ath9k_hif_usb_rx_cb Syzbot reported use-after-free Read in ath9k_hif_usb_rx_cb() [0]. The problem was in incorrect htc_handle->drv_priv initialization....
CVE-2022-50169
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:22
- Zuletzt bearbeitet 23.01.2026 16:42:54
In the Linux kernel, the following vulnerability has been resolved: wifi: wil6210: debugfs: fix info leak in wil_write_file_wmi() The simple_write_to_buffer() function will succeed if even a single byte is initialized. However, we need to initiali...
CVE-2022-50165
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:19
- Zuletzt bearbeitet 17.11.2025 19:48:06
In the Linux kernel, the following vulnerability has been resolved: wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()` Commit 7a4836560a61 changes simple_write_to_buffer() with memdup_user() but it forgets to change th...
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-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...