CVE-2026-80676: Drivers: hv: vmbus: use generic driver_override infrastructure

Published Aug 28, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

Drivers: hv: vmbus: use generic driveroverride infrastructure

When a driver is probed through driverattach(), the bus' match() callback is called without the device lock held, thus accessing the driveroverride field without a lock, which can cause a UAF.

Fix this by using the driver-core driveroverride infrastructure taking care of proper locking internally.

Note that calling match() from driverattach() without the device lock held is intentional. [1]

Affected Software

1 affected component
Linux Linux kernel

Event History

Aug 28, 2026
CVE Published
via MITRE·06:49 AM
Data Sourced
via MITRE·06:49 AM
Description

Frequently Asked Questions

1

What systems are exposed to this issue?

Systems running the Linux kernel with the Hyper-V VMBus driver path are relevant. The issue occurs when the VMBus bus match callback accesses driver_override during driver probing through __driver_attach().

2

What condition is required to trigger the use-after-free?

The vulnerable path requires driver probing through __driver_attach() while the VMBus match callback accesses the driver_override field without the device lock held. The provided information does not identify a remote trigger or a specific attacker capability.

3

How is the issue addressed?

The fix changes VMBus to use the generic driver-core driver_override infrastructure, which handles the necessary locking internally. The referenced stable-kernel commits contain the remediation.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203