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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel 2.6.25版本存在安全漏洞,该漏洞源于can: bcm模块的ANYDEV接收操作在多个接口同时到达匹配帧时存在竞争条件,可能导致错误的RX_TIMEOUT通知和last_frames数据损坏。

CVSS 8.1 · High EPSS 0.29% · P22

可能的 ATT&CK 技术 1 AI

T1211 · Exploitation for Stealth

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux ffd980f976e7fd666c2e61bf8ab35107efd11828< f147f48837cb1426521f5b3c3b3134c71128a25d affected
ffd980f976e7fd666c2e61bf8ab35107efd11828< 57cf104da4cf450ae9c16801a3164604b801d2cc affected
ffd980f976e7fd666c2e61bf8ab35107efd11828< 03dfe347c398fa41a7e30e8dc538f12568c183e6 affected
ffd980f976e7fd666c2e61bf8ab35107efd11828< 18b45251e74e35668f0dd0c470549384ae191ecf affected
ffd980f976e7fd666c2e61bf8ab35107efd11828< 3ff8c24b421070a2db99a5cdb86edc9ff339418e affected
ffd980f976e7fd666c2e61bf8ab35107efd11828< eca8b44d51fc6ab61022258ec968e55e3073b79e affected
ffd980f976e7fd666c2e61bf8ab35107efd11828< b6317022b685a430a3ae420456716e3c0c02ef4b affected
ffd980f976e7fd666c2e61bf8ab35107efd11828< 2f5976f54a04e9f18b25283036ac3136be453b17 affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
can: bcm: track a single source interface for ANYDEV timeout/throttle ops
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: can: bcm: track a single source interface for ANYDEV timeout/throttle ops An ANYDEV rx op (ifindex == 0) with an active RX timeout and/or throttle timer has no defined semantics when matching frames arrive from several interfaces: bcm_rx_handler() can run concurrently for the same op on different CPUs, racing hrtimer_cancel()/ bcm_rx_starttimer() against bcm_rx_timeout_handler() and causing spurious RX_TIMEOUT notifications and last_frames corruption. The same concurrency lets throttled multiplex frames from different interfaces clobber the single rx_ifindex/rx_stamp fields shared by the op. Add op->if_detected to track the first interface that delivers a matching frame while a timeout/throttle timer is configured, and reject frames from any other interface for that op. The claim is decided in bcm_rx_handler() before hrtimer_cancel() touches op->timer, so a rejected frame can never disturb the claimed interface's watchdog. RTR-mode ops are excluded via RX_RTR_FRAME, independent of kt_ival1/kt_ival2, since those may briefly hold a stale value from an earlier non-RTR configuration. The claim is released in bcm_notify() on NETDEV_UNREGISTER and in bcm_rx_setup() when SETTIMER reconfigures the timer values. A (re-)claim is only possible on CAN devices in NETREG_REGISTERED dev->reg_state to cover the release in bcm_notify() where reg_state becomes NETREG_UNREGISTERING until synchronize_net().
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
来源: 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 2.6.25版本存在安全漏洞,该漏洞源于can: bcm模块的ANYDEV接收操作在多个接口同时到达匹配帧时存在竞争条件,可能导致错误的RX_TIMEOUT通知和last_frames数据损坏。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

CVE-2026-74475 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-74280 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72407 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72408 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72421 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-74309 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-74279 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72493 9.9 CRITICAL Linux kernel 安全漏洞
CVE-2026-72381 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72393 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-74401 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-74406 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72355 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72339 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72211 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72194 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72351 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72366 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72098 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72083 9.8 CRITICAL Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-72115

暂无评论


发表评论