Description
In the Linux kernel, the following vulnerability has been resolved: i40e: Fix call trace in setup_tx_descriptors After PF reset and ethtool -t there was call trace in dmesg sometimes leading to panic. When there was some time, around 5 seconds, between reset and test there were no errors. Problem was that pf reset calls i40e_vsi_close in prep_for_reset and ethtool -t calls i40e_vsi_close in diag_test. If there was not enough time between those commands the second i40e_vsi_close starts before previous i40e_vsi_close was done which leads to crash. Add check to diag_test if pf is in reset and don't start offline tests if it is true. Add netif_info("testing failed") into unhappy path of i40e_diag_test()
References (7)
Core 7
Core References
Scores
CVSS v3
7.8
EPSS
0.0030
EPSS Percentile
22.2%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Details
Status
published
Products (24)
linux/Kernel
4.15.0 - 4.19.249linux
linux/Kernel
4.2.0 - 4.14.285linux
linux/Kernel
4.20.0 - 5.4.200linux
linux/Kernel
5.11.0 - 5.15.49linux
linux/Kernel
5.16.0 - 5.18.6linux
linux/Kernel
5.5.0 - 5.10.124linux
Linux/Linux
< 4.2
Linux/Linux
4.14.285 - 4.14.*
Linux/Linux
4.19.249 - 4.19.*
Linux/Linux
4.2
... and 14 more
Published
Feb 26, 2025
Tracked Since
Feb 18, 2026