Lucene search
+L

81 matches found

NVD
NVD
added 2026/08/22 4:16 p.m.8 views

CVE-2026-74641

In the Linux kernel, the following vulnerability has been resolved: ALSA: usx2y: bound the hwdep mmap fault offset sndus428ctlsvmfault turns the faulting page offset into a kernel address with no bound of any kind: offset = vmf-pgoff us428ctlssharedmem + offset; page = virttopagevaddr; getpagepag...

7.8CVSS0.00129EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:32 p.m.7 views

EUVD-2026-64578

In the Linux kernel, the following vulnerability has been resolved: ALSA: usx2y: bound the hwdep mmap fault offset sndus428ctlsvmfault turns the faulting page offset into a kernel address with no bound of any kind: offset = vmf-pgoff us428ctlssharedmem + offset; page = virttopagevaddr; getpagepag...

5.5AI score0.00129EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.14 views

PT-2026-79646

In the Linux kernel, the following vulnerability has been resolved: ALSA: usx2y: bound the hwdep mmap fault offset snd us428ctls vm fault turns the faulting page offset into a kernel address with no bound of any kind: offset = vmf-pgoff us428ctls sharedmem + offset; page = virt to pagevaddr; get...

5.4AI score0.00129EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/08/19 10:00 a.m.4 views

CVE-2026-74420

A flaw was found in the Linux kernel's GPU Shared Virtual Memory SVM subsystem. This vulnerability occurs when attempting to create an SVM range on Virtual Memory Areas VMAs that are not backed by physical page objects. An attacker could exploit this by triggering repeated page retrieval failures...

5.5CVSS5.5AI score0.00155EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/15 1:17 p.m.7 views

CVE-2026-74520

In the Linux kernel, the following vulnerability has been resolved: iommu/iommufd: Fix IOPF group ownership UAF iopfgroupalloc links each last-page IOPF group into the generic IOPF pending list before invoking the domain fault handler. iommufdfaultiopfhandler also queued an accepted group in the...

8.8CVSS0.00127EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 1:17 p.m.8 views

UBUNTU-CVE-2026-74520

In the Linux kernel, the following vulnerability has been resolved: iommu/iommufd: Fix IOPF group ownership UAF iopfgroupalloc links each last-page IOPF group into the generic IOPF pending list before invoking the domain fault handler. iommufdfaultiopfhandler also queued an accepted group in the...

8.8CVSS5.5AI score0.00127EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:59 a.m.29 views

CVE-2026-74420 drm/gpusvm: Reject VMAs with VM_IO or VM_PFNMAP when creating SVM ranges

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Reject VMAs with VMIO or VMPFNMAP when creating SVM ranges VMAs marked with VMIO or VMPFNMAP are not backed by struct page objects, which GPUSVM requires in order to operate correctly. In particular, getpages relies o...

0.00155EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:59 a.m.27 views

CVE-2026-74420

CVE-2026-74420 is a Linux kernel issue in drm/gpusvm. The vulnerability occurs when creating SVM ranges on VMAs marked VM_IO or VM_PFNMAP, which are not backed by struct page objects that GPUSVM relies on. As a result, get_pages() may fail repeatedly and cause an infinite loop inside a driver’s p...

5.4AI score0.00155EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.4 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: mm/secretmem: fixed a use-after-free race condition in the fault handler. When a page fault occurs in a secret memory file created with memfdsecret2, the kernel will allocate a new folio for it, mark the underlying page as not...

7.8CVSS5.3AI score0.0014EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.11 views

Astra Linux – Vulnerability in Linux 5.10, Linux

A flaw was discovered in the udmabuf device driver of the Linux kernel. The specific flaw resides within a fault handler. The issue arises due to the lack of proper validation of user-supplied data, which can lead to a memory access beyond the end of an array. An attacker can exploit this...

7.8CVSS6.9AI score0.0101EPSS
SaveExploits1References2
SUSE CVE
SUSE CVE
added 2026/05/06 1:42 a.m.32 views

SUSE CVE-2026-31785

In the Linux kernel, the following vulnerability has been resolved: drm/xe/xepagefault: Disallow writes to read-only VMAs The page fault handler should reject write/atomic access to read only VMAs. Add code to handle this in xepagefaultservice after the VMA lookup. v2: - Apply max line length...

5.8AI score0.00107EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2025/12/08 9:05 a.m.17 views

mm/secretmem: fix use-after-free race in fault handler

...

7.8CVSS7AI score0.0014EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/12/08 12:23 a.m.18 views

SUSE CVE-2025-40272

In the Linux kernel, the following vulnerability has been resolved: mm/secretmem: fix use-after-free race in fault handler When a page fault occurs in a secret memory file created with memfdsecret2, the kernel will allocate a new folio for it, mark the underlying page as not-present in the direct...

5.5CVSS6.3AI score0.0014EPSS
SaveExploits0References21
OSV
OSV
added 2025/12/06 10:15 p.m.8 views

DEBIAN-CVE-2025-40272

In the Linux kernel, the following vulnerability has been resolved: mm/secretmem: fix use-after-free race in fault handler When a page fault occurs in a secret memory file created with memfdsecret2, the kernel will allocate a new folio for it, mark the underlying page as not-present in the direct...

7.8CVSS5.5AI score0.0014EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/06 10:15 p.m.17 views

CVE-2025-40272

In the Linux kernel, the following vulnerability has been resolved: mm/secretmem: fix use-after-free race in fault handler When a page fault occurs in a secret memory file created with memfdsecret2, the kernel will allocate a new folio for it, mark the underlying page as not-present in the direct...

7.8CVSS0.0014EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/06 9:50 p.m.16 views

CVE-2025-40272

In the Linux kernel, the following vulnerability has been resolved: mm/secretmem: fix use-after-free race in fault handler When a page fault occurs in a secret memory file created with memfdsecret2, the kernel will allocate a new folio for it, mark the underlying page as not-present in the direct...

7.8CVSS5.5AI score0.0014EPSS
SaveExploits0
OSV
OSV
added 2025/12/06 9:50 p.m.15 views

CVE-2025-40272 mm/secretmem: fix use-after-free race in fault handler

In the Linux kernel, the following vulnerability has been resolved: mm/secretmem: fix use-after-free race in fault handler When a page fault occurs in a secret memory file created with memfdsecret2, the kernel will allocate a new folio for it, mark the underlying page as not-present in the direct...

7.8CVSS6.2AI score
SaveExploits0References9
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2008-0020

Malware in sbrugna...

7.2CVSS6AI score0.00494EPSS
SaveExploits2References48
EUVD
EUVD
added 2025/10/03 8:07 p.m.21 views

EUVD-2024-51852

Malicious code in bioql PyPI...

5.5CVSS7AI score0.00235EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/06/12 12:00 a.m.15 views

PT-2025-49373

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s handling of page faults within secret memory files created using memfd secret2. Concurrent page faults in the same page by multiple tasks can lead to ...

4.6CVSS6.2AI score0.0014EPSS
SaveExploits0
Rows per page
Query Builder