In the Linux kernel, the following vulnerability has been resolved:
iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr()
In the ad7124_write_raw() function, parameter val can potentially
be zero. This may lead to a division by zero when DIV_ROUND_CLOSEST()
is called within ad7124_set_channel_odr(). The ad7124_write_raw()
function is invoked through the sequence: iio_write_channel_raw() ->
iio_write_channel_attribute() -> iio_channel_write(), with no checks
in place to ensure val is non-zero.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-11-09 11:15
Updated : 2024-11-13 18:17
NVD link : CVE-2024-50232
Mitre link : CVE-2024-50232
CVE.ORG link : CVE-2024-50232
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-369
Divide By Zero