2 matches found
EUVD-2026-86988
In the Linux kernel, the following vulnerability has been resolved: EDAC/devicesysfs: Use kstrtouint for pollmsec to prevent truncation The pollmsec sysfs store file uses simplestrtoul which accepts an unsigned long, but the target field pollmsec is unsigned int. On 64-bit systems, a value UINTMA...
5.8AI score
SaveExploits0References4
CVE-2026-98157
The Linux kernel contains a vulnerability in the EDAC/device_sysfs component where the poll_msec sysfs store file uses simple_strtoul(). Because simple_strtoul() accepts an unsigned long while the target field is an unsigned int , values exceeding UINT_MAX on 64-bit systems are silently truncated...
5.8AI score
SaveExploits0References4
20