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

5.5 · MEDIUM
Published May 30, 2024 linux CWE-369 EPSS 0.33% (26th pctl)

Overview

CVE-2024-36905 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 30, 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:

tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets

TCP_SYN_RECV state is really special, it is only used by

cross-syn connections, mostly used by fuzzers.

In the following crash [1], syzbot managed to trigger a divide

by zero in tcp_rcv_space_adjust()

A socket makes the following state transitions,

without ever calling tcp_init_transfer(),

meaning tcp_init_buffer_space() is also not called.

TCP_CLOSE

connect()

TCP_SYN_SENT

TCP_SYN_RECV

shutdown() -> tcp_shutdown(sk, SEND_SHUTDOWN)

TCP_FIN_WAIT1

To fix this issue, change tcp_shutdown() to not

perform a TCP_SYN_RECV -> TCP_FIN_WAIT1 transition,

which makes no sense anyway.

When tcp_rcv_state_process() later changes socket state

from TCP_SYN_RECV to TCP_ESTABLISH, then look at

sk->sk_shutdown to finally enter TCP_FIN_WAIT1 state,

and send a FIN packet from a sane socket state.

This means tcp_send_fin() can now be called

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.12.1, < 4.19.314 Affected

Frequently Asked Questions

What is CVE-2024-36905?

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

How severe is CVE-2024-36905?

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

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

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