CVE Catalog

CVE-2026-43300

Medium
Published: Translated: NVD NIST

Summary

A vulnerability in the Linux kernel has been fixed that could lead to a null-pointer dereference in the jdi_panel_dsi_remove() function. The issue occurred when the jdi pointer was NULL, potentially causing unexpected system behavior.

Risk Assessment

This vulnerability could lead to system crashes or malfunctioning graphics components, impacting the stability and security of the entire operating system.

Recommendation

It is recommended to update the Linux kernel to the latest version to mitigate this vulnerability and ensure system stability and security.

Original NVD description (English source)

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,

Vulnerability data from NVD (NIST) · CISA KEV · EPSS