In the Linux kernel, the following vulnerability has been resolved:
drm/amdgpu: fix possible UAF in amdgpu_cs_pass1()
Since the gang_size check is outside of chunk parsing
loop, we need to reset i before we free the chunk data.
Suggested by Ye Zhang (@VAR10CK) of Baidu Security.
References
Configurations
Configuration 1 (hide)
|
History
19 Jun 2025, 13:15
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
Information
Published : 2024-11-19 02:15
Updated : 2025-06-19 13:15
NVD link : CVE-2023-52921
Mitre link : CVE-2023-52921
CVE.ORG link : CVE-2023-52921
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free
