In the Linux kernel, the following vulnerability has been resolved:
hwmon: (nct6775-core) 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
23 Sep 2024, 16:29
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
First Time |
Linux linux Kernel
Linux |
|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
References | () https://git.kernel.org/stable/c/02bb3b4c7d5695ff4be01e0f55676bba49df435e - Patch | |
References | () https://git.kernel.org/stable/c/0403e10bf0824bf0ec2bb135d4cf1c0cc3bf4bf0 - Patch | |
References | () https://git.kernel.org/stable/c/0c23e18cef20b989a9fd7cb0a745e1259b969159 - Patch | |
References | () https://git.kernel.org/stable/c/298a55f11edd811f2189b74eb8f53dee34d4f14c - Patch | |
References | () https://git.kernel.org/stable/c/2f695544084a559f181cafdfd3f864c5ff9dd1db - Patch | |
References | () https://git.kernel.org/stable/c/8a1e958e26640ce015abdbb75c8896301b9bf398 - Patch | |
References | () https://git.kernel.org/stable/c/996221b030995cc5f5baa4a642201d64b62a17cd - Patch | |
References | () https://git.kernel.org/stable/c/d6035c55fa9afefc23f85f57eff1d4a1d82c5b10 - Patch | |
CWE | CWE-191 |
20 Sep 2024, 12:30
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
18 Sep 2024, 08:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-09-18 08:15
Updated : 2024-09-23 16:29
NVD link : CVE-2024-46757
Mitre link : CVE-2024-46757
CVE.ORG link : CVE-2024-46757
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-191
Integer Underflow (Wrap or Wraparound)