DEBIAN-CVE-2025-40219
In the Linux kernel, the following vulnerability has been resolved: PCI/IOV: Fix race between SR-IOV enable/disable and hotplug Commit 05703271c3cd ("PCI/IOV: Add PCI rescan-remove locking when enabling/disabling SR-IOV") tried to fix a race between the VF removal inside sriov_del_vfs() and concurrent hot unplug by taking the PCI rescan/remove lock in sriov_del_vfs(). Similarly the PCI rescan/remove lock was also taken in sriov_add_vfs() to protect addition of VFs. This approach however causes deadlock on trying to remove PFs with SR-IOV enabled because PFs disable SR-IOV during removal and this removal happens under the PCI rescan/remove lock. So the original fix had to be reverted. Instead of taking the PCI rescan/remove lock in sriov_add_vfs() and sriov_del_vfs(), fix the race that occurs with SR-IOV enable and disable vs hotplug higher up in the callchain by taking the lock in sriov_numvfs_store() before calling into the driver's sriov_configure() callback.
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux-6.1 | 6.1.140-1, 6.1.137-1, 6.1.129-1 |
| Debian:12 | linux | 6.10.11-1, *, * |
| Debian:11 | linux | 6.16.12-1, 6.12.22-1, 6.12.25-1 |
| Debian:13 | linux | 6.12.43-1, 6.12.48-1, 6.12.57-1 |
| Debian:14 | linux | 6.18.1-1, 6.17.9-1, 6.17.8-1 |
Timeline
- Dec 4, 2025 CVE Published
- May 2, 2026 CVE Updated