← Back to CVE List

CVE-2024-56369

Published: 2025-01-11T13:15Z
Last Modified: 2025-01-16T15:18Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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 zero by checking whether htotal or vtotal are zero. But we may still end up with a div-by-zero of vtotal*htotal*... > MITRE Terms of Use apply – see LICENSE‑MITRE.txt