CVE-2026-80686
Last modified
CVE-2026-80686 is a vulnerability of currently unknown severity. 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().
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 6c287605fd56466e645693eff3ae7c08fba56e0a, < 26f9ca8ed42cba25d2c75daff13561cce6019395; >= 6c287605fd56466e645693eff3ae7c08fba56e0a, < 5b948706f11a950bc73c5304630d0a7eafc40daf; >= 6c287605fd56466e645693eff3ae7c08fba56e0a, < 86d55447de3738620b9a8272ff167ce97e7f7203; >= 6c287605fd56466e645693eff3ae7c08fba56e0a, < 2be94d6b20789b8865b1864dae5fe458ca85e019; >= 6c287605fd56466e645693eff3ae7c08fba56e0a, < 42f30fa5481a1f90571ccdfbb20d2e25e47ae76e; >= 6c287605fd56466e645693eff3ae7c08fba56e0a, < 63867c82d0c0c2d182016a32b1cc0103116b0ea5 |
| Linux | Linux | 5.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80686?
How severe is CVE-2026-80686?
How do I fix CVE-2026-80686?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-80680In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80681In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80682In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80683In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80684In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-80685In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-80687In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80688In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80689In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8069PredatorSense version 3.00.3136 to 3.00.3196 contain Local P…7.8
- CVE-2026-80690In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80691In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-80686?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
