CVE-2024-26718
Last modified
CVE-2024-26718 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
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 commit that disables tasklets in both dm-crypt and dm-verity. This commit doesn't remove the tasklet support, because the tasklet code will be reused when atomic workqueues will be implemented. [1] https://lore.kernel.org/all/d390d7ee-f142-44d3-822a-87949e14608b@suse.de/T/ [2] https://lore.kernel.org/lkml/20240130091300.2968534-1-tj@kernel.org/
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.9, < 6.1.79 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.18 | — |
| Linux | Linux Kernel | >= 6.7, < 6.7.6 | — |
| Linux | Linux Kernel | 6.8 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-26718?
How severe is CVE-2024-26718?
How do I fix CVE-2024-26718?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-26712In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26713Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-26714In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26715In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26716In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26717In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26719In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-2672A vulnerability was found in Campcodes Online Job Finder Sys…6.5
- CVE-2024-26720Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-26721In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26722In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26723In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2024-26718?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
