HomeDefectsLIN1025-15995
Fixed

LIN1025-15995 : Security Advisory - linux - CVE-2026-53006

Created: Jun 25, 2026    Updated: Jul 31, 2026
Resolved Date: Jul 31, 2026
Found In Version: 10.25.33.2
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Kernel

Description

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.