Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-80559— Input: sur40 - fix input device registration ordering

Quick assessment

Affected
Linux Linux
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

在 Linux 内核中,已修复以下漏洞: 输入:sur40 - 修复输入设备注册顺序问题 在 函数中, 此前被过早调用,而此时 V4L2 视频设备和 组件尚未完全初始化。如果用户空间在输入设备注册后立即打开该设备, 将被触发并启动 工作线程。该工作线程会调用 并访问尚未初始化的 结构体,从而引发数据竞争,并可能导致系统崩溃。 此外,如果在 成功之后,V4L2 或视频设备注册失败,错误处理路径会错误地调用 (而非 ),这会导致输入核心状态被破坏。 修复方案: 将 移至 的末尾。这确保了在轮询开始之前,V4L2 和视频

AI Predicted 5.6 Difficulty: Moderate

Possible ATT&CK Techniques 1 AI

T1069 · Permission Groups Discovery

Affected Version Matrix 23

VendorProduct Version RangeStatus
Linux Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< cd4ecce2fd87760c0ad9a9d28c9fc62ea1dbfd3d affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< dab741c9da72102a37cc1020a929051b7c45f9fb affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 764b507be7b51787e1f577ca3bf0bab7efe81ff8 affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 3e8ed76a4f3572e637653f0654cccdf617903231 affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 83aa12f9f2468a4fbef027c09224dc1011850fb0 affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 5c1c5227c93f18cd329dd754b4df5e0e2daece1e affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< beb9b0bd6e6e23f5e9e42b7ef890a50f57f1f3aa affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 9da976eb649c9e2f588a4499410e4d8af687925f affected
… +15 more rows
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-80559

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Input: sur40 - fix input device registration ordering
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: Input: sur40 - fix input device registration ordering In sur40_probe(), input_register_device() was previously called early before the V4L2 video device and vb2_queue components were fully initialized. If userspace opened the input device immediately upon registration, sur40_open() would trigger and start the sur40_poll() worker thread. This worker thread invokes sur40_process_video() and accesses the uninitialized vb2_queue structure, leading to a data race and potential system crash. Furthermore, if V4L2 or video registration failed after input_register_device() succeeded, the error path fell through to calling input_free_device() on a successfully registered device instead of input_unregister_device(), corrupting input core state. Move input_register_device() to the very end of sur40_probe(). This ensures the V4L2 and video queue structures are fully initialized before polling can start, and naturally resolves the error path bug since input_free_device() is now only called when input registration has not yet occurred. To maintain strict LIFO (Last-In, First-Out) teardown ordering, also move input_unregister_device() 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.
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
Linux Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 ~ cd4ecce2fd87760c0ad9a9d28c9fc62ea1dbfd3d -
Linux Linux 5.10.266 ~ 5.10.* -

II. Public POCs for CVE-2026-80559

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-80559

登录查看更多情报信息。

Patches & Fixes for CVE-2026-80559 (8)

Same Patch Batch · Linux · 2026-08-26 · 92 CVEs total

CVE-2026-80557 libceph: fix OOB read in decode_watchers() via missing bounds check
CVE-2026-80553 s390/vfio_ccw: Cancel existing workqueues
CVE-2026-80552 s390/vfio_ccw: Ensure index for read/write regions are within range
CVE-2026-80549 s390/vfio_ccw: Move cp cleanup out of not operational
CVE-2026-80546 s390/zcrypt: Improve CCA CPRB length and overflow checks
CVE-2026-80547 s390/vfio_ccw: Implement a crw lock
CVE-2026-80545 s390/zcrypt: Improve EP11 CPRB length and overflow checks
CVE-2026-80543 s390/zcrypt: Pad trailing CCA or EP11 message with zeros
CVE-2026-80548 s390/vfio_ccw: Selectively expand io_mutex
CVE-2026-80555 s390/vfio_ccw: Free all memory if cp_init() fails
CVE-2026-80554 s390/vfio_ccw: Limit the number of channel program segments
CVE-2026-80556 mmc: atmel-mci: Fix use-after-free in atmci_remove due to race condition
CVE-2026-80558 libceph: Avoid using invalid osd indices from primary_temp
CVE-2026-80560 openrisc: signal: do not restore privileged SR bits on sigreturn
CVE-2026-80561 libceph: fix multiple unsafe decodes in decode_locker()
CVE-2026-80562 gpio: ml-ioh: use raw_spinlock_t for the register lock
CVE-2026-80563 gpio: sloppy-logic-analyzer: fix use-after-free via debugfs trigger on unbind
CVE-2026-80564 gve: fix NULL dereference due to missing ptp adjfine
CVE-2026-80565 crypto: qce - fix error path in devm_qce_register_algs
CVE-2026-80566 Input: hynitron_cstxxx - validate touch count and finger IDs

Showing top 20 of 92 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-80559

No comments yet


Leave a comment