← Back to CVE List

CVE-2022-49727

Published: 2025-02-26T07:01Z
Last Modified: 2025-03-07T20:46Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt