5.5

CVE-2022-49727

ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg

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.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
LinuxLinux Kernel Version < 4.9.320
LinuxLinux Kernel Version >= 4.10 < 4.14.285
LinuxLinux Kernel Version >= 4.15 < 4.19.249
LinuxLinux Kernel Version >= 4.20 < 5.4.200
LinuxLinux Kernel Version >= 5.5 < 5.10.124
LinuxLinux Kernel Version >= 5.11 < 5.15.49
LinuxLinux Kernel Version >= 5.16 < 5.18.6
LinuxLinux Kernel Version5.19 Updaterc1
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.27% 0.19
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 5.5 1.8 3.6
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
134c704f-9b21-4f2e-91b3-4a467353bcc0 5.5 1.8 3.6
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CWE-190 Integer Overflow or Wraparound

The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

https://git.kernel.org/stable/c/034246122f5c5e2e2a0b9fe04e24517920e9beb1
Patch
https://git.kernel.org/stable/c/0e818d433fc2718fe4da044ffca7431812a7e04e
Patch
https://git.kernel.org/stable/c/27a37755ceb401111ded76810359d3adc4b268a1
Patch
https://git.kernel.org/stable/c/2cf73c7cb6125083408d77f43d0e84d86aed0000
Patch
https://git.kernel.org/stable/c/2f42389d270f2304c8855b0b63498a5a4d0c053d
Patch
https://git.kernel.org/stable/c/6c4e3486d21173d60925ef52e512cae727b43d30
Patch
https://git.kernel.org/stable/c/b8879ca1fd7348b4d5db7db86dcb97f60c73d751
Patch
https://git.kernel.org/stable/c/f638a84afef3dfe10554c51820c16e39a278c915
Patch