CVE-2026-89909
Last modified
CVE-2026-89909 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Free init resources if kvm_init() fails kvm_loongarch_init() calls kvm_loongarch_env_init() to allocate the per-CPU kvm_context (vmcs) and kvm_loongarch_ops and to register the perf callbacks, and then calls kvm_init(). If kvm_init() fails its result is returned directly, but since module_init() does not run the module_exit() stuff on failure, so kvm_loongarch_env_exit() is never called and those resources are leaked. So call kvm_loongarch_env_exit() when kvm_init() fails, matching the teardown-on-failure pattern used by riscv_kvm_init()..
Description
In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Free init resources if kvm_init() fails kvm_loongarch_init() calls kvm_loongarch_env_init() to allocate the per-CPU kvm_context (vmcs) and kvm_loongarch_ops and to register the perf callbacks, and then calls kvm_init(). If kvm_init() fails its result is returned directly, but since module_init() does not run the module_exit() stuff on failure, so kvm_loongarch_env_exit() is never called and those resources are leaked. So call kvm_loongarch_env_exit() when kvm_init() fails, matching the teardown-on-failure pattern used by riscv_kvm_init().
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 2bd6ac68726131da32ace9717aa63ff68cf6605c, < 6bbbd7b719233645a5c120557a9ca1422e6b7a48; >= 2bd6ac68726131da32ace9717aa63ff68cf6605c, < 6b78786ee7260d9818cf1d7a245b7a655ef83076; >= 2bd6ac68726131da32ace9717aa63ff68cf6605c, < 3bf6f5e2e1007d38a5f35bd37e94ab645a0c40bc; >= 2bd6ac68726131da32ace9717aa63ff68cf6605c, < f7a1064cce3b100b54780c68529176232d8eb01e |
| Linux | Linux | 6.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89909?
How severe is CVE-2026-89909?
How do I fix CVE-2026-89909?
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-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-89908In the Linux kernel, the following vulnerability has been re…8.8
- 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
- CVE-2026-89914In the Linux kernel, the following vulnerability has been re…9.3
Are you affected by CVE-2026-89909?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
