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

5.5 · MEDIUM
Published Aug 26, 2024 linux CWE-476 EPSS 0.23% (13th pctl)

Overview

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

sctp: Fix null-ptr-deref in reuseport_add_sock().

syzbot reported a null-ptr-deref while accessing sk2->sk_reuseport_cb in

reuseport_add_sock(). [0]

The repro first creates a listener with SO_REUSEPORT. Then, it creates

another listener on the same port and concurrently closes the first

listener.

The second listen() calls reuseport_add_sock() with the first listener as

sk2, where sk2->sk_reuseport_cb is not expected to be cleared concurrently,

but the close() does clear it by reuseport_detach_sock().

The problem is SCTP does not properly synchronise reuseport_alloc(),

reuseport_add_sock(), and reuseport_detach_sock().

The caller of reuseport_alloc() and reuseport_{add,detach}_sock() must

provide synchronisation for sockets that are classified into the same

reuseport group.

Otherwise, such sockets form multiple identical reuseport groups, and

all groups except one would be silently dead.

1. Two sockets call l

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 >= 5.0, < 5.4.282 Affected

Frequently Asked Questions

What is CVE-2024-44935?

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

How severe is CVE-2024-44935?

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

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

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