Database/Kernel, userspace & hypervisor
Linux kernel migrate_device: pte_pfn/pte_dirty called on non-present PTEs during device migration
Impact
migrate_vma_collect_pmd() is the collection step of the HMM device-memory migration path - the code a GPU driver runs when moving pages between system memory and device memory. It could call pte_pfn() and pte_dirty() on non-present entries such as device-private entries, where both have undefined behaviour; the record states this can crash in pte_pfn() and produce incorrect dirty-folio accounting. On a GPU node this path is entered by ordinary unified/shared virtual memory use, so the failure is a host kernel crash on a machine holding many running jobs rather than a contained per-process fault. Nodes running no driver that creates device-private entries never reach the code.
Who can reach it
Local: a process using GPU unified/shared virtual memory on a driver that creates device-private pages (for example amdkfd SVM or nouveau). No remote or unauthenticated path.
What to do
Update to a stable kernel carrying the pte_present() guards and reboot the node. The fix is in core mm, so there is no module reload or runtime toggle that avoids it; the only alternative is not running workloads that trigger device page migration.
References
Related entries
- Linux kernel idxd: double free of wq, engine and group structs on setup error and cleanup pathsCVE-2026-80698 · Linux kernel dmaengine idxd (Intel DSA/IAA wq, engine and group device setup)Unscored
- Linux kernel KVM arm64 vGIC: double-deactivate of nested IRQs trips an AmpereOne erratumCVE-2026-80699 · Linux kernel KVM/arm64 vGIC (nested-context IRQ deactivation)Unscored
- Microsoft Hyper-V: vmswitch fails to validate guest OID requestsCVE-2021-28476 · Microsoft Hyper-VCritical
- Incus: instance snapshots bypass restricted.containers.lowlevel, giving command execution on the hostCVE-2026-48751 · Incus (instance snapshots ignore restricted.containers.lowlevel)Critical
- VMware ESXi (OpenSLP): Use-after-free in OpenSLP on port 427 - unauthenticated remote code execution on the hypervisorCVE-2020-3992 · VMware ESXi (OpenSLP)Critical
- Linux kernel mlx5_core kTLS RX offload: TLS RX resync list corruption: entries are moved by the resync handlerCVE-2021-47215 · Linux kernel mlx5_core kTLS RX offloadCritical
This entry is curated: imported from vendor advisories with machine assistance, not yet individually verified. Confirm against your vendor's advisory before acting, and report anything wrong.