CVE-2024-26778: fbdev: savage: Error out if pixclock equals zero
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.
Security readout for executives and security teams
Plain-English summary
CVE-2024-26778 is a Linux kernel bug in the Savage framebuffer driver. A local userspace program could provide a zero pixel-clock value through an ioctl path, leading the kernel driver to divide by zero. The public sources describe a kernel stability issue, not a confirmed remote compromise path.
Executive priority
Treat this as routine but real kernel maintenance. Prioritize systems with local multi-user access or legacy framebuffer hardware support. It is not KEV-listed and no active exploitation is cited in the supplied sources.
Technical view
The issue is in fbdev savage handling of pixclock. The driver checked pixclock in one path, but not properly before info->var.pixclock was used as a divisor in savagefb_probe/check handling. Stable Linux commits add a zero check in savagefb_check_var().
Likely exposure
Exposure is likely limited to Linux systems running affected kernels where the savage framebuffer driver is present and reachable by local users through framebuffer ioctl interfaces. The source bundle does not show cloud, network, container, or browser-facing exposure.
Exploitation context
The CVE source says a userspace program could pass arbitrary values through ioctl and trigger divide-by-zero. KEV is false, and the supplied sources do not report active exploitation or public weaponization.
Researcher notes
Evidence supports a local ioctl-triggered divide-by-zero in the Linux savage fbdev driver. Impact details beyond kernel fault or denial-of-service are not established in the supplied bundle. No CVSS, CWE, exploit status, or complete product-specific package matrix is provided.
Mitigation direction
Apply Linux kernel updates containing the referenced stable commits.
Use Debian LTS kernel updates where the Debian advisories apply.
Check your distribution vendor advisory for exact fixed package versions.
If not needed, follow vendor guidance to avoid loading the savage framebuffer driver.
Validation and detection
Inventory kernels against the affected Linux version data in the CVE record.
Check whether the savage framebuffer driver is built, installed, or loaded.
Confirm updated kernels include one of the referenced stable fixes.
Review Debian LTS advisory applicability for Debian-managed systems.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-26778 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.