Description
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.
Published: 2026-08-28
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Kernel Crash
Action: Apply patch
AI Analysis

Impact

The vulnerability arises from calling the page table lookup functions pte_pfn() and pte_dirty() on non‑present page table entries. During the migrate_vma_collect_pmd() path, these functions may be invoked on non‑present or device‑private entries, leading to undefined behaviour. The result can be a kernel panic or incorrect dirty folio accounting, which manifests as a system crash. The impact is therefore a denial of service that can affect all users of the machine.

Affected Systems

Linux kernel implementations. The flaw exists in any kernel build that includes the migrate_vma_collect_pmd() path and does not guard calls to pte_pfn() and pte_dirty() with a pte_present() check.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity, while the EPSS score of less than 1% suggests a low likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog. Because the flaw requires executing kernel code that can trigger the undefined behaviour, it is realistically exploitable by a local attacker or a malicious device driver, potentially causing a crash and disrupting service.

Generated by OpenCVE AI on September 2, 2026 at 04:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest upstream Linux kernel that includes the pte_present guard in migrate_vma_collect_pmd()
  • If a patch cannot be applied immediately, disable or remove untrusted device drivers that perform memory migration to prevent the faulting path from being exercised
  • Enable kernel runtime debugging and monitor for crashes or pte_dirty anomalies to detect potential exploitation attempts

Generated by OpenCVE AI on September 2, 2026 at 04:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4777-1 linux security update
History

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
CWE-665

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-824
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Fri, 28 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
CWE-665

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description 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.
Title mm: migrate_device: fix pte_pfn/pte_dirty called on non-present PTE
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-28T06:52:51.924Z

Reserved: 2026-08-26T14:34:25.784Z

Link: CVE-2026-80686

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:54.067

Modified: 2026-08-28T08:16:54.067

Link: CVE-2026-80686

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80686 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T05:00:13Z

Weaknesses
  • CWE-824

    Access of Uninitialized Pointer