CVE-2023-54156
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
24/12/2025
Last modified:
24/12/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
sfc: fix crash when reading stats while NIC is resetting<br />
<br />
efx_net_stats() (.ndo_get_stats64) can be called during an ethtool<br />
selftest, during which time nic_data->mc_stats is NULL as the NIC has<br />
been fini&#39;d. In this case do not attempt to fetch the latest stats<br />
from the hardware, else we will crash on a NULL dereference:<br />
BUG: kernel NULL pointer dereference, address: 0000000000000038<br />
RIP efx_nic_update_stats<br />
abridged calltrace:<br />
efx_ef10_update_stats_pf<br />
efx_net_stats<br />
dev_get_stats<br />
dev_seq_printf_stats<br />
Skipping the read is safe, we will simply give out stale stats.<br />
To ensure that the free in efx_ef10_fini_nic() does not race against<br />
efx_ef10_update_stats_pf(), which could cause a TOCTTOU bug, take the<br />
efx->stats_lock in fini_nic (it is already held across update_stats).
Impact
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/446f5567934331923d0aec4ce045e4ecb0174aae
- https://git.kernel.org/stable/c/470152d76b3ed107d172ea46acc4bfa941f20b4b
- https://git.kernel.org/stable/c/91f4ef204e731565afdc6c2a7fcf509a3fd6fd67
- https://git.kernel.org/stable/c/aba32b4c58112960c0c708703ca6b44dc8944082
- https://git.kernel.org/stable/c/cb1aa7cc562cab6a87ea33574c8c65f2d2fd7aeb
- https://git.kernel.org/stable/c/d1b355438b8325a486f087e506d412c4e852f37b



