In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Feb 14, 2026
to the GitHub Advisory Database
•
Updated Mar 18, 2026
Description
Published by the National Vulnerability Database
Feb 14, 2026
Published to the GitHub Advisory Database
Feb 14, 2026
Last updated
Mar 18, 2026
In the Linux kernel, the following vulnerability has been resolved:
sfc: fix deadlock in RSS config read
Since cited commit, core locks the net_device's rss_lock when handling
ethtool -x command, so driver's implementation should not lock it
again. Remove the latter.
References