Security Advisory

CVE-2022-49727

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-02-26 02:24:38
Last updated 2026-05-11 19:05:40
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg When len >= INT_MAX - transhdrlen, ulen = len + transhdrlen will be overflow. To fix, we can follow what udpv6 does and subtract the transhdrlen from the max.