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
No history.
Information
Published : 2024-11-19 02:15
Updated : 2024-12-11 15: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