CVE-2023-53228

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-53228
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-53228.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-53228
Downstream
Published
2025-09-15T15:15:49Z
Modified
2025-09-15T20:01:25Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

drm/amdgpu: drop redundant sched job cleanup when cs is aborted

Once command submission failed due to userptr invalidation in amdgpucssubmit, legacy code will perform cleanup of scheduler job. However, it's not needed at all, as former commit has integrated job cleanup stuff into amdgpujobfree. Otherwise, because of double free, a NULL pointer dereference will occur in such scenario.

Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2457

References

Affected packages