CVE-2023-54018
Null Pointer Dereference in Linux drm/msm HDMI Workqueue Allocation
Publication date: 2025-12-24
Last updated on: 2025-12-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a missing check for the return value of the function alloc_ordered_workqueue in the Linux kernel's drm/msm/hdmi component. Because alloc_ordered_workqueue may return a NULL pointer, not checking this can lead to a NULL pointer dereference in the files hdmi_hdcp.c and hdmi_hpd.c, potentially causing a crash or instability.
How can this vulnerability impact me? :
If exploited or triggered, this vulnerability can cause a NULL pointer dereference in the Linux kernel's HDMI driver, which may lead to system crashes or instability, potentially affecting the availability of the system or device using the affected kernel.