Security Advisory

CVE-2024-46759

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-09-18 07:12:18
Last updated 2026-05-12 11:57:58
Assigner Linux
State PUBLISHED

Description

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.