CVE-2024-38622: drm/msm/dpu: Add callback function pointer check before its call
In the Linux kernel, the following vulnerability has been resolved:
drm/msm/dpu: Add callback function pointer check before its call
In dpu_core_irq_callback_handler() callback function pointer is compared to NULL,
but then callback function is unconditionally called by this pointer.
Fix this bug by adding conditional return.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Patchwork: https://patchwork.freedesktop.org/patch/588237/
Security readout for executives and security teams
Plain-English summary
This is a Linux kernel display-driver bug where code could call a missing callback after detecting it was null. The provided sources do not state business impact, exploitation path, or attacker requirements. Treat it as a kernel maintenance exposure, especially on systems using the affected DRM MSM DPU driver.
Executive priority
Track and patch through normal kernel update cycles unless asset inventory shows critical systems using the affected driver. The available evidence does not support emergency response claims, but kernel bugs still merit timely remediation because impact details are incomplete.
Technical view
The flaw is in dpu_core_irq_callback_handler() in drm/msm/dpu. The handler checked a callback pointer for NULL, then still called it unconditionally. The fix adds a conditional return before the call. Sources list affected Linux kernel versions and stable kernel commits, but no CVSS, CWE, or exploit details.
Likely exposure
Exposure appears limited to Linux kernels with the affected drm/msm/dpu code path present and relevant. Systems not using that driver are likely less exposed, but the source bundle does not provide build, configuration, or distribution-specific package details.
Exploitation context
The CVE is not listed as KEV in the source bundle, and no cited source states active exploitation. The record says the issue was found by Linux Verification Center using SVACE. Attacker control, required privileges, and practical exploitability are not described.
Researcher notes
The key fact is a null function pointer check followed by unconditional invocation in the DPU IRQ callback handler. Sources do not provide a reproducer, crash trace, CVSS vector, affected configurations, or exploit preconditions. Validate against exact downstream kernel patches rather than upstream version strings alone.
Mitigation direction
Apply a Linux kernel update or vendor backport containing the referenced stable fixes.
Check distribution advisories for the fixed package version covering CVE-2024-38622.
Prioritize assets running affected kernels with drm/msm/dpu enabled or loaded.
Avoid unofficial workarounds unless confirmed by the kernel or distribution vendor.
Validation and detection
Inventory Linux systems running affected kernel versions listed in the CVE source bundle.
Check whether the deployed kernel includes one of the referenced stable fix commits or a vendor backport.
Confirm whether drm/msm/dpu is built, enabled, or loaded on relevant assets.
Retest normal display and suspend/resume behavior after kernel updates.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-38622 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.