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

9.8 · CRITICAL
Published Feb 21, 2024 linux CWE-755 EPSS 0.75% (52th pctl)

Overview

CVE-2024-26584 is a critical-severity vulnerability affecting linux linux_kernel. It was published on February 21, 2024 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

net: tls: handle backlogging of crypto requests

Since we're setting the CRYPTO_TFM_REQ_MAY_BACKLOG flag on our

requests to the crypto API, crypto_aead_{encrypt,decrypt} can return

-EBUSY instead of -EINPROGRESS in valid situations. For example, when

the cryptd queue for AESNI is full (easy to trigger with an

artificially low cryptd.cryptd_max_cpu_qlen), requests will be enqueued

to the backlog but still processed. In that case, the async callback

will also be called twice: first with err == -EINPROGRESS, which it

seems we can just ignore, then with err == 0.

Compared to Sabrina's original patch this version uses the new

tls_*crypt_async_wait() helpers and converts the EBUSY to

EINPROGRESS to avoid having to modify all the error handling

paths. The handling is identical.

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 >= 4.16.0, < 6.1.84 Affected

Frequently Asked Questions

What is CVE-2024-26584?

CVE-2024-26584 is a critical-severity vulnerability affecting linux linux_kernel. It was published on February 21, 2024 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2024-26584?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2024-26584?

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

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