CVE-2026-89871

Source
https://cve.org/CVERecord?id=CVE-2026-89871
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89871.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89871
Downstream
Published
2026-09-16T10:31:39Z
Modified
2026-09-18T03:48:33Z
Summary
media: video-i2c: fix kthread error pointer left in kthread_vid_cap on failure
Details

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

media: video-i2c: fix kthread error pointer left in kthread_vid_cap on failure

kthread_run() returns an ERR_PTR on failure, not NULL. When start_streaming() fails, data->kthread_vid_cap is left holding this error pointer instead of being cleared.

This causes two subsequent bugs:

  1. A future call to start_streaming() sees a non-NULL kthread_vid_cap and returns 0 (success) immediately, without actually starting the capture thread.
  2. A call to stop_streaming() checks 'kthread_vid_cap == NULL' which is false for an error pointer, and proceeds to call kthread_stop() on the error pointer, leading to a kernel crash.

Fix this by resetting kthread_vid_cap to NULL on failure before jumping to the error path.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89871.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
5cebaac609744414463d1ecc28fdecd26c1b9bc1
Fixed
db0f4531aa55cfb0171684ebfffe3ff04b79d5a8
Fixed
0fac63cac6689588da530764ccb6ba55ee8e4d8b
Fixed
5c35d380bea60503c4fe0986fe1de6a3263282b3
Fixed
3d1b10d81fe54852ed953f4129577b733bbd6907
Fixed
968c5213e34c48d35febdfd09cf3dc58ad039140
Fixed
52fd9d80c0cea7bf09e7ee36cad316e5c39b7fe6
Fixed
0e7f2cd72a4f9268ee09a13b13f3339e7cc71557
Fixed
76e379754ba618989f6215be608d5c04774a611d

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.18.0
Fixed
5.10.270
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.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.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.5

Database specific

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