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

7.8 · HIGH
Published Dec 24, 2025 EPSS 0.17% (6th pctl)

Overview

CVE-2023-54012 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:

net: fix stack overflow when LRO is disabled for virtual interfaces

When the virtual interface's feature is updated, it synchronizes the

updated feature for its own lower interface.

This propagation logic should be worked as the iteration, not recursively.

But it works recursively due to the netdev notification unexpectedly.

This problem occurs when it disables LRO only for the team and bonding

interface type.

team0

|

+------+------+-----+-----+

| | | | |

team1 team2 team3 ... team200

If team0's LRO feature is updated, it generates the NETDEV_FEAT_CHANGE

event to its own lower interfaces(team1 ~ team200).

It is worked by netdev_sync_lower_features().

So, the NETDEV_FEAT_CHANGE notification logic of each lower interface

work iteratively.

But generated NETDEV_FEAT_CHANGE event is also sent to the upper

interface too.

upper interface(team0) generates the NETDEV_FEAT_CHANGE eve

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

CVE-2023-54012 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-54012?

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

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

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