Impact
Based on the description, it is inferred that when the Linux kernel probes the hv:vmbus driver, the bus match callback is invoked without the device lock held. This race condition allows concurrent reads of the driver_override field, which can lead to a use‑after‑free of the driver structure. The resulting kernel memory corruption could be exploited to corrupt kernel data or execute arbitrary code in kernel mode.
Affected Systems
All Linux kernel builds that include the hv:vmbus driver are affected. No specific version numbers are listed in the CVE data, so any system running an unpatched kernel that contains this driver requires review and timely update. The vulnerability is tied to the Linux kernel itself, not a vendor-supplied binary.
Risk and Exploitability
Exploitation appears to require local access or the ability to trigger a driver probe, which is typically achievable with local privilege or privileged code. The EPSS score is less than 1%, indicating a low probability of exploitation in the wild, and the issue is not listed in the CISA KEV catalog. Based on the description, it is inferred that the attack vector is local and involves creating a race condition during driver attachment. The CVSS score of 5.5 reflects moderate severity for the use‑after‑free vulnerability.
OpenCVE Enrichment