7 matches found
CVE-2026-64129
CVE-2026-64129 affects the Linux kernel where, in migrate_vma_insert_huge_pmd_page within the memory management code, a spinlock leak could occur if check_stable_address_space() fails after pmd_lock() acquires the PMD spinlock. The path could jump to abort, bypassing the unlock, causing the PMD s...
CVE-2026-53108
CVE-2026-53108 concerns a race in PowerPC64 (book3s64) PMD migration handling during unmap vs move_pages. The vulnerability arises when a PMD migration entry is created by migrate_pages while an munmap occurs, hitting a VM_BUG_ON in pmdp_huge_get_and_clear_full. The Linux kernel patch (commit a30...
CVE-2026-23097
In the Linux kernel, the following vulnerability has been resolved: migrate: correct lock ordering for hugetlb file folios Syzbot has found a deadlock analyzed by Lance Yang: 1 Task 5749: Holds foliolock, then tries to acquire immaprwsemread lock. 2 Task 5754: Holds immaprwsemwrite lock, then tri...
kernel: mm/huge_memory: fix dereferencing invalid pmd migration entry
In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: fix dereferencing invalid pmd migration entry When migrating a THP, concurrent access to the PMD migration entry during a deferred split scan can lead to an invalid address access, as illustrated below. To prevent...
kernel: mm/huge_memory: fix dereferencing invalid pmd migration entry
In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: fix dereferencing invalid pmd migration entry When migrating a THP, concurrent access to the PMD migration entry during a deferred split scan can lead to an invalid address access, as illustrated below. To prevent...
Denial Of Service (DoS)
Linux kernel is vulnerable to denial of service. A flaw was found in the way Linux kernel's Transparent Huge Pages THP implementation handled non-huge page migration. A local, unprivileged user could use this flaw to crash the kernel by migrating transparent hugepages...
Kernel: missing check during hugepage migration
A flaw was found in the way Linux kernel's Transparent Huge Pages THP implementation handled non-huge page migration. A local, unprivileged user could use this flaw to crash the kernel by migrating transparent hugepages...