Vulnerability in Linux
CVE-2025-39973
In the Linux kernel, the following vulnerability has been resolved: i40e: add validation for ring_len param The `ring_len` parameter provided by the virtual function (VF) is assigned directly to the hardware memory context (HMC) without any validation. To address this, introduce an upper boundary check for both Tx and Rx queue lengths. The maximum number of descriptors supported by the hardware is 8k-32. Additionally, enforce alignment constraints: Tx rings must be a multiple of 8, and Rx rings must be a multiple of 32.
EPSS: 0.001 (4.2th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 8.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H.
Affected products
- Linux — versions 5c3c48ac6bf56367c4e89f6453cd2d61e50375bd, 3.12, 0
References
Frequently asked questions
- What is CVE-2025-39973?
- CVE-2025-39973 is a high-severity vulnerability in Linux. CVSS score: 8.8/10. Published 2025-10-15.
- How severe is CVE-2025-39973?
- High severity. CVSS v3 base score is 8.8 out of 10.