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-50016
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:01:20
- Zuletzt bearbeitet 14.11.2025 17:06:58
In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: cnl: Do not process IPC reply before firmware boot It is not yet clear, but it is possible to create a firmware so broken that it will send a reply message before...
CVE-2022-50015
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:01:19
- Zuletzt bearbeitet 14.11.2025 17:06:49
In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda-ipc: Do not process IPC reply before firmware boot It is not yet clear, but it is possible to create a firmware so broken that it will send a reply message be...
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-50011
- EPSS 0.04%
- Veröffentlicht 18.06.2025 11:01:16
- Zuletzt bearbeitet 14.11.2025 16:59:52
In the Linux kernel, the following vulnerability has been resolved: venus: pm_helpers: Fix warning in OPP during probe Fix the following WARN triggered during Venus driver probe on 5.19.0-rc8-next-20220728: WARNING: CPU: 7 PID: 339 at drivers/opp...
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-50009
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:01:14
- Zuletzt bearbeitet 14.11.2025 16:59:15
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix null-ptr-deref in f2fs_get_dnode_of_data There is issue as follows when test f2fs atomic write: F2FS-fs (loop0): Can't find valid F2FS filesystem in 2th superblock F2FS-f...
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...