CVE-2026-80686: mm: migrate_device: fix pte_pfn/pte_dirty called on non-present PTE

Published Aug 28, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

mm: migratedevice: fix ptepfn/ptedirty called on non-present PTE

ptepfn() and ptedirty() have undefined behaviour when called on a non-present PTE. In migratevmacollectpmd(), these functions may be invoked on non-present entries (e.g., device-private entries), leading to potential crashes from ptepfn() or incorrect dirty folio accounting from ptedirty(). Fix both by guarding with ptepresent() checks.

Affected Software

1 affected component
Linux Linux kernel

Event History

Aug 28, 2026
CVE Published
via MITRE·06:52 AM
Data Sourced
via MITRE·06:52 AM
Description

Frequently Asked Questions

1

Which systems are most likely to encounter this issue?

Systems using Linux kernel device-memory migration paths that can process non-present PTEs, including device-private entries, are the relevant exposure scope. The issue occurs in migrate_vma_collect_pmd().

2

What condition triggers the faulty behavior?

The migration code must call pte_pfn() or pte_dirty() on a non-present PTE. This can cause a crash through pte_pfn() or incorrect dirty-folio accounting through pte_dirty().

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203