CVE-2022-50431
- EPSS 0.01%
- Veröffentlicht 01.10.2025 12:15:34
- Zuletzt bearbeitet 20.01.2026 15:36:51
In the Linux kernel, the following vulnerability has been resolved: ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev() dev_set_name() in soundbus_add_one() allocates memory for name, it need be freed when of_device_register() fails, ca...
CVE-2022-50432
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:34
- Zuletzt bearbeitet 20.01.2026 15:35:56
In the Linux kernel, the following vulnerability has been resolved: kernfs: fix use-after-free in __kernfs_remove Syzkaller managed to trigger concurrent calls to kernfs_remove_by_name_ns() for the same file resulting in a KASAN detected use-after-...
CVE-2022-50423
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:33
- Zuletzt bearbeitet 14.01.2026 18:16:27
In the Linux kernel, the following vulnerability has been resolved: ACPICA: Fix use-after-free in acpi_ut_copy_ipackage_to_ipackage() There is an use-after-free reported by KASAN: BUG: KASAN: use-after-free in acpi_ut_remove_reference+0x3b/0x82 ...
CVE-2022-50419
- EPSS 0.01%
- Veröffentlicht 18.09.2025 16:15:45
- Zuletzt bearbeitet 14.01.2026 20:15:55
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sysfs: Fix attempting to call device_add multiple times device_add shall not be called multiple times as stated in its documentation: 'Do not call this routine or ...
CVE-2022-50408
- 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: wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit() > ret = brcmf_proto_tx_queue_data(drvr, ifp->ifidx, skb); may be schedule, and then complete before the line >...
CVE-2022-50409
- EPSS 0.01%
- Veröffentlicht 18.09.2025 16:15:44
- Zuletzt bearbeitet 23.12.2025 14:16:35
In the Linux kernel, the following vulnerability has been resolved: net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory Fixes the below NULL pointer dereference: [...] [ 14.471200] Call Trace: [ 14.471562] <TASK> [...
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-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-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...