cve/2024/CVE-2024-56369.md
2025-09-29 21:09:30 +02:00

993 B

CVE-2024-56369

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 vtotalhtotal...

POC

Reference

No PoCs from references.

Github