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-50194
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:38
- Zuletzt bearbeitet 19.11.2025 12:48:45
In the Linux kernel, the following vulnerability has been resolved: soc: qcom: aoss: Fix refcount leak in qmp_cooling_devices_register Every iteration of for_each_available_child_of_node() decrements the reference count of the previous node. When b...
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-50176
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:03:26
- Zuletzt bearbeitet 25.11.2025 20:22:31
In the Linux kernel, the following vulnerability has been resolved: drm/mcde: Fix refcount leak in mcde_dsi_bind Every iteration of for_each_available_child_of_node() decrements the reference counter of the previous node. There is no decrement when...
CVE-2022-50173
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:03:25
- Zuletzt bearbeitet 28.11.2025 14:50:25
In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Fix global state lock backoff We need to grab the lock after the early return for !hwpipe case. Otherwise, we could have hit contention yet still returned 0. Fixes a...
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-50164
- EPSS 0.06%
- 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...