Lucene search
+L

380 matches found

NVD
NVD
added 2026/07/19 4:17 p.m.10 views

CVE-2026-64130

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: fix initialization of tags of the huge zero folio with initonfree GFPZEROTAGS semantics are currently a bit weird, but effectively this flag is only ever set alongside GFPZERO and GFPSKIPKASAN. If we run with...

5.5CVSS0.0016EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 3:41 p.m.21 views

EUVD-2026-45866

In the Linux kernel, the following vulnerability has been resolved: mm: fix vmnormalpage to handle missing support for pmdspecial/pudspecial On x86 32-bit with THP enabled, zaphugepmd is seen to generate a "WARNING: mm/memory.c:735 at vmnormalpage+0x6a/0x7d", from the VMWARNONONCEiszeropfnpfn ||...

5.5AI score0.00173EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:41 p.m.9 views

CVE-2026-64181

In the Linux kernel, the following vulnerability has been resolved: mm: fix vmnormalpage to handle missing support for pmdspecial/pudspecial On x86 32-bit with THP enabled, zaphugepmd is seen to generate a "WARNING: mm/memory.c:735 at vmnormalpage+0x6a/0x7d", from the VMWARNONONCEiszeropfnpfn ||...

5.4AI score0.00173EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 3:41 p.m.16 views

CVE-2026-64181

In the Linux kernel, the following vulnerability has been resolved: mm: fix vmnormalpage to handle missing support for pmdspecial/pudspecial On x86 32-bit with THP enabled, zaphugepmd is seen to generate a "WARNING: mm/memory.c:735 at vmnormalpage+0x6a/0x7d", from the VMWARNONONCEiszeropfnpfn ||...

7.8CVSS5.3AI score0.00173EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 3:41 p.m.29 views

CVE-2026-64181

In Linux kernel CVE-2026-64181, the issue on 32-bit x86 with THP enabled stems from __vm_normal_page failing to account for missing implementation of pmd_special()/pud_special(). This can cause warnings and later kernel state bugs (Bad rss-counter state, Bad page state) during memory reclaim when...

7.8CVSS5.5AI score0.00173EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/19 3:41 p.m.8 views

CVE-2026-64181 mm: fix __vm_normal_page() to handle missing support for pmd_special()/pud_special()

In the Linux kernel, the following vulnerability has been resolved: mm: fix vmnormalpage to handle missing support for pmdspecial/pudspecial On x86 32-bit with THP enabled, zaphugepmd is seen to generate a "WARNING: mm/memory.c:735 at vmnormalpage+0x6a/0x7d", from the VMWARNONONCEiszeropfnpfn ||...

7.8CVSS5.4AI score
SaveExploits0References6
EUVD
EUVD
added 2026/07/19 3:40 p.m.33 views

EUVD-2026-45814

In the Linux kernel, the following vulnerability has been resolved: mm/migratedevice: fix spinlock leak in migratevmainserthugepmdpage When checkstableaddressspace fails after the PMD spinlock has been acquired via pmdlock, the code jumps directly to the abort label, bypassing the spinunlock call...

5.4AI score0.00123EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.7 views

CVE-2026-64129

In the Linux kernel, the following vulnerability has been resolved: mm/migratedevice: fix spinlock leak in migratevmainserthugepmdpage When checkstableaddressspace fails after the PMD spinlock has been acquired via pmdlock, the code jumps directly to the abort label, bypassing the spinunlock call...

5.4AI score0.00123EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.9 views

CVE-2026-63953

In the Linux kernel, the following vulnerability has been resolved: mm/migratedevice: fix pgtable leak in migratevmainserthugepmdpage When migratevmainserthugepmdpage jumps to unlockabort due to a PMD check failure, the pgtable allocated earlier via pteallocone is never freed, causing a memory...

5.2AI score0.00198EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 2:55 p.m.32 views

CVE-2026-63953

CVE-2026-63953 concerns a Linux kernel memory-leak after migrate_vma_insert_huge_pmd_page() jumps to unlock_abort on PMD check failure. The pgtable allocated via pte_alloc_one() could remain unreleased in the error path, leading to a leak. The fix adds a free_abort path to release the pgtable whe...

5.4AI score0.00198EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/19 2:54 p.m.34 views

CVE-2026-63875

CVE-2026-63875 (arm64 Linux kernel) : The issue occurs during unsharing PMD tables in huge_pmd_unshare(), where tlb_unshare_pmd_ptdesc() sets tlb->unshared_tables=true but aarch64 tlb_flush() only checked tlb->freed_tables. This mismatch allowed stale PMD entries to remain in the walk cache...

7.8CVSS5.4AI score0.00176EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 2:54 p.m.16 views

CVE-2026-63875

In the Linux kernel, the following vulnerability has been resolved: arm64: tlb: Flush walk cache when unsharing PMD tables When hugepmdunshare is called to unshare a PMD table, the tlbunsharepmdptdesc function sets tlb-unsharedtables=true but the aarch64 tlbflush only checked tlb-freedtables to...

7.8CVSS5.2AI score0.00176EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.12 views

PT-2026-61270

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak occurs in the Linux kernel within the migrate vma insert huge pmd page function. When a PMD Page Middle Directory check fails and the process jumps to unlock abort, the pag...

5.2AI score0.00198EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.20 views

PT-2026-61192

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the arm64 architecture where the tlb flush function failed to properly invalidate the walk cache when unsharing PMD tables. Specifically, the function only checked...

7.8CVSS5.8AI score0.00176EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.20 views

PT-2026-61498

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the memory management system where vm normal page fails to handle missing support for pmd special and pud special. On x86 32-bit systems with Transparent Huge Pages TH...

7.8CVSS5.2AI score0.00173EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/06/30 1:43 a.m.17 views

SUSE CVE-2026-53108

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Fix unmap race with PMD migration entries The following race is possible with migration swap entries or device-private THP entries. e.g. when movepages is called on a PMD THP page, then there maybe an intermediate...

5.8AI score0.00098EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/06/28 12:00 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-53155

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mm/hugememory: use correct flags for device private PMD entry Commit 65edfda6f3f2 mm/rmap: extend rmap and migration support device-private entries updated...

5.5CVSS5.1AI score0.00143EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/06/28 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-53189

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mm/hugememory: update file PMD counter before folioput splithugepmdlocked updates the file/shmem RSS counter after dropping the PMD mapping's folio reference. I...

7.8CVSS4AI score0.00129EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/06/26 2:10 a.m.15 views

SUSE CVE-2026-53189

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: update file PMD counter before folioput splithugepmdlocked updates the file/shmem RSS counter after dropping the PMD mapping's folio reference. If folioput drops the last reference, mmcounterfile can later read fre...

4.7CVSS5.8AI score0.00129EPSS
SaveExploits0References5
NVD
NVD
added 2026/06/25 9:16 a.m.13 views

CVE-2026-53155

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: use correct flags for device private PMD entry Commit 65edfda6f3f2 "mm/rmap: extend rmap and migration support device-private entries" updated setpmdmigrationentry to use pmdphugegetandclear in the softleaf case, b...

5.5CVSS0.00143EPSS
SaveExploits0References2
Rows per page
Query Builder