IT

Tracker / CVE-2024-50232

CVE-2024-50232

Medium 5.5

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.

Affected products and versions

linux linux_kernel
linux linux_kernel · 5.13 → 5.15.171
linux linux_kernel · 5.16 → 6.1.116
linux linux_kernel · 6.2 → 6.6.60
linux linux_kernel · 6.7 → 6.11.7

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References