CVE-2022-50439
- EPSS 0.15%
- Veröffentlicht 01.10.2025 12:15:35
- Zuletzt bearbeitet 21.01.2026 21:29:45
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8173: Enable IRQ when pdata is ready If the device does not come straight from reset, we might receive an IRQ before we are ready to handle it. [ 2.334737] U...
CVE-2022-50427
- EPSS 0.15%
- Veröffentlicht 01.10.2025 12:15:34
- Zuletzt bearbeitet 20.01.2026 15:38:23
In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: fix possible memory leak in snd_ac97_dev_register() If device_register() fails in snd_ac97_dev_register(), it should call put_device() to give up reference, or the name...
CVE-2022-50430
- EPSS 0.15%
- Veröffentlicht 01.10.2025 12:15:34
- Zuletzt bearbeitet 21.01.2026 21:35:30
In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix warning - do not call blocking ops when !TASK_RUNNING vub300_enable_sdio_irq() works with mutex and need TASK_RUNNING here. Ensure that we mark current as TASK_RUN...
CVE-2022-50431
- EPSS 0.15%
- 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.15%
- 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-50420
- EPSS 0.15%
- 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: crypto: hisilicon/hpre - fix resource leak in remove process In hpre_remove(), when the disable operation of qm sriov failed, the following logic should continue to be executed to ...
CVE-2022-50422
- EPSS 0.15%
- 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: scsi: libsas: Fix use-after-free bug in smp_execute_task_sg() When executing SMP task failed, the smp_execute_task_sg() calls del_timer() to delete "slow_task->timer". However, if ...
CVE-2022-50423
- EPSS 0.15%
- 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-2025-39927
- EPSS 0.1%
- Veröffentlicht 01.10.2025 08:15:36
- Zuletzt bearbeitet 14.01.2026 18:16:41
In the Linux kernel, the following vulnerability has been resolved: ceph: fix race condition validating r_parent before applying state Add validation to ensure the cached parent directory inode matches the directory info in MDS replies. This preven...
CVE-2025-39920
- EPSS 0.15%
- Veröffentlicht 01.10.2025 08:15:35
- Zuletzt bearbeitet 16.01.2026 19:51:49
In the Linux kernel, the following vulnerability has been resolved: pcmcia: Add error handling for add_interval() in do_validate_mem() In the do_validate_mem(), the call to add_interval() does not handle errors. If kmalloc() fails in add_interval()...