CVE-2022-50867
Unknown Unknown - Not Provided

Memory Allocation Failure in Linux drm/msm/a6xx GPU Driver

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

Publication date: 2025-12-30

Last updated on: 2025-12-30

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Replace kcalloc() with kvzalloc() In order to reduce chance of allocation failure while capturing a6xx gpu state, use kvzalloc() instead of kcalloc() in state_kcalloc(). Indirectly, this patch helps to fix leaking memory allocated for gmu_debug object. Patchwork: https://patchwork.freedesktop.org/patch/505074/

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-30
Last Modified
2025-12-30
Generated
2026-07-06
AI Q&A
2025-12-30
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
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 is related to the Linux kernel's drm/msm/a6xx driver where the function state_kcalloc() used kcalloc() for memory allocation. The issue was that kcalloc() could fail to allocate memory, leading to potential memory leaks, specifically for the gmu_debug object. The fix replaced kcalloc() with kvzalloc(), which reduces the chance of allocation failure and helps prevent leaking memory.

Impact Analysis

The vulnerability can lead to leaking memory allocated for the gmu_debug object in the Linux kernel's a6xx GPU driver. This memory leak could degrade system performance or stability over time due to inefficient memory usage.

Chat Assistant

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

EPSS Chart