Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-54156

7.8 · HIGH
Published Dec 24, 2025 EPSS 0.20% (10th pctl)

Overview

CVE-2023-54156 is a high-severity vulnerability. It was published on December 24, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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).

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2023-54156?

CVE-2023-54156 is a high-severity vulnerability. It was published on December 24, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2023-54156?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2023-54156?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-54156?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-54156 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.