Impact
This vulnerability in the Linux kernel's vfio/xe driver causes a kernel panic when a reset is issued on virtual devices that have not been initialized for migration. The bug manifests as a page fault due to uninitialized device state, a CWE‑824 flaw, resulting in an Oops that brings the entire system down. The impact is a denial of service that can affect the entire host machine.
Affected Systems
All Linux kernel implementations that compile the vfio/xe driver are affected, regardless of distribution. The fix is included in a kernel commit that reorganizes initialization; the exact kernel release is not specified, so any kernel prior to the patch is vulnerable.
Risk and Exploitability
The CVSS score is 5.5, indicating a medium severity. The EPSS score of <1% suggests a low probability of exploitation, and the vulnerability is not listed in CISA’s KEV catalog. Based on the description, it is inferred that this is a local privilege exploitation that requires a user with permission to write to the reset sysfs attribute of a VFIO device. An attacker with such access could trigger a system crash, but no known remote or privilege escalation path is described.
OpenCVE Enrichment