CVE-2022-50411
- EPSS 0.01%
- Veröffentlicht 18.09.2025 16:15:44
- Zuletzt bearbeitet 14.01.2026 20:15:53
In the Linux kernel, the following vulnerability has been resolved: ACPICA: Fix error code path in acpi_ds_call_control_method() A use-after-free in acpi_ps_parse_aml() after a failing invocaion of acpi_ds_call_control_method() is reported by KASAN...
CVE-2022-50412
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:44
- Zuletzt bearbeitet 14.01.2026 20:15:53
In the Linux kernel, the following vulnerability has been resolved: drm: bridge: adv7511: unregister cec i2c device after cec adapter cec_unregister_adapter() assumes that the underlying adapter ops are callable. For example, if the CEC adapter cur...
CVE-2022-50413
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:44
- Zuletzt bearbeitet 14.01.2026 20:15:54
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix use-after-free We've already freed the assoc_data at this point, so need to use another copy of the AP (MLD) address instead.
CVE-2022-50414
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:44
- Zuletzt bearbeitet 14.01.2026 20:15:54
In the Linux kernel, the following vulnerability has been resolved: scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails fcoe_init() calls fcoe_transport_attach(&fcoe_sw_transport), but when fcoe_if_init() fails, &fcoe_sw_transport is...
CVE-2022-50415
- EPSS 0.01%
- Veröffentlicht 18.09.2025 16:15:44
- Zuletzt bearbeitet 14.01.2026 20:15:54
In the Linux kernel, the following vulnerability has been resolved: parisc: led: Fix potential null-ptr-deref in start_task() start_task() calls create_singlethread_workqueue() and not checked the ret value, which may return NULL. And a null-ptr-de...
CVE-2022-50416
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:44
- Zuletzt bearbeitet 14.01.2026 20:15:54
In the Linux kernel, the following vulnerability has been resolved: irqchip/wpcm450: Fix memory leak in wpcm450_aic_of_init() If of_iomap() failed, 'aic' should be freed before return. Otherwise there is a memory leak.
CVE-2022-50402
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:43
- Zuletzt bearbeitet 14.01.2026 20:15:52
In the Linux kernel, the following vulnerability has been resolved: drivers/md/md-bitmap: check the return value of md_bitmap_get_counter() Check the return value of md_bitmap_get_counter() in case it returns NULL pointer, which will result in a nu...
CVE-2022-50404
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:43
- Zuletzt bearbeitet 17.03.2026 16:37:01
In the Linux kernel, the following vulnerability has been resolved: fbdev: fbcon: release buffer when fbcon_do_set_font() failed syzbot is reporting memory leak at fbcon_do_set_font() [1], for commit a5a923038d70 ("fbdev: fbcon: Properly revert cha...
CVE-2022-50405
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:43
- Zuletzt bearbeitet 14.01.2026 20:15:52
In the Linux kernel, the following vulnerability has been resolved: net/tunnel: wait until all sk_user_data reader finish before releasing the sock There is a race condition in vxlan that when deleting a vxlan device during receiving packets, there...
CVE-2022-50406
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:43
- Zuletzt bearbeitet 14.01.2026 20:15:53
In the Linux kernel, the following vulnerability has been resolved: iomap: iomap: fix memory corruption when recording errors during writeback Every now and then I see this crash on arm64: Unable to handle kernel NULL pointer dereference at virtua...