cve/2024/CVE-2024-56567.md
2025-09-29 16:08:36 +00:00

933 B

CVE-2024-56567

Description

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 adivision by zero error in DIV_ROUND_CLOSEST(). The ad7780_write_raw()is based on iio_info's write_raw. While val is explicitly declared thatcan be zero (in read mode), val2 is not specified to be non-zero.

POC

Reference

No PoCs from references.

Github