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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-68403— brcmfmac SDIO数据工作初始化前清理漏洞

AI 预测 3.3 利用难度: 困难

影响版本矩阵 12

厂商产品版本范围状态
LinuxLinux9982464379e81ece51ced03ebecbbcd34ea367a6< f50a2b9e57a751e70ae9a272875d80d39eaccd6aaffected
9982464379e81ece51ced03ebecbbcd34ea367a6< 6bd21ec8549a5854dd64204a66289952917a924caffected
9982464379e81ece51ced03ebecbbcd34ea367a6< 5c342437ea44bb829680ca9e4f683dd5b325b219affected
9982464379e81ece51ced03ebecbbcd34ea367a6< c73c3fc1c7ca5a927639f0884624cb244ba791e4affected
9982464379e81ece51ced03ebecbbcd34ea367a6< 2a665946e0407a05a3f81bd56a08553c446498e0affected
4.1affected
< 4.1unaffected
6.6.148≤ 6.6.*unaffected
… +4 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
wifi: brcmfmac: initialize SDIO data work before cleanup
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: initialize SDIO data work before cleanup brcmf_sdio_probe() stores the newly allocated bus in sdiodev->bus before allocating the ordered workqueue. If that allocation fails, the function jumps to fail and calls brcmf_sdio_remove(). brcmf_sdio_remove() unconditionally cancels bus->datawork. Initialize the work item before the first failure path that can reach brcmf_sdio_remove(), so the cleanup path always observes a valid work object. This issue was found by our static analysis tool and then confirmed by manual review of the probe error path and the remove-time work drain. The problem pattern is an early setup failure that reaches a cleanup helper which cancels an embedded work item before its initializer has run. A QEMU PoC forced alloc_ordered_workqueue() to fail at the same point in brcmf_sdio_probe(), before INIT_WORK(&bus->datawork) is reached. The resulting fail path calls brcmf_sdio_remove(), and DEBUG_OBJECTS reports the invalid work drain with brcmf_sdio_probe() and brcmf_sdio_remove() in the stack.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 9982464379e81ece51ced03ebecbbcd34ea367a6 ~ f50a2b9e57a751e70ae9a272875d80d39eaccd6a -
LinuxLinux 4.1 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-68403 补丁与修复 (4)

同批安全公告 · Linux · 2026-08-10 · 共 346 条

CVE-2026-68201ALSA 定时器:主从分离前处理从设备回调漏洞
CVE-2026-68191ath12k WiFi驱动 rhash表销毁空指针解引用漏洞
CVE-2026-68192brcmfmac 驱动缓冲区释放逻辑漏洞
CVE-2026-68193mt7925 WiFi驱动在非MMIO总线上处理TXRX NOTIFY错误
CVE-2026-68194MT7921 在非MM总线上TXRX_NOTIFY错误导致漏洞
CVE-2026-68195MT7615 非MMIO总线驱动发送通知错误
CVE-2026-68196wilc1000 Wi-Fi驱动关联响应长度验证漏洞
CVE-2026-68197mwifiex:当AP有HT能力但无HT操作时修复空指针解引用漏洞
CVE-2026-68198Linux内核ath6kl模块aggr_reset_state()存在使用-after-free漏洞
CVE-2026-68199ath6kl无线驱动固件ADDBA窗口大小导致越界访问漏洞
CVE-2026-68200ALSA定时器实例回调重入漏洞
CVE-2026-68206V4L2-CTLs HEVC活动引用计数验证漏洞
CVE-2026-68211stm32-dcmipp 驱动 start_streaming 失败缓冲区处理缺陷
CVE-2026-68210STM32 DCMI 探测失败未注销通知器漏洞
CVE-2026-68209Allwinner CSI 驱动启动流失败时队列缓冲区泄漏漏洞
CVE-2026-68208Linux内核VPE模块vip_probe_slice错误处理漏洞
CVE-2026-68207VPE 探针错误时未清理 v4l2 设备
CVE-2026-68204media vivid 切换 caps 时未检查 vb2_is_busy
CVE-2026-68202ALSA seq 关闭队列定时器时未释放导致的漏洞
CVE-2026-68203vivid 驱动 vivid_init() 清理漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-68403

暂无评论


发表评论