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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-64552— virtio-net接收大数据包长度检查漏洞

AI 预测 7.8 利用难度: 中等
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
virtio-net: fix len check in receive_big()
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix len check in receive_big() receive_big() bounds the device-announced length by (big_packets_num_skbfrags + 1) * PAGE_SIZE. That is still too loose: add_recvbuf_big() sets sg[1] to start at offset sizeof(struct padded_vnet_hdr) into the first page, so the chain actually carries hdr_len + (PAGE_SIZE - sizeof(padded_vnet_hdr)) + big_packets_num_skbfrags * PAGE_SIZE bytes -- 20 bytes less than the check allows for the common hdr_len == 12 case. A malicious virtio backend can announce a len in that gap. page_to_skb() then walks one frag past the page chain, storing a NULL page->private into skb_shinfo()->frags[MAX_SKB_FRAGS], which is both an out-of-bounds write past the static frag array and a NULL frag handed up the rx path. Bound len by the size add_recvbuf_big() actually advertised.
来源: 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 82f9028e83944a9eee5229cbc6fee9be1de8a62d ~ f9451d0fd5ba635dcabb49bfe456a6db734a8986 -
LinuxLinux 6.18 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

同批安全公告 · Linux · 2026-07-27 · 共 25 条

CVE-2026-64542IPv6 网络发现 accept_untracked_na() NULL 解引用漏洞
CVE-2026-64532NTFS3 更新记录数据越界访问漏洞
CVE-2026-64531OpenvSwitch 拒绝超大嵌套动作属性漏洞
CVE-2026-64533ntfs3:日志回放转换中lcns_follow验证缺失
CVE-2026-64534Linux nvmet-tcp digest错误处理漏洞
CVE-2026-64535nvmet-tcp 远程代码执行漏洞
CVE-2026-64536rtl8723bs 驱动 is_ap_in_tkip() 函数存在越界读取漏洞
CVE-2026-64537bridge cfm 配置时拒绝无效 CCM 间隔
CVE-2026-64538IPv6 fib6_nh_mtu_change()空指针解引用漏洞
CVE-2026-64539蓝牙 EIR 标志 AD 预写栈溢出漏洞
CVE-2026-64540USBNet gl620a泛林rx_fixup()越界读取漏洞
CVE-2026-64541net/smc:修复smc_cdc_rx_handler()中的UAF漏洞
CVE-2026-64554Linux netfilter 桥接模块 br_ip6_fragment() 悬垂指针漏洞
CVE-2026-64543TIPC discoverer use-after-free漏洞
CVE-2026-64544crypto: 不对称密钥 pefile_digest_pe_contents 越界读取漏洞
CVE-2026-64546drm/edid: drm_parse_tiled_block()越界读取漏洞
CVE-2026-64545Linux内核BPF模块xpd_master_redirect()空指针解引用漏洞
CVE-2026-64547net1080 驱动 rx_fixup 函数漏洞
CVE-2026-64548bpf sockmap: bpf_msg_push_data() 溢出复制长度拒绝
CVE-2026-64550Qualcomm RMNET MAP帧长度验证漏洞

显示前 20 条,共 25 条。 查看全部 → →

IV. Related Vulnerabilities

V. Comments for CVE-2026-64552

暂无评论


发表评论