CVE-2025-39969: i40e: fix validation of VF state in get resources
In the Linux kernel, the following vulnerability has been resolved:
i40e: fix validation of VF state in get resources
VF state I40E_VF_STATE_ACTIVE is not the only state in which
VF is actually active so it should not be used to determine
if a VF is allowed to obtain resources.
Use I40E_VF_STATE_RESOURCES_LOADED that is set only in
i40e_vc_get_vf_resources_msg() and cleared during reset.
Security readout for executives and security teams
Plain-English summary
A Linux i40e network-driver flaw can let a low-privileged local actor request virtual-function resources during an invalid state. The supplied CVSS assessment indicates possible compromise of confidentiality, integrity, and availability across a security boundary. Exposure depends on systems using i40e with SR-IOV virtual functions, so ordinary Linux installations may not be reachable.
Executive priority
Treat as a high-priority infrastructure issue where i40e SR-IOV VFs cross workload or tenant trust boundaries. First establish whether that configuration exists; then patch affected hosts through supported kernel channels. Lower the immediate priority for systems without i40e, without configured VFs, or without plausible low-privileged local access, while retaining normal update coverage.
Technical view
The i40e driver incorrectly treated I40E_VF_STATE_ACTIVE as sufficient authorization for a VF resource request. That state does not reliably mean resources are loaded. The correction checks I40E_VF_STATE_RESOURCES_LOADED, which is set during resource allocation and cleared on reset. CVSS 3.1 is 8.8: local access, low complexity, low privileges, no user interaction, and changed scope.
Likely exposure
Most relevant to Linux hosts using the i40e driver with SR-IOV virtual functions, especially where less-trusted local users or workloads can interact with VFs. The source bundle marks several kernel releases affected, but its version lists are complex and potentially distribution-dependent. Confirm exposure using the running kernel package, driver configuration, and vendor backport information.
Exploitation context
The supplied record is not in KEV and provides no evidence of active or public exploitation. The CVSS vector describes a local, low-privilege attack rather than remote network exploitation. Successful abuse also appears dependent on reaching the affected i40e VF resource-management path in an inappropriate state; the bundle does not document a proven exploit or observed incidents.
Researcher notes
The defect is a state-validation error in the VF resource path, corrected by testing RESOURCES_LOADED instead of ACTIVE. The supplied version data includes commit identifiers and release numbers with differing default-status declarations, so simplistic version-string matching is unreliable. Use distribution backport records or inspect source provenance. No CWE, exploit proof, incident evidence, or workaround is supplied.
Mitigation direction
Install a vendor-supported kernel update containing the applicable stable i40e correction.
Consult distribution advisories for corrected package versions and backport status.
Prioritize multi-tenant or less-trusted hosts that expose i40e SR-IOV virtual functions.
Follow vendor guidance if immediate kernel replacement is operationally constrained.
Validation and detection
Inventory running kernel versions and identify systems loading the i40e driver.
Determine whether SR-IOV virtual functions are configured on affected network adapters.
Confirm the installed kernel includes the relevant stable fix or vendor backport.
After updating and rebooting, verify the active kernel package and i40e driver state.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2025-39969 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
9Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.