PT-2025-53985 · Linux · Linux Kernel
CVE-2022-50867
·
Published
2025-12-30
·
Updated
2026-01-28
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The Linux kernel’s drm/msm/a6xx subsystem contains an issue related to memory allocation. The
adreno show object() function can cause a trap due to incorrect memory allocation practices. Specifically, it re-allocates a pointer passed to it when the data is ascii85 encoded, requiring the data to be allocated using kvmalloc() instead of state kcalloc(). A previous change introduced a memory leak, which has been addressed by adding a kvfree() call. The issue stems from a prior attempt to replace kcalloc() with kvzalloc() in state kcalloc(), intended to reduce allocation failures during GPU state capture.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel