Lucene search
K

685 matches found

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

CVE-2022-50849

CVE-2022-50849: In the Linux kernel, pstore ram-backend backends can trigger an oops when reading /proc/kcore due to kmap_atomic() assuming lowmem pages are addressable via __va(). The bug arises when vmap() is used without mapping the ramoops lowmem pages; read_kcore and aligned_vread can pass a...

6AI score0.00061EPSS
Exploits0References9
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.20 views

CVE-2022-50849 pstore: Avoid kcore oops by vmap()ing with VM_IOREMAP

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

0.00061EPSS
Exploits0References9
OSV
OSV
added 2025/12/24 1:7 p.m.2 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.00028EPSS
Exploits0References7
Cvelist
Cvelist
added 2025/12/24 1:7 p.m.19 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.00028EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/12/23 3:51 a.m.1 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.00024EPSS
Exploits0References7
OSV
OSV
added 2025/12/22 5:16 p.m.1 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.00024EPSS
Exploits0References11
CVE
CVE
added 2025/12/22 4:12 p.m.16 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.00024EPSS
Exploits0References3
Cvelist
Cvelist
added 2025/12/22 4:12 p.m.28 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.00024EPSS
Exploits0References3
OSV
OSV
added 2025/12/22 4:12 p.m.2 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.00024EPSS
Exploits0References6
UbuntuCve
UbuntuCve
added 2025/12/22 12:0 a.m.2 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.00024EPSS
Exploits0References10
Tenable Nessus
Tenable Nessus
added 2025/12/22 12:0 a.m.3 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...

6.2AI score0.00024EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/12/17 12:25 a.m.1 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.00023EPSS
Exploits0References7
EUVD
EUVD
added 2025/12/16 3:30 p.m.1 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.00023EPSS
Exploits0References4
UbuntuCve
UbuntuCve
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, ...

5.9AI score0.00058EPSS
Exploits0References33
OSV
OSV
added 2025/12/16 2:15 p.m.2 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.00023EPSS
Exploits0References1
OSV
OSV
added 2025/12/16 2:15 p.m.2 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.00023EPSS
Exploits0References1
NVD
NVD
added 2025/12/16 2:15 p.m.3 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.00023EPSS
Exploits0References7
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.1 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.00023EPSS
Exploits0References23
OSV
OSV
added 2025/12/16 2:15 p.m.0 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.00028EPSS
Exploits0References22
CVE
CVE
added 2025/12/16 1:48 p.m.19 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.00023EPSS
Exploits0References7Affected Software1
Rows per page
Query Builder