PT-2026-72860 · Linux · Linux Kernel
CVE-2026-74424
·
Published
2026-08-15
·
Updated
2026-08-18
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A NULL pointer dereference occurs in the
fbcon component when a framebuffer's modelist changes. The function fbcon new modelist() processes consoles mapped to the framebuffer; if fb display[i].mode is set, it reads vc cons[i].d and passes the vc num to fbcon set disp(). The issue arises because fbcon set disp() sets fb display[i].mode before verifying if vc data is valid, and fbcon deinit() fails to clear the mode after vc data is freed. Consequently, fbcon new modelist() attempts to dereference a NULL vc data pointer.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel