CVE-2026-53403
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
19/07/2026
Last modified:
20/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
fbdev: Fix fb_new_modelist to prevent null-ptr-deref in fb_videomode_to_var<br />
<br />
info->var, a framebuffer&#39;s current mode, is expected to have a matching<br />
entry in info->modelist. var_to_display() relies on this and treats a<br />
failed fb_match_mode() as "This should not happen". fb_set_var() keeps it<br />
true by adding the mode to the list on every change, and<br />
do_register_framebuffer() does the same at registration.<br />
<br />
store_modes() replaces the modelist from userspace. fb_new_modelist()<br />
validates the new modes but does not check that info->var still has a<br />
match. It relies on fbcon_new_modelist() to re-point consoles, but that<br />
only handles consoles mapped to the framebuffer. With fbcon unbound there<br />
are none, so info->var is left describing a mode that is no longer in the<br />
list.<br />
<br />
A later console takeover runs var_to_display(), where fb_match_mode()<br />
returns NULL and leaves fb_display[i].mode NULL. fbcon_switch() passes it<br />
to display_to_var(), and fb_videomode_to_var() dereferences the NULL mode.<br />
<br />
Keep the current mode in the list in fb_new_modelist(), the same way<br />
fb_set_var() does.
Impact
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/0d8c7f21ad8529d5c181e61f86be35b887ae2e4d
- https://git.kernel.org/stable/c/1458a4d804550b7101e8bb02c1cb941088e4c0c7
- https://git.kernel.org/stable/c/4f1a7fe8ba845cb7d39580755f78c3b7b9a0b61e
- https://git.kernel.org/stable/c/7640b4f68acb54c2c4f6b4a8aee0e9849dacd929
- https://git.kernel.org/stable/c/7f08fc10fa3d3366dc3af723970bd03d7d6d10e3
- https://git.kernel.org/stable/c/8707f02ac9f5f632039b60df2c9f3dc914709f72
- https://git.kernel.org/stable/c/88913059c77e171f44ba829282d42dde0d458811
- https://git.kernel.org/stable/c/eea16b6f805c0b1fb2f72f0f771088ea45356956



