CVE-2026-23039
Description
In the Linux kernel, the following vulnerability has been resolved:
drm/gud: fix NULL fb and crtc dereferences on USB disconnect
On disconnect drm_atomic_helper_disable_all() is called which sets both the fb and crtc for a plane to NULL before invoking a commit.
This causes a kernel oops on every display disconnect.
Add guards for those dereferences.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A NULL pointer dereference in the Linux kernel's GUD DRM driver causes a kernel oops on USB disconnect when fb and crtc are set to NULL.
Vulnerability
CVE-2026-23039 is a NULL pointer dereference vulnerability in the Linux kernel's GUD (Generic USB Display (GUD) DRM driver. The root cause is that during a USB disconnect, drm_atomic_helper_disable_all() sets both the framebuffer (fb) and the CRTC for a plane to NULL before invoking a commit. The driver then dereferences these NULL pointers, leading to a kernel oops [1][2].
Exploitation
An attacker with physical access to the USB port can trigger this vulnerability by disconnecting a USB display device while the system is running. No authentication is required, as the attack vector is a physical USB disconnect. The vulnerability is triggered automatically during the disconnect handling path in the kernel [1][2].
Impact
Successful exploitation results in a kernel oops, causing a denial of service (DoS) condition. The system may crash or become unstable, requiring a reboot. There is no evidence of privilege escalation or data corruption from the available sources [1][2].)[2].
Mitigation
The fix adds guards for the NULL dereferences, preventing the oops. The patch has been applied to the Linux kernel stable tree [1][2]. Users should update to a kernel version containing the fix.
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2News mentions
0No linked articles in our index yet.