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

18 lines
933 B
Markdown

### [CVE-2024-56567](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-56567)
![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=9085daa4abcc3a1c19ae4eb00e609842ef28275a%3C%2018fb33df1de83a014d7f784089f9b124facc157f%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### 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
- https://github.com/cku-heise/euvd-api-doc