In the Linux kernel, the following vulnerability has been resolved:
ad7780: fix division by zero in ad7780_write_raw()
In the ad7780_write_raw() , val2 can be zero, which might lead to a
division by zero error in DIV_ROUND_CLOSEST(). The ad7780_write_raw()
is based on iio_info's write_raw. While val is explicitly declared that
can be zero (in read mode), val2 is not specified to be non-zero.
References
Configurations
Configuration 1 (hide)
|
History
03 Nov 2025, 21:17
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
Information
Published : 2024-12-27 15:15
Updated : 2025-11-03 21:17
NVD link : CVE-2024-56567
Mitre link : CVE-2024-56567
CVE.ORG link : CVE-2024-56567
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-369
Divide By Zero
