NONE · 0

CVE-2026-63953

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

Vulnerability Description

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.

References

FAQ

What is CVE-2026-63953?

CVE-2026-63953 is a documented vulnerability. 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_ab...

How severe is CVE-2026-63953?

CVSS scoring is not yet available for CVE-2026-63953. Check NVD for updates.

Is there a patch for CVE-2026-63953?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.