Description
In the Linux kernel, the following vulnerability has been resolved:

fbcon: fix NULL pointer dereference for a console without vc_data

fbcon_new_modelist() runs when a framebuffer's modelist changes. For each
console mapped to it with fb_display[i].mode set, it reads vc_cons[i].d and
passes the vc_num to fbcon_set_disp(). This assumes a console with a mode
set has a vc_data, but it can be NULL. fbcon_set_disp() sets
fb_display[i].mode before it checks vc_data, and fbcon_deinit() leaves the
mode set after the vc_data is freed. fbcon_new_modelist() then dereferences
the NULL vc_data.

Keep fb_display[i].mode set only while the console has a vc_data. Check
vc_data before setting the mode in fbcon_set_disp(), and clear the mode in
fbcon_deinit(). The existing mode check in fbcon_new_modelist() then skips
such consoles.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw stems from the framebuffer console subsystem, where fbcon_new_modelist() assumes that any console with a display mode set has associated vc_data. When vc_data is NULL, the function ultimately dereferences the null pointer in fbcon_set_disp(), causing a kernel panic. This null‑pointer dereference is a classic example of CWE‑476 and results in an availability impact by crashing the entire operating system.

Affected Systems

All Linux kernel releases that include the fbcon subsystem and do not incorporate the remedial commit (5fae9a9, 6617df8, 8e9b8b0, 9b783b7, ac97035, b134ad2, cc4382d) are susceptible. Because the affected product is the generic Linux kernel, this flaw potentially affects every distribution that ships with a pre‑patched kernel version.

Risk and Exploitability

The CVSS score of 5.5 indicates a moderate severity. The EPSS score of < 1% indicates a very low exploitation probability, and the vulnerability is not listed in the CISA KEV catalog, indicating that it is not currently a known exploited vulnerability. The flaw requires triggering a framebuffer mode change on a console that lacks vc_data, which in practice would likely necessitate either local physical or privileged access to the system. If such access exists, an attacker could induce a kernel panic and achieve a denial of service. While widespread remote exploitation is not documented, the availability impact remains significant for affected hosts.

Generated by OpenCVE AI on August 21, 2026 at 23:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the upstream kernel patch that fixes fbcon_new_modelist to check for null vc_data before dereferencing it. The patch can be obtained from the Git commit links provided.
  • Apply the vendor‑supplied kernel patch that includes the fbcon_new_modelist fix.
  • If immediate kernel upgrade is infeasible, limit the use of framebuffer consoles or disable fbcon for non‑essential consoles to reduce the attack surface.

Generated by OpenCVE AI on August 21, 2026 at 23:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Sat, 15 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Sat, 15 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: fbcon: fix NULL pointer dereference for a console without vc_data fbcon_new_modelist() runs when a framebuffer's modelist changes. For each console mapped to it with fb_display[i].mode set, it reads vc_cons[i].d and passes the vc_num to fbcon_set_disp(). This assumes a console with a mode set has a vc_data, but it can be NULL. fbcon_set_disp() sets fb_display[i].mode before it checks vc_data, and fbcon_deinit() leaves the mode set after the vc_data is freed. fbcon_new_modelist() then dereferences the NULL vc_data. Keep fb_display[i].mode set only while the console has a vc_data. Check vc_data before setting the mode in fbcon_set_disp(), and clear the mode in fbcon_deinit(). The existing mode check in fbcon_new_modelist() then skips such consoles.
Title fbcon: fix NULL pointer dereference for a console without vc_data
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-18T06:56:33.340Z

Reserved: 2026-08-15T05:44:03.894Z

Link: CVE-2026-74424

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:44.480

Modified: 2026-08-18T07:16:54.610

Link: CVE-2026-74424

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74424 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T23:15:05Z

Weaknesses