PT-2026-51900 · Linux · Linux
Published
2026-06-24
·
Updated
2026-06-24
·
CVE-2026-53006
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
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.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux