CVE-2026-43300

In the Linux kernel, the following vulnerability has been resolved: drm/panel: Fix a possible null-pointer dereference in jdi_panel_dsi_remove() In jdi_panel_dsi_remove(), jdi is explicitly checked, indicating that it may be NULL: if (!jdi) mipi_dsi_detach(dsi); However, when jdi is NULL, the function does not return and continues by calling jdi_panel_disable(): err = jdi_panel_disable(&jdi->base); Inside jdi_panel_disable(), jdi is dereferenced unconditionally, which can lead to a NULL-pointer dereference: struct jdi_panel *jdi = to_panel_jdi(panel); backlight_disable(jdi->backlight); To prevent such a potential NULL-pointer dereference, return early from jdi_panel_dsi_remove() when jdi is NULL.
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

15 May 2026, 14:04

Type Values Removed Values Added
References () https://git.kernel.org/stable/c/2f5427d8726b22b807beec248d7d6bf88e291e0b - () https://git.kernel.org/stable/c/2f5427d8726b22b807beec248d7d6bf88e291e0b - Patch
References () https://git.kernel.org/stable/c/83ce0085fabf757b039322928188ad78e962d609 - () https://git.kernel.org/stable/c/83ce0085fabf757b039322928188ad78e962d609 - Patch
References () https://git.kernel.org/stable/c/95eed73b871111123a8b1d31cb1fce7e902e49ea - () https://git.kernel.org/stable/c/95eed73b871111123a8b1d31cb1fce7e902e49ea - Patch
References () https://git.kernel.org/stable/c/ec2f37bbb733cdd7ed7d04171fca728a532414d5 - () https://git.kernel.org/stable/c/ec2f37bbb733cdd7ed7d04171fca728a532414d5 - Patch
CWE CWE-476
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
First Time Linux linux Kernel
Linux

08 May 2026, 14:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-08 14:16

Updated : 2026-05-15 14:04


NVD link : CVE-2026-43300

Mitre link : CVE-2026-43300

CVE.ORG link : CVE-2026-43300


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-476

NULL Pointer Dereference