CVE-2024-53159 – Linux Kernel nct6775-core Integer Overflow

CVE ID : CVE-2024-53159

Published : Dec. 24, 2024, 12:15 p.m. | 15 hours, 53 minutes ago

Description : In the Linux kernel, the following vulnerability has been resolved:

hwmon: (nct6775-core) Fix overflows seen when writing limit attributes

DIV_ROUND_CLOSEST() after kstrtoul() results in an overflow if a large
number such as 18446744073709551615 is provided by the user.
Fix it by reordering clamp_val() and DIV_ROUND_CLOSEST() operations.

Severity: 0.0 | NA

Visit the link for more details, such as CVSS details, affected products, timeline, and more…CVE ID : CVE-2024-53159

Published : Dec. 24, 2024, 12:15 p.m. | 15 hours, 53 minutes ago

Description : In the Linux kernel, the following vulnerability has been resolved:

hwmon: (nct6775-core) Fix overflows seen when writing limit attributes

DIV_ROUND_CLOSEST() after kstrtoul() results in an overflow if a large
number such as 18446744073709551615 is provided by the user.
Fix it by reordering clamp_val() and DIV_ROUND_CLOSEST() operations.

Severity: 0.0 | NA

Visit the link for more details, such as CVSS details, affected products, timeline, and more…