CVE-2025-39972
BaseFortify
Publication date: 2025-10-15
Last updated on: 2025-10-16
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is related to the Linux kernel's i40e driver. It involves improper validation of an index (idx) in the function i40e_validate_queue_map. The fix ensures that the idx is within the range of active or initialized Traffic Classes (TCs) when accessing vf->ch[idx], preventing potential out-of-bounds access or invalid memory usage.
How can this vulnerability impact me? :
If exploited, this vulnerability could lead to improper memory access within the Linux kernel's network driver, potentially causing system instability, crashes, or other unpredictable behavior. However, specific impacts such as privilege escalation or data leakage are not detailed.