CVE-2025-68237 — Linux vulnerability
38 documents9 sources
Severity
7.2HIGHOSV
OSV3.2
No vectorEPSS
0.1%
top 84.39%
CISA KEV
Not in KEV
Exploit
No known exploits
Affected products
Timeline
PublishedDec 16
Latest updateApr 9
Description
In the Linux kernel, the following vulnerability has been resolved:
mtdchar: fix integer overflow in read/write ioctls
The "req.start" and "req.len" variables are u64 values that come from the
user at the start of the function. We mask away the high 32 bits of
"req.len" so that's capped at U32_MAX but the "req.start" variable can go
up to U64_MAX which means that the addition can still integer overflow.
Use check_add_overflow() to fix this bug.
Affected Packages7 packages
▶CVEListV5linux/linux6420ac0af95dbcb2fd8452e2d551ab50e1bbad83 — f37efdd97fd1ec3e0d0f1eec279c8279e28f981e+5