Back to overview

CVE-2026-53403

Description
In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix fb_new_modelist to prevent null-ptr-deref in fb_videomode_to_var info->var, a framebuffer's current mode, is expected to have a matching entry in info->modelist. var_to_display() relies on this and treats a failed fb_match_mode() as "This should not happen". fb_set_var() keeps it true by adding the mode to the list on every change, and do_register_framebuffer() does the same at registration. store_modes() replaces the modelist from userspace. fb_new_modelist() validates the new modes but does not check that info->var still has a match. It relies on fbcon_new_modelist() to re-point consoles, but that only handles consoles mapped to the framebuffer. With fbcon unbound there are none, so info->var is left describing a mode that is no longer in the list. A later console takeover runs var_to_display(), where fb_match_mode() returns NULL and leaves fb_display[i].mode NULL. fbcon_switch() passes it to display_to_var(), and fb_videomode_to_var() dereferences the NULL mode. Keep the current mode in the list in fb_new_modelist(), the same way fb_set_var() does.

Metadata

CVE ID
CVE-2026-53403
State
PUBLISHED
Assigner
Linux
Reserved
2026-06-09 07:44 UTC
Published
2026-07-19 12:02 UTC
Last updated
2026-07-20 06:41 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 1458a4d804550b7101e8bb02c1cb941088e4c0c7, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 8707f02ac9f5f632039b60df2c9f3dc914709f72, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 0d8c7f21ad8529d5c181e61f86be35b887ae2e4d, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 7640b4f68acb54c2c4f6b4a8aee0e9849dacd929 …
Linux Linux 2.6.12, 0 < 2.6.12, 5.10.260 ≤ 5.10.*, 5.15.211 ≤ 5.15.* …
Back to overview