CVE-2022-49986
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:00:47
- Zuletzt bearbeitet 14.11.2025 18:13:45
In the Linux kernel, the following vulnerability has been resolved: scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wq storvsc_error_wq workqueue should not be marked as WQ_MEM_RECLAIM as it doesn't need to make forward progress under memor...
CVE-2022-49982
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:00:44
- Zuletzt bearbeitet 14.11.2025 18:14:49
In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix memory leak in pvr_probe The error handling code in pvr2_hdw_create forgets to unregister the v4l2 device. When pvr2_hdw_create returns back to pvr2_context_cre...
CVE-2022-49981
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:00:43
- Zuletzt bearbeitet 14.11.2025 18:15:01
In the Linux kernel, the following vulnerability has been resolved: HID: hidraw: fix memory leak in hidraw_release() Free the buffered reports before deleting the list entry. BUG: memory leak unreferenced object 0xffff88810e72f180 (size 32): com...
CVE-2022-49978
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:00:40
- Zuletzt bearbeitet 14.11.2025 18:16:04
In the Linux kernel, the following vulnerability has been resolved: fbdev: fb_pm2fb: Avoid potential divide by zero error In `do_fb_ioctl()` of fbmem.c, if cmd is FBIOPUT_VSCREENINFO, var will be copied from user, then go through `fb_set_var()` and...
CVE-2022-49977
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:00:39
- Zuletzt bearbeitet 14.11.2025 18:16:19
In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead ftrace_startup does not remove ops from ftrace_ops_list when ftrace_startup_enable fails: register...
CVE-2022-49957
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:00:19
- Zuletzt bearbeitet 14.11.2025 18:10:23
In the Linux kernel, the following vulnerability has been resolved: kcm: fix strp_init() order and cleanup strp_init() is called just a few lines above this csk->sk_user_data check, it also initializes strp->work etc., therefore, it is unnecessary ...
CVE-2022-49956
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:00:18
- Zuletzt bearbeitet 17.11.2025 12:55:48
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8712: fix use after free bugs _Read/Write_MACREG callbacks are NULL so the read/write_macreg_hdl() functions don't do anything except free the "pcmd" pointer. It resul...
CVE-2022-49948
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:00:12
- Zuletzt bearbeitet 14.11.2025 19:49:17
In the Linux kernel, the following vulnerability has been resolved: vt: Clear selection before changing the font When changing the console font with ioctl(KDFONTOP) the new font size can be bigger than the previous font. A previous selection may th...
CVE-2022-49945
- EPSS 0.09%
- Veröffentlicht 18.06.2025 11:00:01
- Zuletzt bearbeitet 14.11.2025 19:43:16
In the Linux kernel, the following vulnerability has been resolved: hwmon: (gpio-fan) Fix array out of bounds access The driver does not check if the cooling state passed to gpio_fan_set_cur_state() exceeds the maximum cooling state as stored in fa...
CVE-2022-49942
- EPSS 0.06%
- Veröffentlicht 18.06.2025 10:59:57
- Zuletzt bearbeitet 14.11.2025 19:40:07
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnected When we are not connected to a channel, sending channel "switch" announcement doesn't make any sense. The ...