目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-80559— Sur40 输入设备注册顺序修复

一分钟漏洞结论

影响对象
Linux Linux
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

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

AI 预测 5.6 利用难度: 中等

可能的 ATT&CK 技术 1 AI

T1069 · Permission Groups Discovery
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-80559 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Input: sur40 - fix input device registration ordering
来源: 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.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 ~ cd4ecce2fd87760c0ad9a9d28c9fc62ea1dbfd3d -
Linux Linux 5.10.266 ~ 5.10.* -

二、漏洞 CVE-2026-80559 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-80559 的情报信息

登录查看更多情报信息。

CVE-2026-80559 补丁与修复 (8)

同批安全公告 · Linux · 2026-08-26 · 共 92 条

CVE-2026-80557 libceph 2.0 越界读取漏洞
CVE-2026-80553 s390/vfio_ccw 队列取消机制
CVE-2026-80552 s390/vfio_ccw 缓冲区溢出漏洞
CVE-2026-80549 s390 vfio_ccw 清理逻辑修复
CVE-2026-80546 s390 zcrypt CCA CPRB长度溢出检查
CVE-2026-80547 s390/vfio_ccw: 实现 CRW 锁
CVE-2026-80545 Linux内核 s390 加密子系统缓冲区溢出漏洞
CVE-2026-80543 s390/zcrypt: 用零填充 CCA 或 EP11 消息
CVE-2026-80548 s390 VFIO 条件变量竞态条件
CVE-2026-80555 s390/vfio_ccw 内存释放漏洞
CVE-2026-80554 Linux s390/vfio_ccw 通道程序段数限制
CVE-2026-80556 Linux内核 atmel-mci驱动释放后使用漏洞
CVE-2026-80558 Ceph libceph 模块 OSID 索引缺陷
CVE-2026-80560 OpenRISC 信号处理 权限位恢复错误
CVE-2026-80561 libceph 多个不安全解码远程代码执行漏洞
CVE-2026-80562 内核 gpio ml-ioh 注册表锁机制优化
CVE-2026-80563 Linux内核GPIO驱动解绑时释放后使用漏洞
CVE-2026-80564 gve 驱动因缺少 ptp adjfine 空指针解引用
CVE-2026-80565 Linux Kernel qce 驱动内存管理错误
CVE-2026-80566 HyNitrON CST 触控校验漏洞

显示前 20 条,共 92 条。 查看全部 → →

IV. Related Vulnerabilities

V. Comments for CVE-2026-80559

暂无评论


发表评论