Junglewise Threat Intelligence

CVE-2026-43123: Linux kernel NULL pointer dereference in fbcon

CVE-2026-43123 · Severity: medium · CVSS 5.5 · Published 2026-05-06

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability exists in the Linux kernel's framebuffer console (fbcon) component, which manages how text is displayed on screens. A local user could trigger a system crash by exploiting a flaw where the system fails to properly handle errors during display initialization. This results in a 'NULL pointer dereference,' leading to a denial of service (system instability or crash).

Technical details

A NULL pointer dereference vulnerability exists in the Linux kernel's framebuffer console (fbcon) driver. The issue occurs in fbcon_init() when it calls con2fb_acquire_newinfo(). If the underlying fbcon_open() call fails within con2fb_acquire_newinfo(), the info->fbcon_par pointer remains NULL. Subsequent code dereferences this pointer without verifying its validity, leading to a kernel oops or crash. This is a local attack vector requiring low privileges. Patches have been released across multiple stable kernel branches to ensure the return value of con2fb_acquire_newinfo() is checked before proceeding.

Affected products

  • Linux Linux kernel 2.6.23 to 5.15.203, 5.16 to 6.1.165, 6.2 to 6.6.128, 6.7 to 6.12.75, 6.13 to 6.18.16, 6.19 to 6.19.6

Timeline

  • 2026-05-06: disclosed
  • 2026-05-06: advisory
  • 2026-02-14: patched: Initial patch committed to stable tree

References

Related threats