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-54238

7.8 · HIGH
Published Dec 30, 2025 EPSS 0.15% (4th pctl)

Overview

CVE-2023-54238 is a high-severity vulnerability. It was published on December 30, 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:

mlx5: fix skb leak while fifo resync and push

During ptp resync operation SKBs were poped from the fifo but were never

freed neither by napi_consume nor by dev_kfree_skb_any. Add call to

napi_consume_skb to properly free SKBs.

Another leak was happening because mlx5e_skb_fifo_has_room() had an error

in the check. Comparing free running counters works well unless C promotes

the types to something wider than the counter. In this case counters are

u16 but the result of the substraction is promouted to int and it causes

wrong result (negative value) of the check when producer have already

overlapped but consumer haven't yet. Explicit cast to u16 fixes the issue.

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-54238?

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

How severe is CVE-2023-54238?

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-54238?

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-54238?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-54238 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.