NVD Vulnerability Detail
Search Exploit, PoC
CVE-2026-53006
Summary

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.

Publication Date June 25, 2026, 2:17 a.m.
Registration Date June 27, 2026, 4:20 a.m.
Last Update June 25, 2026, 2:17 a.m.
Related information, measures and tools
Common Vulnerabilities List