Bug 2333984 (CVE-2024-53159) - CVE-2024-53159 kernel: hwmon: (nct6775-core) Fix overflows seen when writing limit attributes
Summary: CVE-2024-53159 kernel: hwmon: (nct6775-core) Fix overflows seen when writing ...
Keywords:
Status: NEW
Alias: CVE-2024-53159
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-12-24 12:02 UTC by OSIDB Bzimport
Modified: 2025-02-20 11:28 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-12-24 12:02:17 UTC
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.

Comment 1 Avinash Hanwate 2024-12-24 12:28:08 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2024122430-CVE-2024-53159-f910@gregkh/T

Comment 2 TEJ RATHI 2025-02-20 11:28:37 UTC
This CVE has been rejected upstream:
https://lore.kernel.org/linux-cve-announce/2025010928-REJECTED-a508@gregkh/


Note You need to log in before you can comment on or make changes to this bug.