Security Advisory

CVE-2024-56369

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-01-11 12:35:46
Last updated 2026-05-11 20:53:59
Assigner Linux
State PUBLISHED

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 zero by checking whether htotal or vtotal are zero. But we may still end up with a div-by-zero of vtotal*htotal*...