Answer in brief
CVE-2026-64476 records a Unknown severity vulnerability in vfio/pci: Latch disable_idle_d3 per device. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=7ab5e10eda02da1d9562ffde562c51055d368e9c <332d785f9ae426eeeb92527872adf09d84101ba3 || >=7ab5e10eda02da1d9562ffde562c51055d368e9c <654710ef3135c4546b20a903bc23a51b0c44d6c8 || >=7ab5e10eda02da1d9562ffde562c51055d368e9c <b98296816d31441b307ef9fa8670dcf5a55e5505 || >=7ab5e10eda02da1d9562ffde562c51055d368e9c <f6c67cf0051f96ba61d186731d3d9409b9927db2 || >=7ab5e10eda02da1d9562ffde562c51055d368e9c <062b820290bcb9778e43a73597df76e9bb08acfb || >=7ab5e10eda02da1d9562ffde562c51055d368e9c <4575e9aac5336d1365138c0284773bf8da4b1fa3 | 332d785f9ae426eeeb92527872adf09d84101ba3, 654710ef3135c4546b20a903bc23a51b0c44d6c8, b98296816d31441b307ef9fa8670dcf5a55e5505, f6c67cf0051f96ba61d186731d3d9409b9927db2, 062b820290bcb9778e43a73597df76e9bb08acfb, 4575e9aac5336d1365138c0284773bf8da4b1fa3 |
| Linux/Linuxgeneric | 5.19 | Not reported |
Published upstream
Jul 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 17, 2026
In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Latch disable_idle_d3 per device When disable_idle_d3 was introduced in vfio-pci, it directly manipulated the device power state with pci_set_power_state(). There were no refcounts to maintain or balanced operations, we could unconditionally bring the device to D0 and conditionally move it to D3hot. Therefore the module parameter was made writable. Later, in commit c61302aa48f7 ("vfio/pci: Move module parameters to vfio_pci.c"), as part of the vfio-pci-core split, the writable aspect of the module parameter was nullified. The parameter value could still be changed through sysfs, but the vfio-pci driver latched the values into vfio-pci-core globals at module init. Loading the vfio-pci module, or unloading and reloading, with non-default or different values could change the globals relative to existing devices bound to vfio-pci variant drivers. Runtime PM was introduced in commit 7ab5e10eda02 ("vfio/pci: Move the unused device into low power state with runtime PM"), which marks the point where power states became refcounted. PM get and put operations need to be balanced, but the same module operations noted above can change the global variables relative to those devices already bound to vfio-pci variant drivers. This introduces a window where PM operations can now become unbalanced. To resolve this with a narrow footprint for stable backports, the disable_idle_d3 flag is latched into the vfio_pci_core_device at the time of initialization, such that the device always operates with a consistent value. NB. vfio_pci_dev_set_try_reset() now unconditionally raises the runtime PM usage count around bus reset to account for disable_idle_d3 becoming a per-device rather than global flag. When this flag is set, the additional get/put pair is harmless and allows continued use of the shared vfio_pci_dev_set_pm_runtime_get() helper.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2026-64476 records a Unknown severity vulnerability in vfio/pci: Latch disable_idle_d3 per device. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=7ab5e10eda02da1d9562ffde562c51055d368e9c <332d785f9ae426eeeb92527872adf09d84101ba3 || >=7ab5e10eda02da1d9562ffde562c51055d368e9c <654710ef3135c4546b20a903bc23a51b0c44d6c8 || >=7ab5e10eda02da1d9562ffde562c51055d368e9c <b98296816d31441b307ef9fa8670dcf5a55e5505 || >=7ab5e10eda02da1d9562ffde562c51055d368e9c <f6c67cf0051f96ba61d186731d3d9409b9927db2 || >=7ab5e10eda02da1d9562ffde562c51055d368e9c <062b820290bcb9778e43a73597df76e9bb08acfb || >=7ab5e10eda02da1d9562ffde562c51055d368e9c <4575e9aac5336d1365138c0284773bf8da4b1fa3 | 332d785f9ae426eeeb92527872adf09d84101ba3, 654710ef3135c4546b20a903bc23a51b0c44d6c8, b98296816d31441b307ef9fa8670dcf5a55e5505, f6c67cf0051f96ba61d186731d3d9409b9927db2, 062b820290bcb9778e43a73597df76e9bb08acfb, 4575e9aac5336d1365138c0284773bf8da4b1fa3 |
| Linux/Linuxgeneric | 5.19 | Not reported |
Published upstream
Jul 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 17, 2026
In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Latch disable_idle_d3 per device When disable_idle_d3 was introduced in vfio-pci, it directly manipulated the device power state with pci_set_power_state(). There were no refcounts to maintain or balanced operations, we could unconditionally bring the device to D0 and conditionally move it to D3hot. Therefore the module parameter was made writable. Later, in commit c61302aa48f7 ("vfio/pci: Move module parameters to vfio_pci.c"), as part of the vfio-pci-core split, the writable aspect of the module parameter was nullified. The parameter value could still be changed through sysfs, but the vfio-pci driver latched the values into vfio-pci-core globals at module init. Loading the vfio-pci module, or unloading and reloading, with non-default or different values could change the globals relative to existing devices bound to vfio-pci variant drivers. Runtime PM was introduced in commit 7ab5e10eda02 ("vfio/pci: Move the unused device into low power state with runtime PM"), which marks the point where power states became refcounted. PM get and put operations need to be balanced, but the same module operations noted above can change the global variables relative to those devices already bound to vfio-pci variant drivers. This introduces a window where PM operations can now become unbalanced. To resolve this with a narrow footprint for stable backports, the disable_idle_d3 flag is latched into the vfio_pci_core_device at the time of initialization, such that the device always operates with a consistent value. NB. vfio_pci_dev_set_try_reset() now unconditionally raises the runtime PM usage count around bus reset to account for disable_idle_d3 becoming a per-device rather than global flag. When this flag is set, the additional get/put pair is harmless and allows continued use of the shared vfio_pci_dev_set_pm_runtime_get() helper.
Quoted source text, attributed separately from HOL analysis.