CVE-2026-23165

Publication date

2026-02-14 16:01:29

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: sfc: fix deadlock in RSS config read Since cited commit, core locks the net_devices rss_lock when handling ethtool -x command, so drivers implementation should not lock it again. Remove the latter.