CVE-2026-89917
Last modified
CVE-2026-89917 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Handle VNCR TLB invalidation race with vcpu_put() VNCR unmapping While VNCR TLB invalidation always occurs under the MMU lock, vcpu_put() doesn't, while it unmaps the VNCR page. The problem is that the invalidation evaluates vncr_tlb::cpu to decide whether an unmapping needs to take place (cpu != -1) before performing it. On the other hand, this_cpu_reset_vncr_fixmap() unconditionally unmaps if L1_VNCR_MAPPED is set. These two obviously can race, with a TOCTOU pattern on the TLBI path, and a BUG_ON() on the vcpu_put() path.
Description
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Handle VNCR TLB invalidation race with vcpu_put() VNCR unmapping While VNCR TLB invalidation always occurs under the MMU lock, vcpu_put() doesn't, while it unmaps the VNCR page. The problem is that the invalidation evaluates vncr_tlb::cpu to decide whether an unmapping needs to take place (cpu != -1) before performing it. On the other hand, this_cpu_reset_vncr_fixmap() unconditionally unmaps if L1_VNCR_MAPPED is set. These two obviously can race, with a TOCTOU pattern on the TLBI path, and a BUG_ON() on the vcpu_put() path. And the two can end-up calling vncr_fixmap(-1), with extra lethal effects. Move the reset of vncr_tlb::cpu to -1 to a common function, and make this update atomic so that only a single thread can reset the field and perform the corresponding unmap. The vcpu_put() still need to unconditionally unmap the current VNCR to close another ugly race. Finally, the assignment of vncr_tlb::cpu is moved to be kept in sync with the actual mapping, similar to L1_VNCR_MAPPED being set.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 7270cc9157f474dfc46750a34c9d7defc686b2eb, < 5cbd8761d001c11ada73b1753d772c4745a70e72; >= 7270cc9157f474dfc46750a34c9d7defc686b2eb, < 9065c1261f8a05c6a7a2d90048c7c0665ab2896d; >= 7270cc9157f474dfc46750a34c9d7defc686b2eb, < 38640bc32be3fcf9526d477155bc19d3f146231f |
| Linux | Linux | 6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89917?
How severe is CVE-2026-89917?
How do I fix CVE-2026-89917?
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-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
- CVE-2026-89914In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-89915In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-89916In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-89918In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-89919In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8992An improper certificate validation vulnerability in Ivanti S…8.8
- CVE-2026-89920In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89921In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89922In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-89917?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
