CVE-2022-50198
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:41
- Zuletzt bearbeitet 19.11.2025 12:47:43
In the Linux kernel, the following vulnerability has been resolved: ARM: OMAP2+: Fix refcount leak in omap3xxx_prm_late_init of_find_matching_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need a...
CVE-2022-50196
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:40
- Zuletzt bearbeitet 19.11.2025 12:48:08
In the Linux kernel, the following vulnerability has been resolved: soc: qcom: ocmem: Fix refcount leak in of_get_ocmem of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. Ad...
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-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-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-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-50175
- EPSS 0.13%
- Veröffentlicht 18.06.2025 11:03:26
- Zuletzt bearbeitet 28.11.2025 14:50:51
In the Linux kernel, the following vulnerability has been resolved: media: tw686x: Fix memory leak in tw686x_video_init video_device_alloc() allocates memory for vdev, when video_register_device() fails, it doesn't release the memory and leads to m...