CVE-2022-50109
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:02:42
- Zuletzt bearbeitet 19.11.2025 13:29:14
In the Linux kernel, the following vulnerability has been resolved: video: fbdev: amba-clcd: Fix refcount leak bugs In clcdfb_of_init_display(), we should call of_node_put() for the references returned by of_graph_get_next_endpoint() and of_graph_g...
CVE-2022-50105
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:02:40
- Zuletzt bearbeitet 19.11.2025 13:29:31
In the Linux kernel, the following vulnerability has been resolved: powerpc/spufs: Fix refcount leak in spufs_init_isolated_loader of_find_node_by_path() returns remote device nodepointer with refcount incremented, we should use of_node_put() on it...
CVE-2022-50106
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:02:40
- Zuletzt bearbeitet 19.11.2025 13:29:25
In the Linux kernel, the following vulnerability has been resolved: powerpc/cell/axon_msi: Fix refcount leak in setup_msi_msg_address of_get_next_parent() returns a node pointer with refcount incremented, we should use of_node_put() on it when not ...
CVE-2022-50104
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:02:39
- Zuletzt bearbeitet 19.11.2025 13:29:37
In the Linux kernel, the following vulnerability has been resolved: powerpc/xive: Fix refcount leak in xive_get_max_prio of_find_node_by_path() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add missi...
CVE-2022-50102
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:02:38
- Zuletzt bearbeitet 19.11.2025 13:43:16
In the Linux kernel, the following vulnerability has been resolved: video: fbdev: arkfb: Fix a divide-by-zero bug in ark_set_pixclock() Since the user can control the arguments of the ioctl() from the user space, under special arguments that may re...
CVE-2022-50101
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:02:37
- Zuletzt bearbeitet 19.11.2025 13:53:28
In the Linux kernel, the following vulnerability has been resolved: video: fbdev: vt8623fb: Check the size of screen before memset_io() In the function vt8623fb_set_par(), the value of 'screen_size' is calculated by the user input. If the user prov...
CVE-2022-50099
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:02:36
- Zuletzt bearbeitet 19.11.2025 14:07:47
In the Linux kernel, the following vulnerability has been resolved: video: fbdev: arkfb: Check the size of screen before memset_io() In the function arkfb_set_par(), the value of 'screen_size' is calculated by the user input. If the user provides t...
CVE-2022-50097
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:02:34
- Zuletzt bearbeitet 19.11.2025 14:18:29
In the Linux kernel, the following vulnerability has been resolved: video: fbdev: s3fb: Check the size of screen before memset_io() In the function s3fb_set_par(), the value of 'screen_size' is calculated by the user input. If the user provides the...
CVE-2022-50094
- EPSS 0.04%
- Veröffentlicht 18.06.2025 11:02:32
- Zuletzt bearbeitet 18.11.2025 02:45:05
In the Linux kernel, the following vulnerability has been resolved: spmi: trace: fix stack-out-of-bound access in SPMI tracing functions trace_spmi_write_begin() and trace_spmi_read_end() both call memcpy() with a length of "len + 1". This leads t...
CVE-2022-50085
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:02:26
- Zuletzt bearbeitet 18.11.2025 02:32:24
In the Linux kernel, the following vulnerability has been resolved: dm raid: fix address sanitizer warning in raid_resume There is a KASAN warning in raid_resume when running the lvm test lvconvert-raid.sh. The reason for the warning is that mddev-...