Out-of-bounds read in Linux kernel - CVE-2026-53402
Published: July 21, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to disclose sensitive information.
The vulnerability exists due to an out-of-bounds read in fbcon_do_set_font() and subsequent rendering in the fbcon console subsystem when handling a failed font change rollback and later rendering user-controlled character indices. A local user can trigger a font change failure and then supply character indices greater than 255 to disclose sensitive information.
Exploitation requires a failure in the font-setting error path that leaves the console state desynchronized after vc_resize() fails.