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-2024-56674

5.5 · MEDIUM
Published Dec 27, 2024 linux CWE-672 EPSS 0.20% (10th pctl)

Overview

CVE-2024-56674 is a medium-severity vulnerability affecting linux linux_kernel. It was published on December 27, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

virtio_net: correct netdev_tx_reset_queue() invocation point

When virtnet_close is followed by virtnet_open, some TX completions can

possibly remain unconsumed, until they are finally processed during the

first NAPI poll after the netdev_tx_reset_queue(), resulting in a crash

[1]. Commit b96ed2c97c79 ("virtio_net: move netdev_tx_reset_queue() call

before RX napi enable") was not sufficient to eliminate all BQL crash

cases for virtio-net.

This issue can be reproduced with the latest net-next master by running:

`while :; do ip l set DEV down; ip l set DEV up; done` under heavy network

TX load from inside the machine.

netdev_tx_reset_queue() can actually be dropped from virtnet_open path;

the device is not stopped in any case. For BQL core part, it's just like

traffic nearly ceases to exist for some period. For stall detector added

to BQL, even if virtnet_close could somehow lead to some TX completions

delayed for lon

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.11, < 6.12.6 Affected

Frequently Asked Questions

What is CVE-2024-56674?

CVE-2024-56674 is a medium-severity vulnerability affecting linux linux_kernel. It was published on December 27, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2024-56674?

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

How do I fix or remediate CVE-2024-56674?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-2024-56674?

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