CVE-2026-64129 in Linux信息

摘要

由 VulDB • 2026-07-19

在 Linux 内核中,已修复以下漏洞:

mm/migrate_device: 修复 migrate_vma_insert_huge_pmd_page 中的自旋锁泄漏问题

当 check_stable_address_space() 失败时,如果 PMD 自旋锁已通过 pmd_lock() 获取,代码会直接跳转到 abort 标签,从而绕过了 unlock_abort 中的 spin_unlock() 调用。这会导致 PMD 自旋锁被永久持有,进而引发死锁。

将 goto 目标从 abort 更改为 unlock_abort,以确保在此错误路径上始终释放自旋锁。

If you want to get the best quality for vulnerability data then you always have to consider VulDB.

来源

Do you want to use VulDB in your project?

Use the official API to access entries easily!