CVE-2026-23039
BaseFortify
Publication date: 2026-01-31
Last updated on: 2026-02-03
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 occurs in the Linux kernel's drm/gud component, where on USB display disconnect, the system calls drm_atomic_helper_disable_all() which sets framebuffer (fb) and CRT controller (crtc) pointers to NULL before committing changes. However, the code did not properly guard against dereferencing these NULL pointers, causing a kernel oops (crash) on every display disconnect. The fix adds checks to prevent dereferencing NULL fb and crtc pointers.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash (kernel oops) whenever a USB display is disconnected. This can lead to system instability, potential data loss, and disruption of services relying on the display subsystem.