CVE-2022-49441
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:20
- Zuletzt bearbeitet 01.10.2025 20:16:19
In the Linux kernel, the following vulnerability has been resolved: tty: fix deadlock caused by calling printk() under tty_port->lock pty_write() invokes kmalloc() which may invoke a normal printk() to print failure message. This can cause a deadl...
CVE-2022-49442
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:20
- Zuletzt bearbeitet 22.10.2025 17:25:22
In the Linux kernel, the following vulnerability has been resolved: drivers/base/node.c: fix compaction sysfs file leak Compaction sysfs file is created via compaction_register_node in register_node. But we forgot to remove it in unregister_node. ...
CVE-2022-49443
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:20
- Zuletzt bearbeitet 01.10.2025 20:16:19
In the Linux kernel, the following vulnerability has been resolved: list: fix a data-race around ep->rdllist ep_poll() first calls ep_events_available() with no lock held and checks if ep->rdllist is empty by list_empty_careful(), which reads rdlli...
CVE-2022-49444
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:20
- Zuletzt bearbeitet 21.10.2025 17:26:10
In the Linux kernel, the following vulnerability has been resolved: module: fix [e_shstrndx].sh_size=0 OOB access It is trivial to craft a module to trigger OOB access in this line: if (info->secstrings[strhdr->sh_size - 1] != '\0') { BUG: unabl...
CVE-2022-49445
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:20
- Zuletzt bearbeitet 01.10.2025 20:16:19
In the Linux kernel, the following vulnerability has been resolved: pinctrl: renesas: core: Fix possible null-ptr-deref in sh_pfc_map_resources() It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using ...
CVE-2022-49426
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:19
- Zuletzt bearbeitet 24.03.2025 19:58:02
In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu-v3-sva: Fix mm use-after-free We currently call arm64_mm_context_put() without holding a reference to the mm, which can result in use-after-free. Call mmgrab()/mmdro...
CVE-2022-49427
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:19
- Zuletzt bearbeitet 22.10.2025 17:27:55
In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Remove clk_disable in mtk_iommu_remove After the commit b34ea31fe013 ("iommu/mediatek: Always enable the clk on resume"), the iommu clock is controlled by the runti...
CVE-2022-49428
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:19
- Zuletzt bearbeitet 22.10.2025 17:27:38
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on inline_dots inode As Wenqing reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215765 It will cause a kernel panic with steps: - m...
CVE-2022-49429
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:19
- Zuletzt bearbeitet 22.10.2025 17:27:29
In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Prevent panic when SDMA is disabled If the hfi1 module is loaded with HFI1_CAP_SDMA off, a call to hfi1_write_iter() will dereference a NULL pointer and panic. A typical...
CVE-2022-49430
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:19
- Zuletzt bearbeitet 22.10.2025 17:27:21
In the Linux kernel, the following vulnerability has been resolved: Input: gpio-keys - cancel delayed work only in case of GPIO gpio_keys module can either accept gpios or interrupts. The module initializes delayed work in case of gpios only and is...