In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Mar 7, 2025
to the GitHub Advisory Database
•
Updated Mar 7, 2025
Description
Published by the National Vulnerability Database
Feb 26, 2025
Published to the GitHub Advisory Database
Mar 7, 2025
Last updated
Mar 7, 2025
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.
References