First published: Sat Jan 11 2025(Updated: )
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*...
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <5.15.176 | |
Linux Kernel | >=5.16<6.1.122 | |
Linux Kernel | >=6.2<6.6.68 | |
Linux Kernel | >=6.7<6.12.7 | |
Linux Kernel | =6.13-rc1 | |
Linux Kernel | =6.13-rc2 | |
Linux Kernel | =6.13-rc3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2024-56369 is considered to be medium, primarily due to potential issues with divide by zero in the Linux kernel.
To fix CVE-2024-56369, update the Linux kernel to the latest stable version or apply the relevant patches provided by the maintainers.
CVE-2024-56369 affects the Linux kernel versions from 5.15.176 up to but not including 6.1.122, and certain specific pre-release versions.
If exploited, CVE-2024-56369 could lead to system instability or crashes due to divide by zero errors in graphic modes handling.
There is currently no widely publicized proof of concept for CVE-2024-56369, but it is important to stay updated regarding potential exploitations.