๐Ÿ” CVE Alert

CVE-2026-43300

UNKNOWN 0.0

drm/panel: Fix a possible null-pointer dereference in jdi_panel_dsi_remove()

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published May 8, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < ec2f37bbb733cdd7ed7d04171fca728a532414d5 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 2f5427d8726b22b807beec248d7d6bf88e291e0b 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 83ce0085fabf757b039322928188ad78e962d609 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 95eed73b871111123a8b1d31cb1fce7e902e49ea
Linux / Linux
All versions affected

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/ec2f37bbb733cdd7ed7d04171fca728a532414d5 git.kernel.org: https://git.kernel.org/stable/c/2f5427d8726b22b807beec248d7d6bf88e291e0b git.kernel.org: https://git.kernel.org/stable/c/83ce0085fabf757b039322928188ad78e962d609 git.kernel.org: https://git.kernel.org/stable/c/95eed73b871111123a8b1d31cb1fce7e902e49ea