Impact
The Linux kernel commit that was reverted re‑introduced a lock recursion in the PCI/IOV subsystem. When disabling SR‑IOV through the sysfs interface, the function sriov_del_vfs() attempts to acquire the pci_rescan_remove_lock while that lock is already held by pci_stop_and_remove_bus_device_locked. This causes a deadlock, which can stall the kernel and potentially lead to a system halt. The nature of the flaw is a lock ordering problem, corresponding to CWE-667 and the related deadlock CWE-833.
Affected Systems
All Linux kernel builds that contain the reverted commit, i.e. kernels prior to the application of a future fix that corrects the lock recursion. The vendor list indicates the generic Linux kernel, but no specific releases are enumerated. Administrators should review their kernel's patch history or source code to determine if the vulnerable logic is present.
Risk and Exploitability
The CVSS score of 5.5 indicates moderate severity. EPSS < 1% and no KEV listing suggest low exploitation risk. Requires privileged access to sysfs, inferred from normal permissions. Likely attack vector is local enable/disable of SR‑IOV.
OpenCVE Enrichment
Debian DLA