CVE-2026-90066

Source
https://cve.org/CVERecord?id=CVE-2026-90066
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90066.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90066
Downstream
Published
2026-09-17T16:05:48Z
Modified
2026-09-19T03:47:23Z
Summary
samples/ftrace: Fix kthread_stop() on ERR_PTR in ftrace-direct-multi-modify
Details

In the Linux kernel, the following vulnerability has been resolved:

samples/ftrace: Fix kthread_stop() on ERR_PTR in ftrace-direct-multi-modify

ftrace_direct_multi_init() assigns kthread_run()'s return value to simple_tsk without an IS_ERR() check. When kthread_run() fails it returns ERR_PTR(-ENOMEM), but init still returns 0, so the module loads with simple_tsk holding an error pointer. On unload, ftrace_direct_multi_exit() then passes that ERR_PTR to kthread_stop(), leading to a null-pointer-dereference.

Check the return value of kthread_run() with IS_ERR(); on failure, unregister the ftrace direct call and propagate the error code.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90066.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
e1067a07cfbc5a36abad3752fafe4c79e06db1bb
Fixed
7a96b9f6d5ba23dbce66c8a4a242effd4c01a830
Fixed
98b7b2a29ae87937aa02ab9391543ef8c602cd94
Fixed
626614df9080d7052fbe24dc90b5434717ab7a9f
Fixed
cf839636911d8313f3ecd098329fd0b96499e4cf
Fixed
6727b7618f49401acf373fa3ec5712e2ec52e5cf

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90066.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90066.json"