PT-2026-52231 · Linux+1 · Linux Kernel+1
CVE-2026-53135
·
Published
2026-06-03
·
Updated
2026-09-07
CVSS v3.1
9.8
Critical
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A NULL pointer dereference and buffer over-read exist in the SDP debugfs. The function
dp sdp message debugfs write() dereferences connector->base.state->crtc without verifying if it is NULL. This can occur when a connector is connected but not bound to any CRTC, leading to a kernel crash when writing to the sdp message debugfs node. Additionally, the function ignores the user-provided size argument and consistently passes 36 bytes to copy from user(), which results in reading past the user buffer if the provided size is less than 36 bytes.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
NULL Pointer Dereference
Memory Corruption
Buffer Overflow
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel
Ubuntu