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

9.8 · CRITICAL
Published Apr 4, 2024 linux CWE-416 EPSS 0.74% (52th pctl)

Overview

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

tls: fix use-after-free on failed backlog decryption

When the decrypt request goes to the backlog and crypto_aead_decrypt

returns -EBUSY, tls_do_decryption will wait until all async

decryptions have completed. If one of them fails, tls_do_decryption

will return -EBADMSG and tls_decrypt_sg jumps to the error path,

releasing all the pages. But the pages have been passed to the async

callback, and have already been released by tls_decrypt_done.

The only true async case is when crypto_aead_decrypt returns

-EINPROGRESS. With -EBUSY, we already waited so we can tell

tls_sw_recvmsg that the data is available for immediate copy, but we

need to notify tls_decrypt_sg (via the new ->async_done flag) that the

memory has already been released.

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.15.160, < 5.16 Affected

Frequently Asked Questions

What is CVE-2024-26800?

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

How severe is CVE-2024-26800?

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

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

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