CVE-2023-53228
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
15/09/2025
Last modified:
25/03/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/amdgpu: drop redundant sched job cleanup when cs is aborted<br />
<br />
Once command submission failed due to userptr invalidation in<br />
amdgpu_cs_submit, legacy code will perform cleanup of scheduler<br />
job. However, it&#39;s not needed at all, as former commit has integrated<br />
job cleanup stuff into amdgpu_job_free. Otherwise, because of double<br />
free, a NULL pointer dereference will occur in such scenario.<br />
<br />
Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2457
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.2.16 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.3 (including) | 6.3.3 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



