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

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-68822— Linux kernel 安全漏洞

CVSS 7.8 · High EPSS 0.12% · P3

影响版本矩阵 8

厂商产品版本范围状态
LinuxLinux04aae283ba6a8cd4851d937bf9c6d6ef0361d794< ed8c61b89be0c45f029228b2913d5cf7b5cda1a7affected
04aae283ba6a8cd4851d937bf9c6d6ef0361d794< a9c115e017b2c633d25bdfe6709dda6fc36f08c2affected
04aae283ba6a8cd4851d937bf9c6d6ef0361d794< bf40644ef8c8a288742fa45580897ed0e0289474affected
4.0affected
< 4.0unaffected
6.12.64≤ 6.12.*unaffected
6.18.3≤ 6.18.*unaffected
6.19≤ *unaffected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2025-68822 基础信息

漏洞信息

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

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

Vulnerability Title
Input: alps - fix use-after-free bugs caused by dev3_register_work
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: Input: alps - fix use-after-free bugs caused by dev3_register_work The dev3_register_work delayed work item is initialized within alps_reconnect() and scheduled upon receipt of the first bare PS/2 packet from an external PS/2 device connected to the ALPS touchpad. During device detachment, the original implementation calls flush_workqueue() in psmouse_disconnect() to ensure completion of dev3_register_work. However, the flush_workqueue() in psmouse_disconnect() only blocks and waits for work items that were already queued to the workqueue prior to its invocation. Any work items submitted after flush_workqueue() is called are not included in the set of tasks that the flush operation awaits. This means that after flush_workqueue() has finished executing, the dev3_register_work could still be scheduled. Although the psmouse state is set to PSMOUSE_CMD_MODE in psmouse_disconnect(), the scheduling of dev3_register_work remains unaffected. The race condition can occur as follows: CPU 0 (cleanup path) | CPU 1 (delayed work) psmouse_disconnect() | psmouse_set_state() | flush_workqueue() | alps_report_bare_ps2_packet() alps_disconnect() | psmouse_queue_work() kfree(priv); // FREE | alps_register_bare_ps2_mouse() | priv = container_of(work...); // USE | priv->dev3 // USE Add disable_delayed_work_sync() in alps_disconnect() to ensure that dev3_register_work is properly canceled and prevented from executing after the alps_data structure has been deallocated. This bug is identified by static analysis.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于alps驱动中dev3_register_work存在释放后重用问题。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 04aae283ba6a8cd4851d937bf9c6d6ef0361d794 ~ ed8c61b89be0c45f029228b2913d5cf7b5cda1a7 -
LinuxLinux 4.0 -

二、漏洞 CVE-2025-68822 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2025-68822 的情报信息

登录查看更多情报信息。

同批安全公告 · Linux · 2026-01-13 · 共 93 条

CVE-2025-688119.8 CRITICALLinux kernel 安全漏洞
CVE-2025-687949.8 CRITICALLinux kernel 安全漏洞
CVE-2025-688179.8 CRITICALLinux kernel 安全漏洞
CVE-2025-687759.8 CRITICALLinux kernel 安全漏洞
CVE-2025-710689.8 CRITICALLinux kernel 安全漏洞
CVE-2025-688099.1 CRITICALLinux kernel 安全漏洞
CVE-2025-710959.1 CRITICALLinux kernel 安全漏洞
CVE-2025-710939.1 CRITICALLinux kernel 安全漏洞
CVE-2025-688188.8 HIGHLinux kernel 安全漏洞
CVE-2025-710728.2 HIGHLinux kernel 安全漏洞
CVE-2025-687998.1 HIGHLinux kernel 安全漏洞
CVE-2025-688038.0 HIGHLinux kernel 安全漏洞
CVE-2025-688087.8 HIGHLinux kernel 安全漏洞
CVE-2025-688197.8 HIGHLinux kernel 安全漏洞
CVE-2025-710927.8 HIGHLinux kernel 安全漏洞
CVE-2025-687927.8 HIGHLinux kernel 安全漏洞
CVE-2025-687937.8 HIGHLinux kernel 安全漏洞
CVE-2025-710997.8 HIGHLinux kernel 安全漏洞
CVE-2025-688057.8 HIGHLinux kernel 安全漏洞
CVE-2025-687957.8 HIGHLinux kernel 安全漏洞

显示前 20 条,共 93 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2025-68822

暂无评论


发表评论