In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Nov 5, 2024
to the GitHub Advisory Database
•
Updated Nov 7, 2024
Description
Published by the National Vulnerability Database
Nov 5, 2024
Published to the GitHub Advisory Database
Nov 5, 2024
Last updated
Nov 7, 2024
In the Linux kernel, the following vulnerability has been resolved:
LoongArch: Don't crash in stack_top() for tasks without vDSO
Not all tasks have a vDSO mapped, for example kthreads never do. If such
a task ever ends up calling stack_top(), it will derefence the NULL vdso
pointer and crash.
This can for example happen when using kunit:
References