CVE-2022-50104
- EPSS 0.02%
- 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.01%
- 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-50103
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:38
- Zuletzt bearbeitet 19.11.2025 13:29:49
In the Linux kernel, the following vulnerability has been resolved: sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowed With cgroup v2, the cpuset's cpus_allowed mask can be empty indicating that the cpuset will just use the effect...
CVE-2022-50101
- EPSS 0.01%
- 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.01%
- 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-50100
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:36
- Zuletzt bearbeitet 19.11.2025 13:55:02
In the Linux kernel, the following vulnerability has been resolved: sched/core: Do not requeue task on CPU excluded from cpus_mask The following warning was triggered on a large machine early in boot on a distribution kernel but the same problem sh...
CVE-2022-50098
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:35
- Zuletzt bearbeitet 19.11.2025 14:11:14
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix crash due to stale SRB access around I/O timeouts Ensure SRB is returned during I/O timeout error escalation. If that is not possible fail the escalation path. ...
CVE-2022-50097
- EPSS 0.01%
- 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-50095
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:33
- Zuletzt bearbeitet 18.11.2025 02:45:38
In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Cleanup CPU timers before freeing them during exec Commit 55e8c8eb2c7b ("posix-cpu-timers: Store a reference to a pid not a task") started looking up tasks by PID...
CVE-2022-50096
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:33
- Zuletzt bearbeitet 19.11.2025 14:26:00
In the Linux kernel, the following vulnerability has been resolved: x86/kprobes: Update kcb status flag after singlestepping Fix kprobes to update kcb (kprobes control block) status flag to KPROBE_HIT_SSDONE even if the kp->post_handler is not set....