CVE-2022-50185
- EPSS 0.02%
- 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-50183
- EPSS 0.01%
- Veröffentlicht 18.06.2025 11:03:31
- Zuletzt bearbeitet 19.11.2025 12:52:04
In the Linux kernel, the following vulnerability has been resolved: drm/meson: encoder_cvbs: Fix refcount leak in meson_encoder_cvbs_init of_graph_get_remote_node() returns remote device nodepointer with refcount incremented, we should use of_node_...
CVE-2022-50181
- EPSS 0.02%
- 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.02%
- 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...
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:29
- Zuletzt bearbeitet 18.06.2025 14:15:24
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-50178
- EPSS 0.01%
- Veröffentlicht 18.06.2025 11:03:28
- Zuletzt bearbeitet 28.11.2025 14:51:56
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: 8852a: rfk: fix div 0 exception The DPK is a kind of RF calibration whose algorithm is to fine tune parameters and calibrate, and check the result. If the result isn't...
CVE-2022-50179
- EPSS 0.02%
- 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-50177
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:27
- Zuletzt bearbeitet 28.11.2025 14:51:33
In the Linux kernel, the following vulnerability has been resolved: rcutorture: Fix ksoftirqd boosting timing and iteration The RCU priority boosting can fail in two situations: 1) If (nr_cpus= > maxcpus=), which means if the total number of CPUs ...
CVE-2022-50175
- EPSS 0.03%
- 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...
CVE-2022-50176
- EPSS 0.01%
- 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...