CVE-2026-43123
Null Pointer Dereference in Linux Kernel Framebuffer Console
Publication date: 2026-05-06
Last updated on: 2026-05-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's framebuffer console (fbcon) component. Specifically, when the function fbcon_open() fails during a call from con2fb_acquire_newinfo(), a pointer named fbcon_par remains NULL. Later in the code, this NULL pointer is dereferenced, which can lead to undefined behavior or a system crash. The issue is fixed by adding a check for the return value of con2fb_acquire_newinfo() to prevent dereferencing a NULL pointer.
How can this vulnerability impact me? :
The impact of this vulnerability is that it can cause the Linux kernel to dereference a NULL pointer, potentially leading to a system crash or instability. This could result in denial of service (DoS) conditions where the affected system becomes unresponsive or requires a reboot.