CVE-2022-48995
- EPSS 0.04%
- Published 21.10.2024 20:15:11
- Last modified 25.10.2024 15:52:51
In the Linux kernel, the following vulnerability has been resolved: Input: raydium_ts_i2c - fix memory leak in raydium_i2c_send() There is a kmemleak when test the raydium_i2c_ts with bpf mock device: unreferenced object 0xffff88812d3675a0 (size...
CVE-2022-48996
- EPSS 0.09%
- Published 21.10.2024 20:15:11
- Last modified 07.11.2024 19:37:27
In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in damon_sysfs_set_schemes() Commit da87878010e5 ("mm/damon/sysfs: support online inputs update") made 'damon...
CVE-2022-48997
- EPSS 0.07%
- Published 21.10.2024 20:15:11
- Last modified 07.11.2024 17:07:08
In the Linux kernel, the following vulnerability has been resolved: char: tpm: Protect tpm_pm_suspend with locks Currently tpm transactions are executed unconditionally in tpm_pm_suspend() function, which may lead to races with other tpm accessors ...
CVE-2022-48998
- EPSS 0.04%
- Published 21.10.2024 20:15:11
- Last modified 07.11.2024 17:08:38
In the Linux kernel, the following vulnerability has been resolved: powerpc/bpf/32: Fix Oops on tail call tests test_bpf tail call tests end up as: test_bpf: #0 Tail call leaf jited:1 85 PASS test_bpf: #1 Tail call 2 jited:1 111 PASS test_bp...
CVE-2022-48999
- EPSS 0.16%
- Published 21.10.2024 20:15:11
- Last modified 31.10.2024 14:44:10
In the Linux kernel, the following vulnerability has been resolved: ipv4: Handle attempt to delete multipath route when fib_info contains an nh reference Gwangun Jung reported a slab-out-of-bounds access in fib_nh_match: fib_nh_match+0xf98/0x11...
CVE-2022-49000
- EPSS 0.07%
- Published 21.10.2024 20:15:11
- Last modified 31.10.2024 14:56:17
In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix PCI device refcount leak in has_external_pci() for_each_pci_dev() is implemented by pci_get_device(). The comment of pci_get_device() says that it will increase the...
- EPSS 0.02%
- Published 21.10.2024 20:15:11
- Last modified 30.10.2024 18:58:53
In the Linux kernel, the following vulnerability has been resolved: riscv: fix race when vmap stack overflow Currently, when detecting vmap stack overflow, riscv firstly switches to the so called shadow stack, then use this shadow stack to call the...
CVE-2022-49002
- EPSS 0.05%
- Published 21.10.2024 20:15:11
- Last modified 25.10.2024 14:24:12
In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init() for_each_pci_dev() is implemented by pci_get_device(). The comment of pci_get_device() says that it will increase ...
CVE-2022-49003
- EPSS 0.03%
- Published 21.10.2024 20:15:11
- Last modified 25.10.2024 14:12:59
In the Linux kernel, the following vulnerability has been resolved: nvme: fix SRCU protection of nvme_ns_head list Walking the nvme_ns_head siblings list is protected by the head's srcu in nvme_ns_head_submit_bio() but not nvme_mpath_revalidate_pat...
CVE-2022-49004
- EPSS 0.07%
- Published 21.10.2024 20:15:11
- Last modified 25.10.2024 14:21:21
In the Linux kernel, the following vulnerability has been resolved: riscv: Sync efi page table's kernel mappings before switching The EFI page table is initially created as a copy of the kernel page table. With VMAP_STACK enabled, kernel stacks are...