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

7.8 · HIGH
Published Apr 3, 2024 linux CWE-787 EPSS 0.23% (14th pctl)

Overview

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

dm-crypt, dm-verity: disable tasklets

Tasklets have an inherent problem with memory corruption. The function

tasklet_action_common calls tasklet_trylock, then it calls the tasklet

callback and then it calls tasklet_unlock. If the tasklet callback frees

the structure that contains the tasklet or if it calls some code that may

free it, tasklet_unlock will write into free memory.

The commits 8e14f610159d and d9a02e016aaf try to fix it for dm-crypt, but

it is not a sufficient fix and the data corruption can still happen [1].

There is no fix for dm-verity and dm-verity will write into free memory

with every tasklet-processed bio.

There will be atomic workqueues implemented in the kernel 6.9 [2]. They

will have better interface and they will not suffer from the memory

corruption problem.

But we need something that stops the memory corruption now and that can be

backported to the stable kernels. So, I'm proposing this co

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.9, < 6.1.79 Affected

Frequently Asked Questions

What is CVE-2024-26718?

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

How severe is CVE-2024-26718?

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

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

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