cve/2024/CVE-2024-56369.md

21 lines
993 B
Markdown
Raw Normal View History

2025-09-29 21:09:30 +02:00
### [CVE-2024-56369](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-56369)
![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=2f0e9d804935970a4ce0f58dd046b41881bfd8f3%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=4.17%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=blue)
### Description
In the Linux kernel, the following vulnerability has been resolved:drm/modes: Avoid divide by zero harder in drm_mode_vrefresh()drm_mode_vrefresh() is trying to avoid divide by zeroby checking whether htotal or vtotal are zero. But we maystill end up with a div-by-zero of vtotal*htotal*...
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/oogasawa/Utility-security
- https://github.com/w4zu/Debian_security