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

5.5 · MEDIUM
Published Apr 17, 2024 linux CWE-401 EPSS 0.22% (13th pctl)

Overview

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

net/handshake: Fix handshake_req_destroy_test1

Recently, handshake_req_destroy_test1 started failing:

Expected handshake_req_destroy_test == req, but

handshake_req_destroy_test == 0000000000000000

req == 0000000060f99b40

not ok 11 req_destroy works

This is because "sock_release(sock)" was replaced with "fput(filp)"

to address a memory leak. Note that sock_release() is synchronous

but fput() usually delays the final close and clean-up.

The delay is not consequential in the other cases that were changed

but handshake_req_destroy_test1 is testing that handshake_req_cancel()

followed by closing the file actually does call the ->hp_destroy

method. Thus the PTR_EQ test at the end has to be sure that the

final close is complete before it checks the pointer.

We cannot use a completion here because if ->hp_destroy is never

called (ie, there is an API bug) then the test will hang.

Reported by: Guenter Roeck <linux

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.6, < 6.6.18 Affected

Frequently Asked Questions

What is CVE-2024-26831?

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

How severe is CVE-2024-26831?

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

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

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