Lucene search

K
osvGoogleOSV:CVE-2024-46759
HistorySep 18, 2024 - 8:15 a.m.

CVE-2024-46759

2024-09-1808:15:04
Google
osv.dev
linux kernel
vulnerability
hwmon
attribute
underflow
fix
div_round_closest
kstrtol
clamp_val
operation

AI Score

6.8

Confidence

Low

EPSS

0

Percentile

13.8%

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.

AI Score

6.8

Confidence

Low

EPSS

0

Percentile

13.8%

Related for OSV:CVE-2024-46759