CVE-2026-80559

Source
https://cve.org/CVERecord?id=CVE-2026-80559
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80559.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80559
Downstream
Published
2026-08-26T14:37:25.371Z
Modified
2026-08-28T03:47:29.023052688Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Input: sur40 - fix input device registration ordering
Details

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

Input: sur40 - fix input device registration ordering

In sur40probe(), inputregisterdevice() was previously called early before the V4L2 video device and vb2queue components were fully initialized. If userspace opened the input device immediately upon registration, sur40open() would trigger and start the sur40poll() worker thread. This worker thread invokes sur40processvideo() and accesses the uninitialized vb2_queue structure, leading to a data race and potential system crash.

Furthermore, if V4L2 or video registration failed after inputregisterdevice() succeeded, the error path fell through to calling inputfreedevice() on a successfully registered device instead of inputunregisterdevice(), corrupting input core state.

Move inputregisterdevice() to the very end of sur40probe(). This ensures the V4L2 and video queue structures are fully initialized before polling can start, and naturally resolves the error path bug since inputfree_device() is now only called when input registration has not yet occurred.

To maintain strict LIFO (Last-In, First-Out) teardown ordering, also move inputunregisterdevice() to the very beginning of sur40_disconnect(). This guarantees that the input polling worker thread is stopped before V4L2 video components or control handlers are unregistered.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80559.json",
    "cna_assigner": "Linux"
}
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
e831cd251fb91d6c25352d322743db0d17ea11dd
Fixed
cd4ecce2fd87760c0ad9a9d28c9fc62ea1dbfd3d
Fixed
dab741c9da72102a37cc1020a929051b7c45f9fb
Fixed
764b507be7b51787e1f577ca3bf0bab7efe81ff8
Fixed
3e8ed76a4f3572e637653f0654cccdf617903231
Fixed
83aa12f9f2468a4fbef027c09224dc1011850fb0
Fixed
5c1c5227c93f18cd329dd754b4df5e0e2daece1e
Fixed
beb9b0bd6e6e23f5e9e42b7ef890a50f57f1f3aa
Fixed
9da976eb649c9e2f588a4499410e4d8af687925f

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.1.0
Fixed
5.10.266
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.217
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.184
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.153
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.105
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.46
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.10

Database specific

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