CVE-2023-53389

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: dp: Only trigger DRM HPD events if bridge is attached The MediaTek DisplayPort interface bridge driver starts its interrupts as soon as its probed. However when the interrupts trigger the bridge might not have been attached to a DRM device. As drm_helper_hpd_irq_event() does not check whether the passed in drm_device is valid or not, a NULL pointer passed in results in a kernel NULL pointer dereference in it. Check whether the bridge is attached and only trigger an HPD event if it is.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

History

11 Dec 2025, 18:20

Type Values Removed Values Added
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
CWE CWE-476
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
First Time Linux
Linux linux Kernel
References () https://git.kernel.org/stable/c/3551789d0635dfb2df8ab8e7fdbf0647e9c1724c - () https://git.kernel.org/stable/c/3551789d0635dfb2df8ab8e7fdbf0647e9c1724c - Patch
References () https://git.kernel.org/stable/c/36b617f7e4ae663fcadd202ea061ca695ca75539 - () https://git.kernel.org/stable/c/36b617f7e4ae663fcadd202ea061ca695ca75539 - Patch
References () https://git.kernel.org/stable/c/6524d3d58797975cc40b85be1e9b89721b4e8d0b - () https://git.kernel.org/stable/c/6524d3d58797975cc40b85be1e9b89721b4e8d0b - Patch
References () https://git.kernel.org/stable/c/d1c04e338016ae2517c641806a831b1f3eee2bed - () https://git.kernel.org/stable/c/d1c04e338016ae2517c641806a831b1f3eee2bed - Patch

18 Sep 2025, 14:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-09-18 14:15

Updated : 2025-12-11 18:20


NVD link : CVE-2023-53389

Mitre link : CVE-2023-53389

CVE.ORG link : CVE-2023-53389


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-476

NULL Pointer Dereference