← Back to CVE List

CVE-2024-46759

Published: 2024-09-18T08:15Z
Last Modified: 2024-09-23T16:28Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: hwmon: (adc128d818) Fix underflows seen when writing limit attributes DIV_ROUND_CLOSEST() after kstrtol() results in an underflow if a large negative number such as -9223372036854775808 is provided by the user. Fix it by reordering clamp_val() and DIV_ROUND_CLOSEST() operations. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt