CVE-2022-50195
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:03:39
- Zuletzt bearbeitet 19.11.2025 12:48:34
In the Linux kernel, the following vulnerability has been resolved: ARM: dts: qcom: replace gcc PXO with pxo_board fixed clock Replace gcc PXO phandle to pxo_board fixed clock declared in the dts. gcc driver doesn't provide PXO_SRC as it's a fixed-...
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-50192
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:03:37
- Zuletzt bearbeitet 19.11.2025 12:49:16
In the Linux kernel, the following vulnerability has been resolved: spi: tegra20-slink: fix UAF in tegra_slink_remove() After calling spi_unregister_master(), the refcount of master will be decrease to 0, and it will be freed in spi_controller_rele...
CVE-2022-50190
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:03:36
- Zuletzt bearbeitet 19.11.2025 12:50:07
In the Linux kernel, the following vulnerability has been resolved: spi: Fix simplification of devm_spi_register_controller This reverts commit 59ebbe40fb51 ("spi: simplify devm_spi_register_controller"). If devm_add_action() fails in devm_add_act...
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-50187
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:03:34
- Zuletzt bearbeitet 19.11.2025 12:50:42
In the Linux kernel, the following vulnerability has been resolved: ath11k: fix netdev open race Make sure to allocate resources needed before registering the device. This specifically avoids having a racing open() trigger a BUG_ON() in mod_timer(...
CVE-2022-50184
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:03:32
- Zuletzt bearbeitet 19.11.2025 12:51:55
In the Linux kernel, the following vulnerability has been resolved: drm/meson: encoder_hdmi: Fix refcount leak in meson_encoder_hdmi_init of_graph_get_remote_node() returns remote device nodepointer with refcount incremented, we should use of_node_...
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-50181
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:30
- Zuletzt bearbeitet 20.11.2025 22:05:33
In the Linux kernel, the following vulnerability has been resolved: virtio-gpu: fix a missing check to avoid NULL dereference 'cache_ent' could be set NULL inside virtio_gpu_cmd_get_capset() and it will lead to a NULL dereference by a lately use of...
CVE-2022-50182
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:03:30
- Zuletzt bearbeitet 19.11.2025 12:52:11
In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Align upwards buffer size The hardware can support any image size WxH, with arbitrary W (image width) and H (image height) dimensions. Align upwards buffer size f...