Junglewise Threat Intelligence

CVE-2026-53135: Linux Kernel AMD Display Driver NULL Dereference and Buffer Over-read in SDP debugfs

CVE-2026-53135 · Severity: info · Published 2026-06-25

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's AMD display driver could allow a local user to crash the system or potentially access sensitive memory. The issue occurs when the system attempts to process specific display messages through a debug interface, particularly during hardware events like hot-plugging a monitor. This could lead to a denial-of-service (system crash) or unauthorized data exposure on affected Linux systems using AMD graphics hardware.

Technical details

A vulnerability exists in the `dp_sdp_message_debugfs_write()` function within the `amdgpu_dm_debugfs.c` component of the Linux kernel's AMD display driver. The function fails to validate if a connector is bound to a CRTC before dereferencing `connector->base.state->crtc`, leading to a NULL pointer dereference and kernel panic during specific states like hot-plugging. Additionally, the function ignores the user-provided size argument and performs a fixed 36-byte `copy_from_user()` call, resulting in a buffer over-read if the provided buffer is smaller than 36 bytes. Attackers with access to the debugfs interface can exploit these flaws to cause a denial-of-service or read sensitive kernel memory. Patches have been merged into multiple stable kernel branches.

Affected products

  • Linux Linux Kernel 5.2 to 7.1

Timeline

  • 2026-05-11: other: Initial patch authored
  • 2026-06-25: disclosed: CVE published

References

Related threats