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

7.8 · HIGH
Published Apr 25, 2024 linux CWE-362 EPSS 0.21% (11th pctl)

Overview

CVE-2024-26923 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 25, 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: Fix garbage collector racing against connect()

Garbage collector does not take into account the risk of embryo getting

enqueued during the garbage collection. If such embryo has a peer that

carries SCM_RIGHTS, two consecutive passes of scan_children() may see a

different set of children. Leading to an incorrectly elevated inflight

count, and then a dangling pointer within the gc_inflight_list.

sockets are AF_UNIX/SOCK_STREAM

S is an unconnected socket

L is a listening in-flight socket bound to addr, not in fdtable

V's fd will be passed via sendmsg(), gets inflight count bumped

connect(S, addr) sendmsg(S, [V]); close(V) __unix_gc()

---------------- ------------------------- -----------

NS = unix_create1()

skb1 = sock_wmalloc(NS)

L = unix_find_other(addr)

unix_state_lock(L)

unix_peer(S) = NS

// V count=1 inflight=0

NS = unix_peer(S)

skb2 = sock_alloc()

skb_queue_tail(NS, skb2[V])

// V bec

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

Frequently Asked Questions

What is CVE-2024-26923?

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

How severe is CVE-2024-26923?

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

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

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