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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel存在安全漏洞,该漏洞源于net/can/bcm.c文件bcm_rx_handler()函数中的数据竞争,可能导致CAN帧接收/发送统计信息错误。

AI 预测 5.5 利用难度: 中等 EPSS 0.21% · P12

可能的 ATT&CK 技术 1 AI

T1562.001

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux ffd980f976e7fd666c2e61bf8ab35107efd11828< 640acf3566fc897065127001be875ebc5401c218 affected
ffd980f976e7fd666c2e61bf8ab35107efd11828< 47fca0d1620f2d4fab0677564989ef2b9c225c66 affected
ffd980f976e7fd666c2e61bf8ab35107efd11828< fd75884eae40a7be47867cbfc9fc84a80bb8ddb4 affected
ffd980f976e7fd666c2e61bf8ab35107efd11828< 8b2783172d92edd650de6006ebd1c800937021ab affected
ffd980f976e7fd666c2e61bf8ab35107efd11828< 970caff5c1a63702c80e08d920256bcb5f88ecc5 affected
ffd980f976e7fd666c2e61bf8ab35107efd11828< 8104bcdb2612fdda95169ddc3b49747b2ff98d24 affected
ffd980f976e7fd666c2e61bf8ab35107efd11828< df47f07cdc801a6afe05a486b5a343c3e532a93c affected
ffd980f976e7fd666c2e61bf8ab35107efd11828< e6c24ba95fc3f1b5e1dcd28b1c6e59ef61a9daa5 affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
can: bcm: fix CAN frame rx/tx statistics
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix CAN frame rx/tx statistics KCSAN detected a data race within the bcm_rx_handler() when two CAN frames have been simultaneously received and processed in a single rx op by two different CPUs. Use atomic operations with (signed) long data types to access the statistics in the hot path to fix the KCSAN complaint. Additionally simplify the update and check of statistics overflow by using the atomic operations in separate bcm_update_[rx|tx]_stats() functions. The rx variant runs under bcm_rx_update_lock to prevent races when resetting the two rx counters; the tx variant runs under bcm_tx_lock and only needs to guard its own counter's overflow. As the rx path resets its values already at LONG_MAX / 100, there is no conflict between the two locking domains (bcm_rx_update_lock vs. bcm_tx_lock) even for ops that use both paths. The rx statistics update and the frames_filtered update in bcm_rx_changed() were previously performed in two separate bcm_rx_update_lock sections. For an rx op subscribed on all interfaces (ifindex == 0), bcm_rx_handler() can run concurrently on different CPUs, so a counter reset by one CPU between these two sections could leave frames_filtered larger than frames_abs on another CPU, producing a bogus (even negative) reduction percentage in procfs. Update the statistics in the same critical section as bcm_rx_changed() to close this gap, which also removes the now unneeded extra lock/unlock pair around the traffic_flags calculation.
来源: 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 kernel存在安全漏洞,该漏洞源于net/can/bcm.c文件bcm_rx_handler()函数中的数据竞争,可能导致CAN帧接收/发送统计信息错误。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux ffd980f976e7fd666c2e61bf8ab35107efd11828 ~ 640acf3566fc897065127001be875ebc5401c218 -
Linux Linux 2.6.25 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

CVE-2026-74475 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-74280 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-74279 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72408 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-74309 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72421 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72407 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72493 9.9 CRITICAL Linux kernel 安全漏洞
CVE-2026-72065 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-74361 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72064 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-74480 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72191 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72192 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-74478 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72194 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-74269 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72209 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72211 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72041 9.8 CRITICAL Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-72118

暂无评论


发表评论