Bug 2502374 (CVE-2026-63953) - CVE-2026-63953 kernel: mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_page
Summary: CVE-2026-63953 kernel: mm/migrate_device: fix pgtable leak in migrate_vma_ins...
Keywords:
Status: NEW
Alias: CVE-2026-63953
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-19 16:04 UTC by OSIDB Bzimport
Modified: 2026-07-21 22:23 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-19 16:04:38 UTC
In the Linux kernel, the following vulnerability has been resolved:

mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_page

When migrate_vma_insert_huge_pmd_page() jumps to unlock_abort due
to a PMD check failure, the pgtable allocated earlier via
pte_alloc_one() is never freed, causing a memory leak.

Added free_abort label to release the pgtable in error path.


Note You need to log in before you can comment on or make changes to this bug.