CVE-2024-35827 — Integer Overflow or Wraparound in Linux
Severity
5.5MEDIUMNVD
EPSS
0.0%
top 90.09%
CISA KEV
Not in KEV
Exploit
No known exploits
Affected products
Timeline
PublishedMay 17
Latest updateJul 4
Description
In the Linux kernel, the following vulnerability has been resolved:
io_uring/net: fix overflow check in io_recvmsg_mshot_prep()
The "controllen" variable is type size_t (unsigned long). Casting it
to int could lead to an integer underflow.
The check_add_overflow() function considers the type of the destination
which is type int. If we add two positive values and the result cannot
fit in an integer then that's counted as an overflow.
However, if we cast "controllen" to an int and it turns neg…
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:HExploitability: 1.8 | Impact: 3.6
Affected Packages9 packages
▶CVEListV5linux/linux9b0fc3c054ff2eb13753104884f1045b5bb3a627 — 868ec868616438df487b9e2baa5a99f8662cc47c+5
Patches
🔴Vulnerability Details
7📋Vendor Advisories
8💬Community
1Bugzilla
▶