3 matches found
CVE-2026-63919
In the Linux kernel, the following vulnerability has been resolved: xfrm: input: hold netns during deferred transport reinjection Transport-mode reinjection stores a struct net pointer in skb-cb and uses it later from xfrmtransreinject. That pointer must stay valid until the deferred callback run...
CVE-2026-63919
The CVE-2026-63919 entry concerns the Linux kernel's xfrm input path and deferred transport reinjection. The vulnerability stems from storing a struct net pointer in skb->cb and later using it in xfrm_trans_reinject() without ensuring the netns lifetime, risking dereferencing a torn-down names...
CVE-2026-63919 xfrm: input: hold netns during deferred transport reinjection
In the Linux kernel, the following vulnerability has been resolved: xfrm: input: hold netns during deferred transport reinjection Transport-mode reinjection stores a struct net pointer in skb-cb and uses it later from xfrmtransreinject. That pointer must stay valid until the deferred callback run...