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

7.8 · HIGH
Published Oct 21, 2024 linux CWE-416 EPSS 0.21% (11th pctl)

Overview

CVE-2024-47711 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 21, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

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

af_unix: Don't return OOB skb in manage_oob().

syzbot reported use-after-free in unix_stream_recv_urg(). [0]

The scenario is

1. send(MSG_OOB)

2. recv(MSG_OOB)

-> The consumed OOB remains in recv queue

3. send(MSG_OOB)

4. recv()

-> manage_oob() returns the next skb of the consumed OOB

-> This is also OOB, but unix_sk(sk)->oob_skb is not cleared

5. recv(MSG_OOB)

-> unix_sk(sk)->oob_skb is used but already freed

The recent commit 8594d9b85c07 ("af_unix: Don't call skb_get() for OOB

skb.") uncovered the issue.

If the OOB skb is consumed and the next skb is peeked in manage_oob(),

we still need to check if the skb is OOB.

Let's do so by falling back to the following checks in manage_oob()

and add the test case in selftest.

Note that we need to add a similar check for SIOCATMARK.

[0]:

BUG: KASAN: slab-use-after-free in unix_stream_read_actor+0xa6/0xb0 net/unix/af_unix.c:2959

Read of siz

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.9.8, < 6.10 Affected

Frequently Asked Questions

What is CVE-2024-47711?

CVE-2024-47711 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 21, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2024-47711?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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-47711?

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

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