2 matches found
PT-2026-61449
In the Linux kernel, the following vulnerability has been resolved: ipv6: ioam: refresh hdr pointer before ioam6 event Reported by Sashiko: In ipv6 hop ioam, the hdr pointer is initialized to point into the skb's linear data buffer. Later, the code calls skb ensure writable, which might reallocat...
EUVD-2026-38861
In the Linux kernel, the following vulnerability has been resolved: tipc: fix double-free in tipcbufappend tipcmsgvalidate can potentially reallocate the skb it is validating, freeing the old one. In tipcbufappend, it was being called with a pointer to a local variable which was a copy of the...