CVE-2026-90097
Last modified
CVE-2026-90097 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Skip VMBus module cleanup for non-nested root partition The VMBus module initialization function, hv_acpi_init(), currently does nothing when running in the root partition and root is not nested in another VM. But the initialization function reports success, so the VMBus module is indeed loaded.
Description
In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Skip VMBus module cleanup for non-nested root partition The VMBus module initialization function, hv_acpi_init(), currently does nothing when running in the root partition and root is not nested in another VM. But the initialization function reports success, so the VMBus module is indeed loaded. VMBus functionality is not actually needed, but the VMBus module must be loaded so that hv_vmbus_exists() can answer correctly. Furthermore, the mshv_root dependency on the VMBus module is needed as described in the commit message for 840b740a35bf ("mshv: Add conditional VMBus dependency"). Loading the VMBus module without actually initializing it causes failures if the module should later be unloaded. The module unload code tries to clean up things that were never initialized, resulting in memory faults and a panic. Fix this by having VMBus module exit function perform the same check for non-nested root partition, and do nothing in such a case, just like hv_acpi_init(). In the long run, the code that manages the Hyper-V provided SynIC should be refactored to better coordinate the requirements of root partition scenarios and normal VM scenarios, and to hopefully remove the hv_vmbus_exists() dependnecy between mshv_root and VMBus modules. Preventing the current unload failure scenario is an expediency until such a refactoring is done.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 7e279d78664aa91107ebff4b03eca367967f5908, < aa17842bbccaeaba7d05c166019d1c96a41bca54; >= 7e279d78664aa91107ebff4b03eca367967f5908, < 4c19c302cc577bd6b466f6d8e97971777392c2fa; >= 7e279d78664aa91107ebff4b03eca367967f5908, < cee0d90bceae1dee3bcc70f8d6b2ceb5b87deb42 |
| Linux | Linux | 5.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90097?
How severe is CVE-2026-90097?
How do I fix CVE-2026-90097?
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-90091In the Linux kernel, the following vulnerability has been re…8
- CVE-2026-90092In the Linux kernel, the following vulnerability has been re…8
- CVE-2026-90093In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90094In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90095In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90096In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90098In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90099In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9010The Boost plugin for WordPress is vulnerable to time-based S…7.5
- CVE-2026-90100In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90101In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90102In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-90097?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
