Lucene search
+L

647 matches found

Tenable Nessus
Tenable Nessus
•added 2026/01/14 12:00 a.m.•9 views

Linux Distros Unpatched Vulnerability : CVE-2025-71130

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Zero-initialize the eb.vma array in i915gemdoexecbuffer Initialize the eb.vma...

7.8CVSS5.7AI score0.00148EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/01/01 12:00 a.m.•17 views

PT-2026-27745

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to tracing buffer management. Specifically, a double-free condition can occur in the tracing buffers mmap close function when a process forks an...

5.5CVSS6AI score0.00114EPSS
SaveExploits0References103
Positive Technologies
Positive Technologies
•added 2026/01/01 12:00 a.m.•14 views

PT-2026-6147

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a use-after-free issue within the mm/vma subsystem, specifically related to merging Virtual Memory Areas VMAs after a memory remapping operation mremap. The...

9.8CVSS5.5AI score0.00839EPSS
SaveExploits0References319
Tenable Nessus
Tenable Nessus
•added 2025/12/30 12:00 a.m.•13 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-992285)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992285 advisory. In the Linux kernel, the following vulnerability has been resolved: android: binder: stop saving a pointer to the VMA Do not record a pointer to a VMA outside of the...

7.8CVSS5.2AI score0.00164EPSS
SaveExploits0References4
NVD
NVD
•added 2025/12/24 1:16 p.m.•11 views

CVE-2023-54157

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF of alloc-vma in race with munmap cmllamas: clean forward port from commit 015ac18be7de "binder: fix UAF of alloc-vma in race with munmap" in 5.10 stable. It is needed in mainline after the revert of commit...

7.8CVSS0.00149EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/12/24 1:16 p.m.•9 views

CVE-2023-54157

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF of alloc-vma in race with munmap cmllamas: clean forward port from commit 015ac18be7de "binder: fix UAF of alloc-vma in race with munmap" in 5.10 stable. It is needed in mainline after the revert of commit...

7.8CVSS6.8AI score0.00149EPSS
SaveExploits0References5
OSV
OSV
•added 2025/12/24 1:16 p.m.•14 views

UBUNTU-CVE-2023-54157

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF of alloc-vma in race with munmap cmllamas: clean forward port from commit 015ac18be7de "binder: fix UAF of alloc-vma in race with munmap" in 5.10 stable. It is needed in mainline after the revert of commit...

7.8CVSS5.7AI score0.00149EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2025/12/24 1:07 p.m.•34 views

CVE-2023-54157 binder: fix UAF of alloc->vma in race with munmap()

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF of alloc-vma in race with munmap cmllamas: clean forward port from commit 015ac18be7de "binder: fix UAF of alloc-vma in race with munmap" in 5.10 stable. It is needed in mainline after the revert of commit...

7.8CVSS0.00149EPSS
SaveExploits0References4
CVE
CVE
•added 2025/12/24 1:07 p.m.•54 views

CVE-2023-54157

The CVE-2023-54157 issue concerns the Linux kernel binder code: a use-after-free in alloc->vma during a race with munmap. The root cause is a downgrade of the mmap lock that allows binder_update_page_range() to access alloc->vma while vm_area_free() may tear down the VMA, enabling a UAF as ...

7.8CVSS6.1AI score0.00149EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2025/12/24 12:00 a.m.•11 views

PT-2025-53234

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF of alloc-vma in race with munmap cmllamas: clean forward port from commit 015ac18be7de "binder: fix UAF of alloc-vma in race with munmap" in 5.10 stable. It is needed in mainline after the revert of commit...

6.5AI score0.00149EPSS
SaveExploits0References8
NVD
NVD
•added 2025/12/22 5:16 p.m.•13 views

CVE-2025-68329

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix WARNON in tracingbuffersmmapclose for split VMAs When a VMA is split e.g., by partial munmap or MAPFIXED, the kernel calls vmops-close on each portion. For trace buffer mappings, this results in ringbufferunmap being...

0.00184EPSS
SaveExploits0References3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/12/22 12:00 a.m.•1 views

CVE-2025-68329: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix WARNON in tracingbuffersmmapclose for split VMAs When a VMA is split e.g., by partial munmap or MAPFIXED, the kernel calls vmops-close on each portion. For trace buffer mappings, this results in ringbufferunmap being...

6AI score0.00184EPSS
SaveExploits0References1
NVD
NVD
•added 2025/12/16 3:15 p.m.•7 views

CVE-2025-68244

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Avoid lock inversion when pinning to GGTT on CHV/BXT+VTD On completion of i915vmapinww, a synchronous variant of dmafenceworkcommit is called. When pinning a VMA to GGTT address space on a Cherry View family processor, ...

0.00191EPSS
SaveExploits0References6
OSV
OSV
•added 2025/12/16 3:15 p.m.•12 views

UBUNTU-CVE-2025-68244

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Avoid lock inversion when pinning to GGTT on CHV/BXT+VTD On completion of i915vmapinww, a synchronous variant of dmafenceworkcommit is called. When pinning a VMA to GGTT address space on a Cherry View family processor, ...

5.7AI score0.00191EPSS
SaveExploits0References34
Tenable Nessus
Tenable Nessus
•added 2025/12/16 12:00 a.m.•12 views

Linux Distros Unpatched Vulnerability : CVE-2025-68244

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/i915: Avoid lock inversion when pinning to GGTT on CHV/BXT+VTD On completion of i915vmapinww, a synchronous variant of dmafenceworkcommit is called. When...

5.9AI score0.00191EPSS
SaveExploits0References3
NVD
NVD
•added 2025/12/08 2:15 a.m.•9 views

CVE-2022-50630

In the Linux kernel, the following vulnerability has been resolved: mm: hugetlb: fix UAF in hugetlbhandleuserfault The vmalock and hugetlbfaultmutex are dropped before handling userfault and reacquire them again after handleuserfault, but reacquire the vmalock could lead to UAF1,2 due to the...

7.8CVSS0.00153EPSS
SaveExploits0References5
OSV
OSV
•added 2025/12/08 2:15 a.m.•7 views

DEBIAN-CVE-2022-50630

In the Linux kernel, the following vulnerability has been resolved: mm: hugetlb: fix UAF in hugetlbhandleuserfault The vmalock and hugetlbfaultmutex are dropped before handling userfault and reacquire them again after handleuserfault, but reacquire the vmalock could lead to UAF1,2 due to the...

7.8CVSS5.3AI score0.00153EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/08 2:15 a.m.•11 views

UBUNTU-CVE-2022-50630

In the Linux kernel, the following vulnerability has been resolved: mm: hugetlb: fix UAF in hugetlbhandleuserfault The vmalock and hugetlbfaultmutex are dropped before handling userfault and reacquire them again after handleuserfault, but reacquire the vmalock could lead to UAF1,2 due to the...

7.8CVSS5.8AI score0.00153EPSS
SaveExploits0References8
Debian CVE
Debian CVE
•added 2025/12/08 1:16 a.m.•15 views

CVE-2022-50630

In the Linux kernel, the following vulnerability has been resolved: mm: hugetlb: fix UAF in hugetlbhandleuserfault The vmalock and hugetlbfaultmutex are dropped before handling userfault and reacquire them again after handleuserfault, but reacquire the vmalock could lead to UAF1,2 due to the...

7.8CVSS5.3AI score0.00153EPSS
SaveExploits0
CVE
CVE
•added 2025/12/08 1:16 a.m.•51 views

CVE-2022-50630

CVE-2022-50630 is a Linux kernel issue in the hugetlb path where a race around userfault handling could cause a Use-After-Free (UAF) when re-acquiring vma_lock after hugetlb_handle_userfault. The root cause: vma_lock was dropped before handle_userfault and then re-acquired after, creating a race ...

7.8CVSS6AI score0.00153EPSS
SaveExploits0References5
Rows per page
Query Builder