CVE-2025-39969
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2025-39969, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-10-15

Last updated on: 2025-10-16

Assigner: kernel.org

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-10-15
Last Modified
2025-10-16
Generated
2026-07-06
AI Q&A
2025-10-15
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
intel linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel's i40e driver involves improper validation of the Virtual Function (VF) state when obtaining resources. The driver incorrectly uses the VF state I40E_VF_STATE_ACTIVE to determine if a VF is allowed to obtain resources, but this state does not cover all cases where a VF is active. The correct state to check is I40E_VF_STATE_RESOURCES_LOADED, which is set only when resources are properly allocated and cleared during reset. This fix ensures that resource allocation checks are accurate.

Impact Analysis

If exploited, this vulnerability could allow a Virtual Function (VF) to obtain resources improperly because the driver does not correctly validate the VF's active state. This could lead to resource misallocation or instability in the network device's operation, potentially affecting system reliability or performance.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-39969. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart