Lucene search
+L

21064 matches found

Debian CVE
Debian CVE
added 2025/08/19 5:03 p.m.10 views

CVE-2025-38611

Removed by vendor...

8.7AI score
SaveExploits0
CVE
CVE
added 2025/08/19 5:03 p.m.38 views

CVE-2025-38606

The CVE-2025-38606 entry describes a Linux kernel wireless issue in the ath12k driver where beacon miss handling dereferences arvif->deflink->ar before a vdev has been created, leaving arvif->ar uninitialized for some P2P/vif scenarios. The identified root cause is that arvif is only lin...

5.5CVSS7.2AI score0.0015EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/08/19 5:03 p.m.46 views

CVE-2025-38606 wifi: ath12k: Avoid accessing uninitialized arvif->ar during beacon miss

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Avoid accessing uninitialized arvif-ar during beacon miss During beacon miss handling, ath12k driver iterates over active virtual interfaces vifs and attempts to access the radio object ar via arvif-deflink-ar...

0.0015EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/08/19 5:03 p.m.22 views

CVE-2025-38605 wifi: ath12k: Pass ab pointer directly to ath12k_dp_tx_get_encap_type()

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Pass ab pointer directly to ath12kdptxgetencaptype In ath12kdptxgetencaptype, the arvif parameter is only used to retrieve the ab pointer. In vdev delete sequence the arvif-ar could become NULL and that would trigge...

0.00143EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/08/19 5:03 p.m.16 views

CVE-2025-38605

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Pass ab pointer directly to ath12kdptxgetencaptype In ath12kdptxgetencaptype, the arvif parameter is only used to retrieve the ab pointer. In vdev delete sequence the arvif-ar could become NULL and that would trigge...

5.5CVSS5.3AI score0.00143EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/08/19 5:03 p.m.34 views

CVE-2025-38594 iommu/vt-d: Fix UAF on sva unbind with pending IOPFs

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix UAF on sva unbind with pending IOPFs Commit 17fce9d2336d "iommu/vt-d: Put iopf enablement in domain attach path" disables IOPF on device by removing the device from its IOMMU's IOPF queue when the last IOPF-capabl...

7.8CVSS0.00153EPSS
SaveExploits0References2
OSV
OSV
added 2025/08/19 5:02 p.m.8 views

CVE-2025-38569 benet: fix BUG when creating VFs

In the Linux kernel, the following vulnerability has been resolved: benet: fix BUG when creating VFs benet crashes as soon as SRIOV VFs are created: kernel BUG at mm/vmalloc.c:3457! Oops: invalid opcode: 0000 1 SMP KASAN NOPTI CPU: 4 UID: 0 PID: 7408 Comm: test.sh Kdump: loaded Not tainted 6.16.0...

7.2AI score
SaveExploits0References14
CVE
CVE
added 2025/08/19 5:02 p.m.53 views

CVE-2025-38569

CVE-2025-38569 (Linux kernel benet) arises from a bug in the be2net SR-IOV VF MAC address configuration flow where be_cmd_set_mac_list() calls dma_free_coherent() while still under spin_lock_bh, leading to a kernel crash (BUG at mm/vmalloc.c and OOPs) when SR-IOV VFs are created. The linked advis...

5.5CVSS7.1AI score0.0017EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2025/08/19 5:02 p.m.20 views

CVE-2025-38569 benet: fix BUG when creating VFs

In the Linux kernel, the following vulnerability has been resolved: benet: fix BUG when creating VFs benet crashes as soon as SRIOV VFs are created: kernel BUG at mm/vmalloc.c:3457! Oops: invalid opcode: 0000 1 SMP KASAN NOPTI CPU: 4 UID: 0 PID: 7408 Comm: test.sh Kdump: loaded Not tainted 6.16.0...

0.0017EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/08/19 5:02 p.m.20 views

CVE-2025-38569

In the Linux kernel, the following vulnerability has been resolved: benet: fix BUG when creating VFs benet crashes as soon as SRIOV VFs are created: kernel BUG at mm/vmalloc.c:3457! Oops: invalid opcode: 0000 1 SMP KASAN NOPTI CPU: 4 UID: 0 PID: 7408 Comm: test.sh Kdump: loaded Not tainted 6.16.0...

5.5CVSS5.3AI score0.0017EPSS
SaveExploits0
CVE
CVE
added 2025/08/19 5:02 p.m.76 views

CVE-2025-38563

CVE-2025-38563 affects the Linux kernel perf subsystem. The issue arises when perf mmap-based mappings can be split (VMA split) after initial mapping, causing mismatched offsets/sizes and leaking reference counts for ringbuffer/auxiliary buffers. The fix adds vm_operations_struct.may_split() and ...

7.8CVSS7.3AI score0.00384EPSS
SaveExploits0References12Affected Software1
Debian CVE
Debian CVE
added 2025/08/19 5:02 p.m.21 views

CVE-2025-38564

In the Linux kernel, the following vulnerability has been resolved: perf/core: Handle buffer mapping fail correctly in perfmmap After successful allocation of a buffer or a successful attachment to an existing buffer perfmmap tries to map the buffer read only into the page table. If that fails, t...

5.5CVSS5.7AI score0.00154EPSS
SaveExploits0
OSV
OSV
added 2025/08/19 5:02 p.m.15 views

CVE-2025-38563 perf/core: Prevent VMA split of buffer mappings

In the Linux kernel, the following vulnerability has been resolved: perf/core: Prevent VMA split of buffer mappings The perf mmap code is careful about mmap'ing the user page with the ringbuffer and additionally the auxiliary buffer, when the event supports it. Once the first mapping is...

6.5AI score
SaveExploits0References15
Debian CVE
Debian CVE
added 2025/08/19 5:02 p.m.9 views

CVE-2025-38563

In the Linux kernel, the following vulnerability has been resolved: perf/core: Prevent VMA split of buffer mappings The perf mmap code is careful about mmap'ing the user page with the ringbuffer and additionally the auxiliary buffer, when the event supports it. Once the first mapping is...

7.8CVSS6.2AI score0.00384EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/08/19 5:02 p.m.30 views

CVE-2025-38563 perf/core: Prevent VMA split of buffer mappings

In the Linux kernel, the following vulnerability has been resolved: perf/core: Prevent VMA split of buffer mappings The perf mmap code is careful about mmap'ing the user page with the ringbuffer and additionally the auxiliary buffer, when the event supports it. Once the first mapping is...

0.00384EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/08/19 5:02 p.m.20 views

CVE-2025-38554 mm: fix a UAF when vma->mm is freed after vma->vm_refcnt got dropped

In the Linux kernel, the following vulnerability has been resolved: mm: fix a UAF when vma-mm is freed after vma-vmrefcnt got dropped By inducing delays in the right places, Jann Horn created a reproducer for a hard to hit UAF issue that became possible after VMAs were allowed to be recycled by...

7.8CVSS0.00162EPSS
SaveExploits0References3
CVE
CVE
added 2025/08/19 5:02 p.m.47 views

CVE-2025-38554

CVE-2025-38554 in the Linux kernel describes a use-after-free (UAF) involving VMAs: if vma->mm is freed after vma->vm_refcnt has dropped, a recycled VMA could be mishandled, leading to UAF. The race can occur when VMAs are recycled under RCU (with SLAB_TYPESAFE_BY_RCU) and lock_vma_under_rc...

7.8CVSS7.1AI score0.00162EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/08/19 5:02 p.m.6 views

CVE-2025-38554 mm: fix a UAF when vma->mm is freed after vma->vm_refcnt got dropped

In the Linux kernel, the following vulnerability has been resolved: mm: fix a UAF when vma-mm is freed after vma-vmrefcnt got dropped By inducing delays in the right places, Jann Horn created a reproducer for a hard to hit UAF issue that became possible after VMAs were allowed to be recycled by...

7.8CVSS6.4AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/08/19 5:02 p.m.15 views

CVE-2025-38554

In the Linux kernel, the following vulnerability has been resolved: mm: fix a UAF when vma-mm is freed after vma-vmrefcnt got dropped By inducing delays in the right places, Jann Horn created a reproducer for a hard to hit UAF issue that became possible after VMAs were allowed to be recycled by...

7.8CVSS6AI score0.00162EPSS
SaveExploits0
OSV
OSV
added 2025/08/19 3:15 p.m.9 views

CVE-2025-50897

A vulnerability exists in riscv-boom SonicBOOM 1.2 BOOMv1.2 processor implementation, where valid virtual-to-physical address translations configured with write permissions PTEW in SV39 mode may incorrectly trigger a Store/AMO access fault during store instructions sd. This occurs despite the...

4.3CVSS5.8AI score0.00268EPSS
SaveExploits1References3
Rows per page
Query Builder