CVE-2023-54156
Last modified
CVE-2023-54156 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: sfc: fix crash when reading stats while NIC is resetting efx_net_stats() (.ndo_get_stats64) can be called during an ethtool selftest, during which time nic_data->mc_stats is NULL as the NIC has been fini'd. In this case do not attempt to fetch the latest stats from the hardware, else we will crash on a NULL dereference: BUG: kernel NULL pointer dereference, address: 0000000000000038 RIP efx_nic_update_stats abridged calltrace: efx_ef10_update_stats_pf efx_net_stats dev_get_stats dev_seq_printf_stats Skipping the read is safe, we will simply give out stale stats. To ensure that the free in efx_ef10_fini_nic() does not race against efx_ef10_update_stats_pf(), which could cause a TOCTTOU bug, take the efx->stats_lock in fini_nic (it is already held across update_stats).. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: sfc: fix crash when reading stats while NIC is resetting efx_net_stats() (.ndo_get_stats64) can be called during an ethtool selftest, during which time nic_data->mc_stats is NULL as the NIC has been fini'd. In this case do not attempt to fetch the latest stats from the hardware, else we will crash on a NULL dereference: BUG: kernel NULL pointer dereference, address: 0000000000000038 RIP efx_nic_update_stats abridged calltrace: efx_ef10_update_stats_pf efx_net_stats dev_get_stats dev_seq_printf_stats Skipping the read is safe, we will simply give out stale stats. To ensure that the free in efx_ef10_fini_nic() does not race against efx_ef10_update_stats_pf(), which could cause a TOCTTOU bug, take the efx->stats_lock in fini_nic (it is already held across update_stats).
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d3142c193dca9a2f6878f4128ce1aaf221bb3f99, < cb1aa7cc562cab6a87ea33574c8c65f2d2fd7aeb; >= d3142c193dca9a2f6878f4128ce1aaf221bb3f99, < 91f4ef204e731565afdc6c2a7fcf509a3fd6fd67; >= d3142c193dca9a2f6878f4128ce1aaf221bb3f99, < 446f5567934331923d0aec4ce045e4ecb0174aae; >= d3142c193dca9a2f6878f4128ce1aaf221bb3f99, < 470152d76b3ed107d172ea46acc4bfa941f20b4b; >= d3142c193dca9a2f6878f4128ce1aaf221bb3f99, < aba32b4c58112960c0c708703ca6b44dc8944082; >= d3142c193dca9a2f6878f4128ce1aaf221bb3f99, < d1b355438b8325a486f087e506d412c4e852f37b |
| Linux | Linux | 5.9 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54156?
How severe is CVE-2023-54156?
How do I fix CVE-2023-54156?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-54150In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54151In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54152In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54153In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54154In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54155In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54157In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54158In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54159In the Linux kernel, the following vulnerability has been re…
- CVE-2023-5416The Funnelforms Free plugin for WordPress is vulnerable to u…4.3
- CVE-2023-54160In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54161Rejected reason: This CVE ID has been rejected or withdrawn …
Are you affected by CVE-2023-54156?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
