THREATOPS
THREAT OPSThreat News › [NVD] CVE-2024-26718 (HIGH 7.8) — 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 tas

[NVD] CVE-2024-26718 (HIGH 7.8) — 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 tas

lownvdPublished 2024-04-03

CVE-2024-26718 CVSS: 7.8 HIGH Published: 2024-04-03T15:15:53.897

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 structu

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2024-26718