CVE-2026-64050
Received Received - Intake

Use-After-Free in Linux Kernel MSM DPU Driver

Vulnerability report for CVE-2026-64050, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-19

Last updated on: 2026-07-19

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: don't mix devm and drmm functions Mixing devm and drmm functions will result in a use-after-free on msm driver teardown if userspace keeps a reference on the drm device: The WB connector data will be destroyed because of the use of devm_kzalloc()), while the usersoace still can try interacting with the WB connector (which uses drmm_ functions). Change dpu_writeback_init() to use drmm_. Patchwork: https://patchwork.freedesktop.org/patch/722656/

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-19
Generated
2026-07-20
AI Q&A
2026-07-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
linux_kernel linux_kernel *
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves a mix of devm and drmm functions in the Linux kernel's msm driver. Using both types of functions can cause a use-after-free issue when the driver is torn down. Specifically, the WB connector data may be destroyed prematurely while userspace still holds a reference, leading to potential crashes or instability.

Detection Guidance

This vulnerability is specific to the Linux kernel's msm driver and requires kernel-level inspection. Detection involves checking kernel logs for use-after-free errors related to the drm/msm/dpu WB connector. Use dmesg | grep -i 'use-after-free' or dmesg | grep -i 'WB connector' to identify issues. Ensure your kernel version includes the patch for CVE-2026-64050.

Impact Analysis

If you use a system with the affected Linux kernel, this vulnerability could cause system instability or crashes when the msm driver is unloaded. It may lead to data corruption or unexpected behavior if userspace applications interact with the WB connector after it has been freed.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. It is a use-after-free issue in the Linux kernel's msm driver, which could lead to system instability or crashes but does not involve data breaches or unauthorized access.

Mitigation Strategies

Update your Linux kernel to a patched version that includes the fix for CVE-2026-64050. If immediate patching is not possible, disable the msm driver or WB connector functionality as a temporary workaround. Monitor kernel logs for use-after-free errors post-update.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64050. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart