CVE-2023-53237: drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini
In the Linux kernel, the following vulnerability has been resolved:
drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini
The gmc.ecc_irq is enabled by firmware per IFWI setting,
and the host driver is not privileged to enable/disable
the interrupt. So, it is meaningless to use the amdgpu_irq_put
function in gmc_v11_0_hw_fini, which also leads to the call
trace.
[ 102.980303] Call Trace:
[ 102.980303] <TASK>
[ 102.980304] gmc_v11_0_hw_fini+0x54/0x90 [amdgpu]
[ 102.980357] gmc_v11_0_suspend+0xe/0x20 [amdgpu]
[ 102.980409] amdgpu_device_ip_suspend_phase2+0x240/0x460 [amdgpu]
[ 102.980459] amdgpu_device_ip_suspend+0x3d/0x80 [amdgpu]
[ 102.980520] amdgpu_device_pre_asic_reset+0xd9/0x490 [amdgpu]
[ 102.980573] amdgpu_device_gpu_recover.cold+0x548/0xce6 [amdgpu]
[ 102.980687] amdgpu_debugfs_reset_work+0x4c/0x70 [amdgpu]
[ 102.980740] process_one_work+0x21f/0x3f0
[ 102.980741] worker_thread+0x200/0x3e0
[ 102.980742] ? process_one_work+0x3f0/0x3f0
[ 102.980743] kthread+0xfd/0x130
[ 102.980743] ? kthread_complete_and_exit+0x20/0x20
[ 102.980744] ret_from_fork+0x22/0x30
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue affects the AMDGPU driver. A firmware-controlled ECC interrupt is handled incorrectly during GPU shutdown/recovery paths, producing a kernel call trace and potential availability impact. It is local, not remotely exploitable from the network based on the supplied CVSS vector.
Executive priority
Treat this as a moderate availability issue. It does not indicate remote compromise or data theft from the provided sources, but it can affect reliability of Linux hosts using AMD GPUs. Remediate through normal kernel patch cycles, faster for shared GPU infrastructure.
Technical view
The vulnerability is in drm/amdgpu gmc_v11_0_hw_fini. The driver calls amdgpu_irq_put for gmc.ecc_irq even though firmware controls that interrupt, causing a call trace during suspend, ASIC reset, or GPU recovery flows. CVSS is 5.5 with local attack vector and high availability impact.
Likely exposure
Exposure is most likely on Linux systems using affected kernel versions with AMD GPUs and the amdgpu driver. The provided affected data names Linux kernel versions including 6.3, 6.1.29, 6.2.16, 6.3.3, and 6.4, but distro backports may alter exposure.
Exploitation context
The source bundle does not show CISA KEV listing or active exploitation. The CVSS vector requires local privileges and no user interaction. Practical risk is availability disruption on systems where a local user or operational condition can reach GPU suspend, reset, or recovery paths.
Researcher notes
Evidence is limited to the CVE record and Linux stable commit references. No CWE, exploit report, or detailed affected-version range semantics are provided. Confirm exposure against actual distro kernel packages because Linux vendors commonly backport fixes without changing upstream version numbers.
Mitigation direction
Apply Linux kernel updates containing the referenced stable amdgpu fix commits.
Use distribution vendor guidance to confirm whether fixes are backported.
Prioritize AMD GPU systems with local multi-user access or GPU workloads.
If updates are unavailable, monitor for kernel call traces during GPU recovery.
Schedule remediation to avoid disrupting GPU-dependent production workloads.
Validation and detection
Inventory Linux kernel versions on AMD GPU hosts.
Confirm whether the amdgpu driver is loaded on candidate systems.
Check vendor kernel changelogs for the referenced stable commits or backports.
Review kernel logs for gmc_v11_0_hw_fini or amdgpu_irq_put call traces.
After updating, validate normal suspend, reset, and GPU workload recovery behavior.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2023-53237 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.