PT-2026-61448 · Linux+1 · Linux Kernel+1
CVE-2026-64131
·
Published
2026-07-19
·
Updated
2026-09-07
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An issue exists in the memory management subsystem where spurious warnings occur when unmapping device-private or exclusive pages. The system incorrectly uses the
vma is anonymous() function to test assumptions in the unmap path, whereas migrate device pages() and make device exclusive() use folio test anon(). Because a folio can be anonymous while its associated Virtual Memory Area (VMA) is filebacked, vma is anonymous() may return false even if folio test anon() is true. This discrepancy can lead to incorrect warnings during process teardown when devices migrate folios to device-private memory.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel
Ubuntu