CVE-2026-89908
Last modified
CVE-2026-89908 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Preserve memslot arch flags on KVM_MR_FLAGS_ONLY kvm_arch_prepare_memory_region() computes new->arch.flags, i.e. whether a memslot is KVM_MEM_HUGEPAGE_CAPABLE or KVM_MEM_HUGEPAGE_INCAPABLE, only for KVM_MR_CREATE and KVM_MR_MOVE, and returns early for every other change.
Description
In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Preserve memslot arch flags on KVM_MR_FLAGS_ONLY kvm_arch_prepare_memory_region() computes new->arch.flags, i.e. whether a memslot is KVM_MEM_HUGEPAGE_CAPABLE or KVM_MEM_HUGEPAGE_INCAPABLE, only for KVM_MR_CREATE and KVM_MR_MOVE, and returns early for every other change. But the generic code allocates a zeroed memslot for every change and never copies old->arch, so after a KVM_MR_FLAGS_ONLY update, e.g. toggling KVM_MEM_LOG_DIRTY_PAGES for live migration, the active memslot has arch.flags == 0. With both flags clear, fault_supports_huge_mapping() falls through to the alignment check on the HVA range alone, which no longer verifies that the GPA and HVA have the same offset within a PMD. A memslot that was marked KVM_MEM_HUGEPAGE_INCAPABLE because of a GPA/HVA offset mismatch can then be mapped with PMD entries on read faults, and since kvm_map_page() aligns the gfn and the pfn independently, the guest ends up accessing the wrong host pages, exactly the "d -> f, e -> g" case described in the comment above the check. Carry the arch flags over from the old memslot for KVM_MR_FLAGS_ONLY, as the GPA, HVA and size are guaranteed to be unchanged for that case.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 7ab6fb505b2a7447c4a7237a12c59e3ad0c7298c, < 7c6df65b53846cd7a9a1c81c6ddb42fdc08603e8; >= 7ab6fb505b2a7447c4a7237a12c59e3ad0c7298c, < 4e4dbc341b1581dc512b85d98b768373b0398366; >= 7ab6fb505b2a7447c4a7237a12c59e3ad0c7298c, < bc7a6849b4395f45a602db91b0fb2fb2e9ed4bba; >= 7ab6fb505b2a7447c4a7237a12c59e3ad0c7298c, < 27a9bfee3bbcb3cabb77797354f07e0e44e49831 |
| Linux | Linux | 6.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89908?
How severe is CVE-2026-89908?
How do I fix CVE-2026-89908?
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-89902In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89903In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89904In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89905In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89906In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89907In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89909In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8991The Drag and Drop Multiple File Upload for Contact Form 7 pl…4.4
- CVE-2026-89910In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-89911In the Linux kernel, the following vulnerability has been re…7.9
- CVE-2026-89912In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89913In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-89908?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
