🔴 《严重安全漏洞:CVE-2026-53006》

CVSS 评分: 严重(9.8)  CVE ID: CVE-2026-53006


漏洞描述

In the Linux kernel, the following vulnerability has been resolved:

ipv6: fix possible UAF in icmpv6_rcv()

Caching saddr and daddr before pskb_pull() is problematic
since skb->head can change.

Remove these temporary variables:

  • We only access &ipv6_hdr(skb)->saddr and &ipv6_hdr(skb)->daddr
    when net_dbg_ratelimited() is called in the slow path.

  • Avoid potential future misuse after pskb_pull() call.


字段
CVE ID CVE-2026-53006
CVSS 评分 9.8
严重程度 严重
发布时间 2026-06-24
状态 Received

数据来源: NVD | 获取时间: 2026-06-28 18:14