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

9.8 · CRITICAL
Published Jan 21, 2025 linux CWE-369 EPSS 0.45% (38th pctl)

Overview

CVE-2024-57932 is a critical-severity vulnerability affecting linux linux_kernel. It was published on January 21, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

gve: guard XDP xmit NDO on existence of xdp queues

In GVE, dedicated XDP queues only exist when an XDP program is installed

and the interface is up. As such, the NDO XDP XMIT callback should

return early if either of these conditions are false.

In the case of no loaded XDP program, priv->num_xdp_queues=0 which can

cause a divide-by-zero error, and in the case of interface down,

num_xdp_queues remains untouched to persist XDP queue count for the next

interface up, but the TX pointer itself would be NULL.

The XDP xmit callback also needs to synchronize with a device

transitioning from open to close. This synchronization will happen via

the GVE_PRIV_FLAGS_NAPI_ENABLED bit along with a synchronize_net() call,

which waits for any RCU critical sections at call-time to complete.

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.4, < 6.6.70 Affected

Frequently Asked Questions

What is CVE-2024-57932?

CVE-2024-57932 is a critical-severity vulnerability affecting linux linux_kernel. It was published on January 21, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2024-57932?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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

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