Lucene search
+L

743 matches found

Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.12 views

CVE-2022-50849

In the Linux kernel, the following vulnerability has been resolved: pstore: Avoid kcore oops by vmaping with VMIOREMAP An oops can be induced by running 'cat /proc/kcore /dev/null' on devices using pstore with the ram backend because kmapatomic assumes lowmem pages are accessible with va. Unable ...

5.4AI score0.00195EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/24 1:7 p.m.22 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...

0.00174EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 1:7 p.m.7 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...

6.4AI score0.00174EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/12/23 3:51 a.m.3 views

SUSE 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...

5.5CVSS6.2AI score0.00161EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/22 5:16 p.m.9 views

UBUNTU-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...

5.8AI score0.00161EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/12/22 5:16 p.m.7 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...

6AI score0.00161EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/22 4:12 p.m.5 views

CVE-2025-68329 tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAs

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...

6.4AI score0.00161EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/22 4:12 p.m.25 views

CVE-2025-68329

The CVE-2025-68329 entry documents a Linux kernel issue in tracing: when a VMA is split, the kernel could invoke ring_buffer_unmap multiple times (due to multiple vm_ops->close calls) while ring_buffer_map was called once, causing ring_buffer_unmap to return -ENODEV and triggering a WARN_ON. T...

6.2AI score0.00161EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/22 4:12 p.m.37 views

CVE-2025-68329 tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAs

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.00161EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/22 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2025-68329

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

5.8AI score0.00161EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/17 12:25 a.m.3 views

SUSE CVE-2025-68211

In the Linux kernel, the following vulnerability has been resolved: ksm: use range-walk function to jump over holes in scangetnextrmapitem Currently, scangetnextrmapitem walks every page address in a VMA to locate mergeable pages. This becomes highly inefficient when scanning large virtual memory...

5.5CVSS6.4AI score0.00128EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/16 3:30 p.m.3 views

EUVD-2025-203685

In the Linux kernel, the following vulnerability has been resolved: ksm: use range-walk function to jump over holes in scangetnextrmapitem Currently, scangetnextrmapitem walks every page address in a VMA to locate mergeable pages. This becomes highly inefficient when scanning large virtual memory...

5.9AI score0.00128EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/12/16 3:15 p.m.14 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, ...

5.9AI score0.00167EPSS
SaveExploits0References34
NVD
NVD
added 2025/12/16 2:15 p.m.4 views

CVE-2025-68211

In the Linux kernel, the following vulnerability has been resolved: ksm: use range-walk function to jump over holes in scangetnextrmapitem Currently, scangetnextrmapitem walks every page address in a VMA to locate mergeable pages. This becomes highly inefficient when scanning large virtual memory...

5.5CVSS0.00128EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/16 2:15 p.m.13 views

AZL-78398 CVE-2025-68211 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: ksm: use range-walk function to jump over holes in scangetnextrmapitem Currently, scangetnextrmapitem walks every page address in a VMA to locate mergeable pages. This becomes highly inefficient when scanning large virtual memory...

5.5CVSS5.9AI score0.00128EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/16 2:15 p.m.9 views

AZL-72419 CVE-2025-68211 affecting package kernel for versions less than 6.6.121.1-1

In the Linux kernel, the following vulnerability has been resolved: ksm: use range-walk function to jump over holes in scangetnextrmapitem Currently, scangetnextrmapitem walks every page address in a VMA to locate mergeable pages. This becomes highly inefficient when scanning large virtual memory...

5.5CVSS5.9AI score0.00128EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/16 2:15 p.m.4 views

UBUNTU-CVE-2025-68179

In the Linux kernel, the following vulnerability has been resolved: s390: Disable ARCHWANTOPTIMIZEHUGETLBVMEMMAP As reported by Luiz Capitulino enabling HVO on s390 leads to reproducible crashes. The problem is that kernel page tables are modified without flushing corresponding TLB entries. Even ...

5.7AI score0.00174EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.6 views

CVE-2025-68211

In the Linux kernel, the following vulnerability has been resolved: ksm: use range-walk function to jump over holes in scangetnextrmapitem Currently, scangetnextrmapitem walks every page address in a VMA to locate mergeable pages. This becomes highly inefficient when scanning large virtual memory...

5.5CVSS5.9AI score0.00128EPSS
SaveExploits0References24
CVE
CVE
added 2025/12/16 1:48 p.m.29 views

CVE-2025-68211

CVE-2025-68211 (Linux kernel, KSM) is addressed by a patch that changes scan_get_next_rmap_item from per-address walking to a range walk using walk_page_range, allowing KSMD to skip unmapped holes in large VMAs. The fix targets inefficiency where KSMD would otherwise scan vast address spaces with...

5.5CVSS6AI score0.00128EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2025/12/16 1:48 p.m.11 views

CVE-2025-68211 ksm: use range-walk function to jump over holes in scan_get_next_rmap_item

In the Linux kernel, the following vulnerability has been resolved: ksm: use range-walk function to jump over holes in scangetnextrmapitem Currently, scangetnextrmapitem walks every page address in a VMA to locate mergeable pages. This becomes highly inefficient when scanning large virtual memory...

5.7AI score0.00128EPSS
SaveExploits0References7
Rows per page
Query Builder