Linux Kernel NULL Pointer Dereference Vulnerability in MSM DRM Workqueue Handling

Vulnerability

A vulnerability has been identified in the Linux kernel's handling of workqueues within the MSM DRM driver. This issue arises from a recent patch that attempted to improve error handling in the 'msm_drm_init()' function but instead introduced new problems. The patch added calls to 'msm_drm_uninit()' on early errors, which can cause NULL-pointer dereferences since the 'kms' pointer would not be initialized. Additionally, the patch's allocation sanity check could lead to a memory leak by not properly releasing a previously allocated DRM device. The vulnerability is present in the Linux kernel stable tree.

Impact

Exploitation of this vulnerability can lead to NULL-pointer dereferences, causing potential crashes or instability in the system.

Added: Dec 30, 2025, 3:37 PM
Updated: Dec 30, 2025, 3:37 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
5.3
remediation
7.7
relevance
1.7
threat
3.2
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.