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 devmkzalloc()), while the usersoace still can try interacting with the WB connector (which uses drmm functions).
Change dpuwritebackinit() to use drmm_.
Patchwork: https://patchwork.freedesktop.org/patch/722656/
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64050.json",
"cna_assigner": "Linux"
}