PT-2026-61301
In the Linux kernel, the following vulnerability has been resolved: ipv6: rpl: fix hdrlen overflow in ipv6 rpl srh decompress ipv6 rpl srh decompress computes: outhdr-hdrlen = n + 1 sizeofstruct in6 addr 3; hdrlen is u8. For n = 127 the result exceeds 255 and silently truncates. With n=127...