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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 6.5 利用难度: 中等 EPSS 0.18% · P8

可能的 ATT&CK 技术 1AI

T1499 · Endpoint Denial of Service

影响版本矩阵 16

厂商产品版本范围状态
LinuxLinuxeb2a86ae8c544be0ab04aa8169390c0669bc7148< 6289fc489e94c9beb6be2b502ccc263663733d72affected
eb2a86ae8c544be0ab04aa8169390c0669bc7148< 66ac05e7b0d6bbd1bee9fcf729e20fd4cce86d17affected
eb2a86ae8c544be0ab04aa8169390c0669bc7148< 75f8e2643085db4f7e136fc6b368eb114dd80a64affected
eb2a86ae8c544be0ab04aa8169390c0669bc7148< e3a55221f4de080cb7a91ba10f01c4f708603f8daffected
eb2a86ae8c544be0ab04aa8169390c0669bc7148< 2b90a8131c83f6f2be69397d2b7d14d217d95d2faffected
eb2a86ae8c544be0ab04aa8169390c0669bc7148< 426edbfc88b22601ea34a441a469092e7b301c52affected
eb2a86ae8c544be0ab04aa8169390c0669bc7148< 26d56a9fcb2014b99e654127960aa0a48a391e3caffected
5.10affected
… +8 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer When a UAS device is unplugged during data transfer, there is a probability of a system panic occurring. The root cause is an access to an invalid memory address during URB callback handling. Specifically, this happens when the dma_direct_unmap_sg() function is called within the usb_hcd_unmap_urb_for_dma() interface, but the sg->dma_address field is 0 and the sg data structure has already been freed. The SCSI driver sends transfer commands by invoking uas_queuecommand_lck() in uas.c, using the uas_submit_urbs() function to submit requests to USB. Within the uas_submit_urbs() implementation, three URBs (sense_urb, data_urb, and cmd_urb) are sequentially submitted. Device removal may occur at any point during uas_submit_urbs execution, which may result in URB submission failure. However, some URBs might have been successfully submitted before the failure, and uas_submit_urbs will return the -ENODEV error code in this case. The current error handling directly calls scsi_done(). In the SCSI driver, this eventually triggers scsi_complete() to invoke scsi_end_request() for releasing the sgtable. The successfully submitted URBs, when being unlinked to giveback, call usb_hcd_unmap_urb_for_dma() in hcd.c, leading to exceptions during sg unmapping operations since the sg data structure has already been freed. This patch modifies the error condition check in the uas_submit_urbs() function. When a UAS device is removed but one or more URBs have already been successfully submitted to USB, it avoids immediately invoking scsi_done() and save the cmnd to devinfo->cmnd array. If the successfully submitted URBs is completed before devinfo->resetting being set, then the scsi_done() function will be called within uas_try_complete() after all pending URB operations are finalized. Otherwise, the scsi_done() function will be called within uas_zap_pending(), which is executed after usb_kill_anchored_urbs(). The error handling only takes effect when uas_queuecommand_lck() calls uas_submit_urbs() and returns the error value -ENODEV . In this case, the device is disconnected, and the flow proceeds to uas_disconnect(), where uas_zap_pending() is invoked to call uas_try_complete().
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: 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存在安全漏洞,该漏洞源于UAS设备在数据传输期间移除时的URB取消映射问题,可能导致系统恐慌。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux eb2a86ae8c544be0ab04aa8169390c0669bc7148 ~ 6289fc489e94c9beb6be2b502ccc263663733d72 -
LinuxLinux 5.10 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

同批安全公告 · Linux · 2025-12-22 · 共 12 条

CVE-2025-683377.5 HIGHLinux kernel 安全漏洞
CVE-2025-683367.5 HIGHLinux kernel 安全漏洞
CVE-2025-68335Linux kernel 安全漏洞
CVE-2025-68334Linux kernel 安全漏洞
CVE-2025-68333Linux kernel 安全漏洞
CVE-2025-68332Linux kernel 安全漏洞
CVE-2025-68330Linux kernel 安全漏洞
CVE-2025-68329Linux kernel 安全漏洞
CVE-2025-68328Linux kernel 安全漏洞
CVE-2025-68327Linux kernel 安全漏洞
CVE-2025-68326Linux kernel 安全漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2025-68331

暂无评论


发表评论