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.

公表日 2026年6月25日2:17
登録日 2026年6月27日4:20
最終更新日 2026年6月25日2:17
関連情報、対策とツール
共通脆弱性一覧