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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-09-18 08:15
Updated : 2024-09-23 16:28
NVD link : CVE-2024-46759
Mitre link : CVE-2024-46759
CVE.ORG link : CVE-2024-46759
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-191
Integer Underflow (Wrap or Wraparound)