PT-2026-86721 · Azure Linux · Kernel
Published
2026-08-28
·
Updated
2026-08-28
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
mm: migrate device: fix pte pfn/pte dirty called on non-present PTE
pte pfn() and pte dirty() have undefined behaviour when called on a
non-present PTE. In migrate vma collect pmd(), these functions may be
invoked on non-present entries (e.g., device-private entries), leading
to potential crashes from pte pfn() or incorrect dirty folio accounting
from pte dirty(). Fix both by guarding with pte present() checks.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Kernel