CVE-2022-48999
- EPSS 0.02%
- Veröffentlicht 21.10.2024 20:15:11
- Zuletzt bearbeitet 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.02%
- Veröffentlicht 21.10.2024 20:15:11
- Zuletzt bearbeitet 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...
CVE-2022-49002
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:11
- Zuletzt bearbeitet 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-49004
- EPSS 0.11%
- Veröffentlicht 21.10.2024 20:15:11
- Zuletzt bearbeitet 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...
CVE-2022-48981
- EPSS 0.02%
- Veröffentlicht 21.10.2024 20:15:10
- Zuletzt bearbeitet 25.10.2024 18:33:18
In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Remove errant put in error path drm_gem_shmem_mmap() doesn't own this reference, resulting in the GEM object getting prematurely freed leading to a later use-afte...
CVE-2022-48986
- EPSS 0.1%
- Veröffentlicht 21.10.2024 20:15:10
- Zuletzt bearbeitet 01.11.2024 15:30:13
In the Linux kernel, the following vulnerability has been resolved: mm/gup: fix gup_pud_range() for dax For dax pud, pud_huge() returns true on x86. So the function works as long as hugetlb is configured. However, dax doesn't depend on hugetlb. Com...
CVE-2022-48987
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:10
- Zuletzt bearbeitet 01.11.2024 15:27:26
In the Linux kernel, the following vulnerability has been resolved: media: v4l2-dv-timings.c: fix too strict blanking sanity checks Sanity checks were added to verify the v4l2_bt_timings blanking fields in order to avoid integer overflows when user...
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:10
- Zuletzt bearbeitet 01.11.2024 15:20:42
In the Linux kernel, the following vulnerability has been resolved: memcg: fix possible use-after-free in memcg_write_event_control() memcg_write_event_control() accesses the dentry->d_name of the specified control fd to route the write call. As a...
CVE-2022-48969
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:09
- Zuletzt bearbeitet 25.10.2024 21:22:10
In the Linux kernel, the following vulnerability has been resolved: xen-netfront: Fix NULL sring after live migration A NAPI is setup for each network sring to poll data to kernel The sring with source host is destroyed before live migration and ne...
CVE-2022-48970
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:09
- Zuletzt bearbeitet 25.10.2024 15:24:22
In the Linux kernel, the following vulnerability has been resolved: af_unix: Get user_ns from in_skb in unix_diag_get_exact(). Wei Chen reported a NULL deref in sk_user_ns() [0][1], and Paolo diagnosed the root cause: in unix_diag_get_exact(), the ...