IT

Tracker / CVE-2024-26777

CVE-2024-26777

Medium 5.5

In the Linux kernel, the following vulnerability has been resolved: fbdev: sis: 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. In sisfb_check_var(), var->pixclock is used as a divisor to caculate drate before it is checked against zero. Fix this by checking it at the beginning. This is similar to CVE-2022-3061 in i740fb which was fixed by commit 15cf0b8.

Affected products and versions

debian debian_linux
linux linux_kernel
linux linux_kernel · … → 4.19.308
linux linux_kernel · 4.20 → 5.4.270
linux linux_kernel · 5.11 → 5.15.150
linux linux_kernel · 5.16 → 6.1.80
linux linux_kernel · 5.5 → 5.10.211
linux linux_kernel · 6.2 → 6.6.19
linux linux_kernel · 6.7 → 6.7.7

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References