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

Drivers: hv: vmbus: use generic driver_override infrastructure

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

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

Note that calling match() from __driver_attach() without the device lock
held is intentional. [1]
Published: 2026-08-28
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

When the Linux kernel probes the hv:vmbus driver, the bus match function is called without holding the device lock. This allows the code to read the driver_override field concurrently, which can result in a use‑after‑free if another thread frees or modifies the driver structure. The resulting memory corruption could enable an attacker to corrupt kernel data or execute arbitrary code in kernel mode.

Affected Systems

All Linux kernel builds that contain the hv:vmbus driver are affected. No specific kernel releases are listed, so any distribution running an unpatched kernel requires review.

Risk and Exploitability

Exploitation requires access to a running kernel and the ability to trigger a driver probe, which is typically achievable with local privilege or by running privileged code. The EPSS score is not available, and the vulnerability is not in the CISA KEV catalog, but the vulnerability type (use‑after‑free) is a high‑severity flaw that could allow local privilege escalation to kernel level. The likely attack path involves loading or reloading the hv:vmbus driver while the device lock is not held, leading to the race condition described.

Generated by OpenCVE AI on August 28, 2026 at 09:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a release that includes the driver_core driver_override fix for hv:vmbus.
  • Recompile or load the hv:vmbus module after the kernel update to ensure it uses the new driver_override infrastructure.
  • If an immediate kernel update is not possible, disable hv driver override functionality or remove the hv driver from the system to eliminate the race condition.

Generated by OpenCVE AI on August 28, 2026 at 09:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: use generic driver_override infrastructure When a driver is probed through __driver_attach(), the bus' match() callback is called without the device lock held, thus accessing the driver_override field without a lock, which can cause a UAF. Fix this by using the driver-core driver_override infrastructure taking care of proper locking internally. Note that calling match() from __driver_attach() without the device lock held is intentional. [1]
Title Drivers: hv: vmbus: use generic driver_override infrastructure
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-28T06:49:14.747Z

Reserved: 2026-08-26T14:34:25.783Z

Link: CVE-2026-80676

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:52.883

Modified: 2026-08-28T08:16:52.883

Link: CVE-2026-80676

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T10:00:06Z

Weaknesses