中危 输入:appletouch - 设备注册前初始化工作 (CVE-2021-46932)

CVE编号

CVE-2021-46932

利用情况

暂无

补丁情况

官方补丁

披露时间

2024-02-27
漏洞描述
In the Linux kernel, the following vulnerability has been resolved:

Input: appletouch - initialize work before device registration

Syzbot has reported warning in __flush_work(). This warning is caused by
work->func == NULL, which means missing work initialization.

This may happen, since input_dev->close() calls
cancel_work_sync(&dev->work), but dev->work initalization happens _after_
input_register_device() call.

So this patch moves dev->work initialization before registering input
device
解决建议
建议您更新当前系统或软件至最新版,完成漏洞的修复。
受影响软件情况
# 类型 厂商 产品 版本 影响面
1
运行在以下环境
系统 debian_10 linux * Up to
(excluding)
4.19.232-1
运行在以下环境
系统 debian_11 linux * Up to
(excluding)
5.10.92-1
运行在以下环境
系统 debian_12 linux * Up to
(excluding)
5.15.15-1
运行在以下环境
系统 linux linux_kernel * From
(including)
2.6.23
Up to
(excluding)
4.4.298
运行在以下环境
系统 linux linux_kernel * From
(including)
4.10.0
Up to
(excluding)
4.14.261
运行在以下环境
系统 linux linux_kernel * From
(including)
4.15.0
Up to
(excluding)
4.19.224
运行在以下环境
系统 linux linux_kernel * From
(including)
4.20.0
Up to
(excluding)
5.4.170
运行在以下环境
系统 linux linux_kernel * From
(including)
4.5.0
Up to
(excluding)
4.9.296
运行在以下环境
系统 linux linux_kernel * From
(including)
5.11.0
Up to
(excluding)
5.15.13
运行在以下环境
系统 linux linux_kernel * From
(including)
5.5.0
Up to
(excluding)
5.10.90
阿里云评分
5.0
  • 攻击路径
    本地
  • 攻击复杂度
    困难
  • 权限要求
    管控权限
  • 影响范围
    有限影响
  • EXP成熟度
    未验证
  • 补丁情况
    官方补丁
  • 数据保密性
    无影响
  • 数据完整性
    无影响
  • 服务器危害
    无影响
  • 全网数量
    N/A
CWE-ID 漏洞类型
CWE-665 初始化不恰当
阿里云安全产品覆盖情况