CVE-2026-53403
The CVE-2026-53403 issue affects the Linux kernel fbdev path: after store_modes() replaces the modelist, info->var may no longer have a matching entry, leading fb_videomode_to_var() to dereference a NULL mode during later console takeovers. The fix keeps the current mode in the modelist in fb_...