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_commo…
High CVSS 7.8
Summary
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…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/0a9bab391e336489169b95cb0d4553d921302189 Patch
- https://git.kernel.org/stable/c/0c45a20cbe68bc4d681734f5c03891124a274257 Patch
- https://git.kernel.org/stable/c/30884a44e0cedc3dfda8c22432f3ba4078ec2d94 Patch
- https://git.kernel.org/stable/c/5735a2671ffb70ea29ca83969fe01316ee2ed6fc Patch
- https://git.kernel.org/stable/c/b825e0f9d68c178072bffd32dd34c39e3d2d597a Patch
- https://git.kernel.org/stable/c/0a9bab391e336489169b95cb0d4553d921302189 Patch
- https://git.kernel.org/stable/c/0c45a20cbe68bc4d681734f5c03891124a274257 Patch
- https://git.kernel.org/stable/c/30884a44e0cedc3dfda8c22432f3ba4078ec2d94 Patch
- https://git.kernel.org/stable/c/5735a2671ffb70ea29ca83969fe01316ee2ed6fc Patch
Timeline
- nvd_ingest NVD