CVE-2022-50020
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:01:24
- Zuletzt bearbeitet 23.12.2025 14:16:30
In the Linux kernel, the following vulnerability has been resolved: ext4: avoid resizing to a partial cluster size This patch avoids an attempt to resize the filesystem to an unaligned cluster boundary. An online resize to a size that is not integ...
CVE-2022-50019
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:01:23
- Zuletzt bearbeitet 13.11.2025 19:32:07
In the Linux kernel, the following vulnerability has been resolved: tty: serial: Fix refcount leak bug in ucc_uart.c In soc_info(), of_find_node_by_type() will return a node pointer with refcount incremented. We should use of_node_put() when it is ...
CVE-2022-50017
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:01:21
- Zuletzt bearbeitet 13.11.2025 20:03:19
In the Linux kernel, the following vulnerability has been resolved: mips: cavium-octeon: Fix missing of_node_put() in octeon2_usb_clocks_start We should call of_node_put() for the reference 'uctl_node' returned by of_get_parent() which will increas...
CVE-2022-50012
- EPSS 0.04%
- Veröffentlicht 18.06.2025 11:01:16
- Zuletzt bearbeitet 23.12.2025 14:16:30
In the Linux kernel, the following vulnerability has been resolved: powerpc/64: Init jump labels before parse_early_param() On 64-bit, calling jump_label_init() in setup_feature_keys() is too late because static keys may be used in subroutines of p...
CVE-2022-50010
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:01:15
- Zuletzt bearbeitet 14.11.2025 16:59:31
In the Linux kernel, the following vulnerability has been resolved: video: fbdev: i740fb: Check the argument of i740_calc_vclk() Since the user can control the arguments of the ioctl() from the user space, under special arguments that may result in...
CVE-2022-50008
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:01:13
- Zuletzt bearbeitet 14.11.2025 16:59:09
In the Linux kernel, the following vulnerability has been resolved: kprobes: don't call disarm_kprobe() for disabled kprobes The assumption in __disable_kprobe() is wrong, and it could try to disarm an already disarmed kprobe and fire the WARN_ONCE...
CVE-2022-50007
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:01:12
- Zuletzt bearbeitet 14.11.2025 16:59:00
In the Linux kernel, the following vulnerability has been resolved: xfrm: fix refcount leak in __xfrm_policy_check() The issue happens on an error path in __xfrm_policy_check(). When the fetching process of the object `pols[1]` fails, the function ...
CVE-2022-49993
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:00:53
- Zuletzt bearbeitet 14.11.2025 18:12:08
In the Linux kernel, the following vulnerability has been resolved: loop: Check for overflow while configuring loop The userspace can configure a loop using an ioctl call, wherein a configuration of type loop_config is passed (see lo_ioctl()'s case...
CVE-2022-49990
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:00:51
- Zuletzt bearbeitet 14.11.2025 18:12:44
In the Linux kernel, the following vulnerability has been resolved: s390: fix double free of GS and RI CBs on fork() failure The pointers for guarded storage and runtime instrumentation control blocks are stored in the thread_struct of the associat...
CVE-2022-49987
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:00:48
- Zuletzt bearbeitet 14.11.2025 18:13:10
In the Linux kernel, the following vulnerability has been resolved: md: call __md_stop_writes in md_stop From the link [1], we can see raid1d was running even after the path raid_dtr -> md_stop -> __md_stop. Let's stop write first in destructor to...