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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于flow_dissector中PPPoE PFC帧处理不当,可能导致未对齐访问异常。

CVSS 7.5 · High EPSS 0.39% · P32

影响版本矩阵 16

厂商产品 版本范围状态
Linux Linux 10f665b52a75df6eb26ddebbbc072ee264183731< e7c811ca372d53c2be7d01a1614e71fae1054836 affected
d7e541e86122d21f71eb71c5dfa7fb1eb6623fe8< abc5bc84e0f2edc7ea2d437afa6ef3fe1fc43200 affected
46126db9c86110e5fc1e369b9bb89735ddefdae4< 18ae9eacfc95cc715c0606b2c86e8aa8a86cf3e3 affected
46126db9c86110e5fc1e369b9bb89735ddefdae4< db104b0d8a7856397c0469d83a4289adf7c54863 affected
46126db9c86110e5fc1e369b9bb89735ddefdae4< 6044392d9cace3a3672b02c8bc7d38b502e51734 affected
46126db9c86110e5fc1e369b9bb89735ddefdae4< 0d00b9015069712944934bab09eaa6c542143049 affected
46126db9c86110e5fc1e369b9bb89735ddefdae4< 7c93f353eab4ea911e394630f07d72e040a729d8 affected
46126db9c86110e5fc1e369b9bb89735ddefdae4< d6c19b31a3c1d519fabdcf0aa239e6b6109b9473 affected
… +8 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
flow_dissector: do not dissect PPPoE PFC frames
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: flow_dissector: do not dissect PPPoE PFC frames RFC 2516 Section 7 states that Protocol Field Compression (PFC) is NOT RECOMMENDED for PPPoE. In practice, pppd does not support negotiating PFC for PPPoE sessions, and the flow dissector driver has assumed an uncompressed frame until the blamed commit. During the review process of that commit [1], support for PFC is suggested. However, having a compressed (1-byte) protocol field means the subsequent PPP payload is shifted by one byte, causing 4-byte misalignment for the network header and an unaligned access exception on some architectures. The exception can be reproduced by sending a PPPoE PFC frame to an ethernet interface of a MIPS board, with RPS enabled, even if no PPPoE session is active on that interface: $ 0 : 00000000 80c40000 00000000 85144817 $ 4 : 00000008 00000100 80a75758 81dc9bb8 $ 8 : 00000010 8087ae2c 0000003d 00000000 $12 : 000000e0 00000039 00000000 00000000 $16 : 85043240 80a75758 81dc9bb8 00006488 $20 : 0000002f 00000007 85144810 80a70000 $24 : 81d1bda0 00000000 $28 : 81dc8000 81dc9aa8 00000000 805ead08 Hi : 00009d51 Lo : 2163358a epc : 805e91f0 __skb_flow_dissect+0x1b0/0x1b50 ra : 805ead08 __skb_get_hash_net+0x74/0x12c Status: 11000403 KERNEL EXL IE Cause : 40800010 (ExcCode 04) BadVA : 85144817 PrId : 0001992f (MIPS 1004Kc) Call Trace: [<805e91f0>] __skb_flow_dissect+0x1b0/0x1b50 [<805ead08>] __skb_get_hash_net+0x74/0x12c [<805ef330>] get_rps_cpu+0x1b8/0x3fc [<805fca70>] netif_receive_skb_list_internal+0x324/0x364 [<805fd120>] napi_complete_done+0x68/0x2a4 [<8058de5c>] mtk_napi_rx+0x228/0xfec [<805fd398>] __napi_poll+0x3c/0x1c4 [<805fd754>] napi_threaded_poll_loop+0x234/0x29c [<805fd848>] napi_threaded_poll+0x8c/0xb0 [<80053544>] kthread+0x104/0x12c [<80002bd8>] ret_from_kernel_thread+0x14/0x1c Code: 02d51821 1060045b 00000000 <8c640000> 3084000f 2c820005 144001a2 00042080 8e220000 To reduce the attack surface and maintain performance, do not process PPPoE PFC frames. [1] https://lore.kernel.org/r/20220630231016.GA392@debian.home
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/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所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于flow_dissector中PPPoE PFC帧处理不当,可能导致未对齐访问异常。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 10f665b52a75df6eb26ddebbbc072ee264183731 ~ e7c811ca372d53c2be7d01a1614e71fae1054836 -
Linux Linux 6.0 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

同批安全公告 · Linux · 2026-06-08 · 共 41 条

CVE-2026-46289 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-46288 8.4 HIGH Linux kernel 安全漏洞
CVE-2026-46307 8.3 HIGH Linux kernel 安全漏洞
CVE-2026-46303 8.2 HIGH Linux kernel 安全漏洞
CVE-2026-46274 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46275 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46277 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46280 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46311 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46304 7.5 HIGH Linux kernel 安全漏洞
CVE-2026-46299 7.0 HIGH Linux kernel 安全漏洞
CVE-2026-46296 Linux kernel 安全漏洞
CVE-2026-46314 Linux kernel 安全漏洞
CVE-2026-46298 Linux kernel 安全漏洞
CVE-2026-46301 Linux kernel 安全漏洞
CVE-2026-46302 Linux kernel 安全漏洞
CVE-2026-46305 Linux kernel 安全漏洞
CVE-2026-46308 Linux kernel 安全漏洞
CVE-2026-46309 Linux kernel 安全漏洞
CVE-2026-46310 Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-46306

暂无评论


发表评论