CVE-2022-50029
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:01:32
- Zuletzt bearbeitet 13.11.2025 19:31:20
In the Linux kernel, the following vulnerability has been resolved: clk: qcom: ipq8074: dont disable gcc_sleep_clk_src Once the usb sleep clocks are disabled, clock framework is trying to disable the sleep clock source also. However, it seems that...
CVE-2022-50028
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:01:31
- Zuletzt bearbeitet 13.11.2025 19:30:52
In the Linux kernel, the following vulnerability has been resolved: gadgetfs: ep_io - wait until IRQ finishes after usb_ep_queue() if wait_for_completion_interruptible() is interrupted we need to wait until IRQ gets finished. Otherwise complete() ...
CVE-2022-50025
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:01:28
- Zuletzt bearbeitet 13.11.2025 19:28:44
In the Linux kernel, the following vulnerability has been resolved: cxl: Fix a memory leak in an error handling path A bitmap_zalloc() must be balanced by a corresponding bitmap_free() in the error handling path of afu_allocate_irqs().
CVE-2022-50022
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:01:25
- Zuletzt bearbeitet 13.11.2025 19:46:54
In the Linux kernel, the following vulnerability has been resolved: drivers:md:fix a potential use-after-free bug In line 2884, "raid5_release_stripe(sh);" drops the reference to sh and may cause sh to be released. However, sh is subsequently used ...
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-50013
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:01:17
- Zuletzt bearbeitet 14.11.2025 17:00:43
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page() As Dipanjan Das <mail.dipanjan.das@gmail.com> reported, syzkaller found a f2fs bug as below: RIP: 0010:f2fs_new_node_p...
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...