In the Linux kernel, the following vulnerability has been resolved:
staging: sm750fb: fix division by zero in pstohz()
pstohz() is called from hwsm750crtcsetmode() without validating that pixclock is non-zero. A zero pixclock passed via FBIOPUT_VSCREENINFO causes a division by zero.
Fix by rejecting zero pixclock in lynxfbopscheck_var(), consistent with other framebuffer drivers.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/31xxx/CVE-2026-31603.json",
"cna_assigner": "Linux"
}