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

4.7 · MEDIUM
Published Feb 27, 2025 linux CWE-362 EPSS 0.14% (4th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 4.7, 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:

udp: Deal with race between UDP socket address change and rehash

If a UDP socket changes its local address while it's receiving

datagrams, as a result of connect(), there is a period during which

a lookup operation might fail to find it, after the address is changed

but before the secondary hash (port and address) and the four-tuple

hash (local and remote ports and addresses) are updated.

Secondary hash chains were introduced by commit 30fff9231fad ("udp:

bind() optimisation") and, as a result, a rehash operation became

needed to make a bound socket reachable again after a connect().

This operation was introduced by commit 719f835853a9 ("udp: add

rehash on connect()") which isn't however a complete fix: the

socket will be found once the rehashing completes, but not while

it's pending.

This is noticeable with a socat(1) server in UDP4-LISTEN mode, and a

client sending datagrams to it. After the server receives the

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 >= 2.6.33, < 6.12.13 Affected

Frequently Asked Questions

What is CVE-2024-57974?

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

How severe is CVE-2024-57974?

This vulnerability has a CVSS 3.1 base score of 4.7, 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-57974?

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

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