CVE-2026-64129
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
19/07/2026
Last modified:
13/08/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
mm/migrate_device: fix spinlock leak in migrate_vma_insert_huge_pmd_page<br />
<br />
When check_stable_address_space() fails after the PMD spinlock has<br />
been acquired via pmd_lock(), the code jumps directly to the abort<br />
label, bypassing the spin_unlock() call in unlock_abort. This causes<br />
the PMD spinlock to be permanently held, leading to a deadlock.<br />
<br />
Change the goto target from abort to unlock_abort to ensure the<br />
spinlock is always released on this error path.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.11 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



