2 matches found
CVE-2024-46788
In the Linux kernel, the following vulnerability has been resolved: tracing/osnoise: Use a cpumask to know what threads are kthreads The startkthread and stopthread code was not always called with the interfacelock held. This means that the kthread variable could be unexpectedly changed causing t...
CVE-2024-46788
The CVE-2024-46788 vulnerability affects the Linux kernel in tracing/osnoise, where start_kthread() and stop_thread() were not consistently called with interface_lock held. This could allow a kthread_stop() on a thread that should not be stopped, triggering an OOPS in early timer handling (hrtime...