In the Linux kernel, the following vulnerability has been resolved: hwmon: (nct6775-core) Fix overflows seen when writing limit attributes DIV_ROUND_CLOSEST() after kstrtoul() results in an overflow if a large number such as 18446744073709551615 is provided by the user. Fix it by reordering clamp_val() and DIV_ROUND_CLOSEST() operations.
Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024122430-CVE-2024-53159-f910@gregkh/T
This CVE has been rejected upstream: https://lore.kernel.org/linux-cve-announce/2025010928-REJECTED-a508@gregkh/