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

目标: 1000 元 · 已筹: 1336

100%

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

CVSS 8.8 · High EPSS 0.26% · P17

影响版本矩阵 12

厂商产品版本范围状态
LinuxLinuxe568634ae7ac379661c90731d480e067929420a1< a3f47d7c75ddad1a14621a309286f9fae3cba191affected
e568634ae7ac379661c90731d480e067929420a1< ad26c75ae25749313248f06510ebe43b5bf4adccaffected
e568634ae7ac379661c90731d480e067929420a1< d21464d93f8ba464dc3d7b4b31c6e0adcd9f659caffected
e568634ae7ac379661c90731d480e067929420a1< b6766d7ea43edf5de9d5a572bc58b631d09efe4baffected
e568634ae7ac379661c90731d480e067929420a1< f0858bfc7d3cab411a447b88e3ef970e575032c9affected
3.5affected
< 3.5unaffected
6.6.148≤ 6.6.*unaffected
… +4 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
wifi: mwifiex: bound uAP association event IEs to the event buffer
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: bound uAP association event IEs to the event buffer mwifiex_process_uap_event() handles EVENT_UAP_STA_ASSOC by exposing the (re)association request IEs that the firmware copies into the event: sinfo->assoc_req_ies = &event->data[len]; len = (u8 *)sinfo->assoc_req_ies - (u8 *)&event->frame_control; sinfo->assoc_req_ies_len = le16_to_cpu(event->len) - (u16)len; event->len is supplied by the device firmware and is never validated, and the subtraction is unchecked. assoc_req_ies points into adapter->event_body[MAX_EVENT_SIZE], a fixed-size array embedded in the kmalloc()'d struct mwifiex_adapter. On the ap_11n_enabled path mwifiex_set_sta_ht_cap() walks these IEs with cfg80211_find_ie(), whose for_each_element() loop dereferences each element header. A firmware-reported event->len larger than the bytes actually received makes assoc_req_ies_len describe IEs that extend past event_body, so the walk reads out of the adapter slab object, a slab-out-of-bounds read (KASAN: slab-out-of-bounds in cfg80211_find_ie). An event->len smaller than the header instead makes the int subtraction negative, which wraps to a huge size_t when stored in assoc_req_ies_len. The same length is handed to cfg80211_new_sta(), so a more modest over-claim can also copy stale event_body bytes into the NL80211_CMD_NEW_STATION notification. A malicious or malfunctioning mwifiex device (USB/SDIO/PCIe) can deliver such an event while the interface is in AP/uAP mode. Validate event->len before use: reject a length that underflows the header or that would place the IEs outside the event_body[] buffer the event was copied into. event->len here is struct mwifiex_assoc_event.len, a payload field internal to this event, not the transport frame length, so it is validated in this handler rather than at the generic MWIFIEX_TYPE_EVENT receive path, which only sees the event cause and the transport frame length. The bound is against event_body[MAX_EVENT_SIZE] rather than the actually-received length because the transports store the event differently (USB and SDIO leave the 4-byte event header in event_skb, PCIe strips it via skb_pull), whereas event_body is the single fixed buffer all of them copy the event into. This is the event-path analogue of the receive-path bounds checks added in commit 119585281617 ("wifi: mwifiex: Fix OOB and integer underflow when rx packets").
来源: 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: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存在安全漏洞,该漏洞源于mwifiex驱动在处理uAP关联事件时未验证event->len字段且减法运算未检查,可能导致越界读取或整数下溢,从而造成信息泄露或系统崩溃。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux e568634ae7ac379661c90731d480e067929420a1 ~ a3f47d7c75ddad1a14621a309286f9fae3cba191 -
LinuxLinux 3.5 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

CVE-2026-681549.8 CRITICALLinux kernel 安全漏洞
CVE-2026-681179.8 CRITICALLinux kernel 安全漏洞
CVE-2026-681239.8 CRITICALLinux kernel 安全漏洞
CVE-2026-681279.8 CRITICALLinux kernel 安全漏洞
CVE-2026-683009.8 CRITICALLinux kernel 安全漏洞
CVE-2026-681369.8 CRITICALLinux kernel 安全漏洞
CVE-2026-681379.8 CRITICALLinux kernel 安全漏洞
CVE-2026-681449.8 CRITICALLinux kernel 安全漏洞
CVE-2026-683819.8 CRITICALLinux kernel 安全漏洞
CVE-2026-683029.8 CRITICALLinux kernel 安全漏洞
CVE-2026-681569.8 CRITICALLinux kernel 安全漏洞
CVE-2026-683859.8 CRITICALLinux kernel 安全漏洞
CVE-2026-681589.8 CRITICALLinux kernel 安全漏洞
CVE-2026-683889.8 CRITICALLinux kernel 安全漏洞
CVE-2026-684269.8 CRITICALLinux kernel 安全漏洞
CVE-2026-681709.8 CRITICALLinux kernel 安全漏洞
CVE-2026-681599.8 CRITICALLinux kernel 安全漏洞
CVE-2026-681609.8 CRITICALLinux kernel 安全漏洞
CVE-2026-681619.8 CRITICALLinux kernel 安全漏洞
CVE-2026-681249.6 CRITICALLinux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-68326

暂无评论


发表评论