
Cloud Vulnerability DB
A community-led vulnerabilities database
In the Linux kernel, a vulnerability (CVE-2024-38622) was discovered in the DRM/MSM/DPU driver component. The issue involves an unsafe callback function pointer handling in the dpucoreirqcallbackhandler() function, where a callback function pointer is compared to NULL but then unconditionally called, potentially leading to a NULL pointer dereference. The vulnerability was discovered by the Linux Verification Center (linuxtesting.org) using the SVACE tool (Kernel Git).
The vulnerability exists in the DRM (Direct Rendering Manager) subsystem of the Linux kernel, specifically in the MSM (Mobile Station Modem) DPU (Display Processing Unit) driver. In the dpucoreirqcallbackhandler() function, there was a logic flaw where a callback function pointer (irq_entry->cb) was checked for NULL, but the code continued to execute and attempt to call the function regardless of the check result. This could lead to a NULL pointer dereference if the callback was not properly initialized (Kernel Git).
The vulnerability could potentially lead to a system crash (denial of service) if triggered, as attempting to execute a NULL function pointer would result in a kernel panic. The issue affects systems using the MSM DPU driver, which is commonly found in devices using Qualcomm SoCs (Ubuntu Security).
The issue has been fixed by adding a conditional return statement after the NULL pointer check. The fix has been implemented in various Linux kernel versions and is available through distribution updates. Ubuntu has released patches for affected versions, including 24.04 LTS (noble) and other supported releases (Ubuntu Security).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."