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-49975
- EPSS 0.1%
- Veröffentlicht 18.06.2025 11:00:38
- Zuletzt bearbeitet 13.11.2025 21:28:22
In the Linux kernel, the following vulnerability has been resolved: bpf: Don't redirect packets with invalid pkt_len Syzbot found an issue [1]: fq_codel_drop() try to drop a flow whitout any skbs, that is, the flow->head is null. The root cause, as...
CVE-2022-49969
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:00:33
- Zuletzt bearbeitet 13.11.2025 21:19:36
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: clear optc underflow before turn off odm clock [Why] After ODM clock off, optc underflow bit will be kept there always and clear not work. We need to clear that be...
CVE-2022-49968
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:00:32
- Zuletzt bearbeitet 13.11.2025 21:15:49
In the Linux kernel, the following vulnerability has been resolved: ieee802154/adf7242: defer destroy_workqueue call There is a possible race condition (use-after-free) like below (FREE) | (USE) adf7242_remove ...
CVE-2022-49964
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:00:29
- Zuletzt bearbeitet 14.11.2025 18:08:14
In the Linux kernel, the following vulnerability has been resolved: arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned fw_level Though acpi_find_last_cache_level() always returned signed value and the document states it wi...
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-49954
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:00:16
- Zuletzt bearbeitet 14.11.2025 18:59:26
In the Linux kernel, the following vulnerability has been resolved: Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flag syzbot is reporting hung task at __input_unregister_device() [1], for iforce_close() waiting at wait_event_interrupt...