First published: Wed Apr 03 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: fbdev: savage: Error out if pixclock equals zero The userspace program could pass any values to the driver through ioctl() interface. If the driver doesn't check the value of pixclock, it may cause divide-by-zero error. Although pixclock is checked in savagefb_decode_var(), but it is not checked properly in savagefb_probe(). Fix this by checking whether pixclock is zero in the function savagefb_check_var() before info->var.pixclock is used as the divisor. This is similar to CVE-2022-3061 in i740fb which was fixed by commit 15cf0b8.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.11-1 6.12.12-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-26778 has been classified as a security vulnerability that can lead to potential system crashes due to a divide-by-zero error.
To resolve CVE-2024-26778, users should upgrade to the fixed versions of the Linux kernel available, including versions 5.10.223-1, 5.10.226-1, 6.1.119-1, 6.1.123-1, 6.12.10-1, and 6.12.11-1.
CVE-2024-26778 primarily affects Debian-based Linux distributions that utilize the vulnerable versions of the Linux kernel.
If exploited, CVE-2024-26778 can cause the userspace program to crash, potentially disrupting services and impacting system stability.
Currently, the best course of action is to upgrade the affected kernel versions, as no official workarounds have been published.