NULL pointer dereference in Linux kernel - CVE-2026-31562
Published: April 25, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a null pointer dereference in the mediatek dsi driver when registering the dsi drm encoder during device probe. A local user can load the vulnerable driver to cause a denial of service.
The crash occurs after acquiring the mode_config.idr_mutex, which blocks subsequent DRM operations.