- EPSS 0.06%
- Veröffentlicht 21.10.2024 20:15:11
- Zuletzt bearbeitet 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.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-49003
- EPSS 0%
- Veröffentlicht 21.10.2024 20:15:11
- Zuletzt bearbeitet 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.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-48980
- EPSS 0.02%
- Veröffentlicht 21.10.2024 20:15:10
- Zuletzt bearbeitet 25.10.2024 18:36:00
In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: avoid out of bounds access in sja1105_init_l2_policing() The SJA1105 family has 45 L2 policing table entries (SJA1105_MAX_L2_POLICING_COUNT) and SJA1110 has 110 ...
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-48982
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:10
- Zuletzt bearbeitet 08.09.2025 16:15:34
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix crash when replugging CSR fake controllers It seems fake CSR 5.0 clones can cause the suspend notifier to be registered twice causing the following kernel panic: [ ...
CVE-2022-48983
- EPSS 0.03%
- Veröffentlicht 21.10.2024 20:15:10
- Zuletzt bearbeitet 25.10.2024 15:58:02
In the Linux kernel, the following vulnerability has been resolved: io_uring: Fix a null-ptr-deref in io_tctx_exit_cb() Syzkaller reports a NULL deref bug as follows: BUG: KASAN: null-ptr-deref in io_tctx_exit_cb+0x53/0xd3 Read of size 4 at addr...
CVE-2022-48985
- EPSS 0.02%
- Veröffentlicht 21.10.2024 20:15:10
- Zuletzt bearbeitet 07.11.2024 19:35:06
In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix race on per-CQ variable napi work_done After calling napi_complete_done(), the NAPIF_STATE_SCHED bit may be cleared, and another CPU can start napi thread and access...
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...