Lucene search
+L

15 matches found

SUSE CVE
SUSE CVE
added 2026/08/23 12:04 a.m.9 views

SUSE CVE-2026-74672

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: acquire initmm lock on huge vmap to avoid ptdump UAF Patch series "mm: fix UAF caused by race between ptdump and vmap pgtable freeing", v6. Kernel page table walkers fall into two broad categories - those ranges where...

6AI score0.00173EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/22 4:16 p.m.11 views

CVE-2026-74672

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: acquire initmm lock on huge vmap to avoid ptdump UAF Patch series "mm: fix UAF caused by race between ptdump and vmap pgtable freeing", v6. Kernel page table walkers fall into two broad categories - those ranges where...

0.00173EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/22 4:16 p.m.11 views

AZL-97292 CVE-2026-74672 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: acquire initmm lock on huge vmap to avoid ptdump UAF Patch series "mm: fix UAF caused by race between ptdump and vmap pgtable freeing", v6. Kernel page table walkers fall into two broad categories - those ranges where...

5.9AI score0.00173EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/22 3:32 p.m.10 views

EUVD-2026-64359

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: acquire initmm lock on huge vmap to avoid ptdump UAF Patch series "mm: fix UAF caused by race between ptdump and vmap pgtable freeing", v6. Kernel page table walkers fall into two broad categories - those ranges where...

6AI score0.00173EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/22 3:32 p.m.33 views

CVE-2026-74672

CVE-2026-74672 is a use-after-free vulnerability in the Linux kernel affecting both x86 and arm64 architectures. The root cause is a race condition between the ptdump page table walker and the vmap huge page table promotion logic: vmap frees lower page tables when promoting to huge leaf entries w...

6AI score0.00173EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.20 views

PT-2026-79677

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: acquire init mm lock on huge vmap to avoid ptdump UAF Patch series "mm: fix UAF caused by race between ptdump and vmap pgtable freeing", v6. Kernel page table walkers fall into two broad categories - those ranges wher...

5.9AI score0.00173EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-74672

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mm/vmalloc: acquire initmm lock on huge vmap to avoid ptdump UAF Patch series mm: fix UAF caused by race between ptdump and vmap pgtable freeing, v6. Kernel pag...

5.6AI score0.00173EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.17 views

CVE-2025-38383 mm/vmalloc: fix data race in show_numa_info()

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix data race in shownumainfo The following data-race was found in shownumainfo: ================================================================== BUG: KCSAN: data-race in vmallocinfoshow / vmallocinfoshow read to...

0.00113EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2025/02/24 12:00 a.m.12 views

The vulnerabilities of Linux operating system’s mm/vmalloc components, which allow attackers to trigger service failures

The vulnerability of mm/vmalloc components in Linux operating systems is related to memory corruption. Exploiting this vulnerability can allow an attacker to cause a system failure...

5.5CVSS6.6AI score0.00229EPSS
SaveExploits0References24Affected Software6
CVE
CVE
added 2024/09/11 3:13 p.m.169 views

CVE-2024-45022

CVE-2024-45022 affects Linux kernel mm/vmalloc: a high-order allocation fallback to order-0 in vm_area_alloc_pages() could lead __vmap_pages_range_noflush() to map pages with different shifts, risking memory corruption. The documentation states the fix is to remove the fallback code, so that if a...

7.8CVSS6.2AI score0.00229EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/09/11 3:13 p.m.18 views

CVE-2024-45022

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix page mapping if vmareaallocpages with high order fallback to order 0 The vmappagesrangenoflush assumes its argument pages contains pages with the same page shift. However, since commit e9c3cda4d86e "mm, vmalloc: f...

7.8CVSS5.6AI score0.00229EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/09/11 3:13 p.m.29 views

CVE-2024-45022 mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix page mapping if vmareaallocpages with high order fallback to order 0 The vmappagesrangenoflush assumes its argument pages contains pages with the same page shift. However, since commit e9c3cda4d86e "mm, vmalloc: f...

7.8CVSS0.00229EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/29 3:15 p.m.18 views

CVE-2024-41032

In the Linux kernel, the following vulnerability has been resolved: mm: vmalloc: check if a hash-index is in cpupossiblemask The problem is that there are systems where cpupossiblemask has gaps between set CPUs, for example SPARC. In this scenario addrtovbxa hash function can return an index whic...

7.8CVSS0.003EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/07/05 6:55 a.m.41 views

CVE-2024-39474 mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix vmalloc which may return null if called with GFPNOFAIL commit a421ef303008 "mm: allow !GFPKERNEL allocations for kvmalloc" includes support for GFPNOFAIL, but it presents a conflict with commit dd544141b9eb...

0.00224EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/07/05 6:55 a.m.19 views

CVE-2024-39474 mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix vmalloc which may return null if called with GFPNOFAIL commit a421ef303008 "mm: allow !GFPKERNEL allocations for kvmalloc" includes support for GFPNOFAIL, but it presents a conflict with commit dd544141b9eb...

6.8AI score0.00224EPSS
SaveExploits0References4
Rows per page
Query Builder