CVE-2026-90097

Source
https://cve.org/CVERecord?id=CVE-2026-90097
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90097.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90097
Downstream
Published
2026-09-17T16:06:09Z
Modified
2026-09-19T03:47:24Z
Summary
Drivers: hv: vmbus: Skip VMBus module cleanup for non-nested root partition
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90097.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
7e279d78664aa91107ebff4b03eca367967f5908
Fixed
aa17842bbccaeaba7d05c166019d1c96a41bca54
Fixed
4c19c302cc577bd6b466f6d8e97971777392c2fa
Fixed
cee0d90bceae1dee3bcc70f8d6b2ceb5b87deb42

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90097.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.12.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90097.json"