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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-74446— Linux kernel 安全漏洞

CVSS 7.8 · High EPSS 0.13% · P3

影响版本矩阵 14

厂商产品版本范围状态
LinuxLinux40e8a766a761f7fdc8530347527b344fddf6f1a8< 8f7196f25b14f4290738639a50459b56a5ff2784affected
40e8a766a761f7fdc8530347527b344fddf6f1a8< 2040b7e39027cb83bb8c7b84a4c95c2f6053c32faffected
40e8a766a761f7fdc8530347527b344fddf6f1a8< 9a7f765985f64fd4a7a58f7bc9cd80a1f4230628affected
40e8a766a761f7fdc8530347527b344fddf6f1a8< 6a52f48157fa7fb81e0c146937fd6c8b0c1cfdbdaffected
40e8a766a761f7fdc8530347527b344fddf6f1a8< bed80be08c0bee47fa242a4256ac873477c815f8affected
40e8a766a761f7fdc8530347527b344fddf6f1a8< ff8bc5a68a9a70bdc38d61a72c7a49c56063f9d2affected
5.18affected
< 5.18unaffected
… +6 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
drm/amdkfd: hold event_mutex while checkpointing CRIU events
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: hold event_mutex while checkpointing CRIU events kfd_criu_checkpoint_events() counts the entries in p->event_idr via kfd_get_num_events(), allocates an array sized to that count, and then walks the same IDR to fill it. Neither the count nor the walk holds p->event_mutex. The CRIU checkpoint caller holds only p->mutex. Event create and destroy (kfd_event_create()/kfd_event_destroy()) take p->event_mutex and do not take p->mutex, so a second thread in the same process can insert or remove events between the count and the walk. If an event is inserted, the walk iterates more entries than were counted and writes past the end of the ev_privs allocation; if an event is removed, the walk dereferences an entry that is being freed. Hold p->event_mutex across the count and the walk so both observe a consistent view of p->event_idr. The lock is released before copy_to_user(), which only touches the local buffer. The caller already holds p->mutex and the create/destroy paths never take p->mutex, so the p->mutex -> p->event_mutex order is not inverted and no deadlock is introduced. (cherry picked from commit ff57e223ab105795b05d3ef3f3c35a5a441bcbaa)
来源: 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 kernel 5.18版本存在安全漏洞,该漏洞源于在CRIU事件检查点过程中未持有event_mutex,导致竞争条件,可能造成越界写入或释放后使用。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 40e8a766a761f7fdc8530347527b344fddf6f1a8 ~ 8f7196f25b14f4290738639a50459b56a5ff2784 -
LinuxLinux 5.18 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-74446 补丁与修复 (5)

同批安全公告 · Linux · 2026-08-15 · 共 845 条

CVE-2026-7428010.0 CRITICALLinux kernel 安全漏洞
CVE-2026-7427910.0 CRITICALLinux kernel 安全漏洞
CVE-2026-7242110.0 CRITICALLinux kernel 安全漏洞
CVE-2026-7447510.0 CRITICALLinux kernel 安全漏洞
CVE-2026-7240810.0 CRITICALLinux kernel 安全漏洞
CVE-2026-7240710.0 CRITICALLinux kernel 安全漏洞
CVE-2026-7430910.0 CRITICALLinux kernel 安全漏洞
CVE-2026-724939.9 CRITICALLinux kernel 安全漏洞
CVE-2026-724779.8 CRITICALLinux kernel 安全漏洞
CVE-2026-744749.8 CRITICALLinux kernel 安全漏洞
CVE-2026-722119.8 CRITICALLinux kernel 安全漏洞
CVE-2026-722099.8 CRITICALLinux kernel 安全漏洞
CVE-2026-722089.8 CRITICALLinux kernel 安全漏洞
CVE-2026-722999.8 CRITICALLinux kernel 安全漏洞
CVE-2026-744349.8 CRITICALLinux kernel 安全漏洞
CVE-2026-744339.8 CRITICALLinux kernel 安全漏洞
CVE-2026-724739.8 CRITICALLinux kernel 安全漏洞
CVE-2026-724729.8 CRITICALLinux kernel 安全漏洞
CVE-2026-745459.8 CRITICALLinux kernel 安全漏洞
CVE-2026-723229.8 CRITICALLinux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-74446

暂无评论


发表评论