In the Linux kernel, the following vulnerability has been resolved:
drm/amdkfd: fix svm_migrate_fini warning
Device manager releases device-specific resources when a driver
disconnects from a device, devm_memunmap_pages and
devm_release_mem_region calls in svm_migrate_fini are redundant.
It causes below warning trace after patch "drm/amdgpu: Split
amdgpu_device_fini into early and late", so remove function
svm_migrate_fini.
BUG: https://gitlab.freedesktop.org/drm/amd/-/issues/1718
WARNING: CPU: 1 PID: 3646 at drivers/base/devres.c:795
devm_release_action+0x51/0x60
Call Trace:
? memunmap_pages+0x360/0x360
svm_migrate_fini+0x2d/0x60 [amdgpu]
kgd2kfd_device_exit+0x23/0xa0 [amdgpu]
amdgpu_amdkfd_device_fini_sw+0x1d/0x30 [amdgpu]
amdgpu_device_fini_sw+0x45/0x290 [amdgpu]
amdgpu_driver_release_kms+0x12/0x30 [amdgpu]
drm_dev_release+0x20/0x40 [drm]
release_nodes+0x196/0x1e0
device_release_driver_internal+0x104/0x1d0
driver_detach+0x47/0x90
bus_remove_driver+0x7a/0xd0
pci_unregister_driver+0x3d/0x90
amdgpu_exit+0x11/0x20 [amdgpu]
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue concerns AMD GPU driver cleanup during device disconnect. The public description shows a warning trace caused by redundant resource-release calls, not a documented data breach or remote takeover. Business urgency depends on whether affected Linux hosts use AMD GPU/amdgpu components and whether vendor kernel updates are available.
Executive priority
Handle through normal kernel patch management unless AMD GPU workloads are operationally critical. There is no source evidence of active exploitation or a severe impact rating, but affected GPU compute or graphics hosts should be updated during the next approved maintenance window.
Technical view
CVE-2021-47410 is in Linux drm/amdkfd. During amdgpu teardown, svm_migrate_fini redundantly calls devm-managed resource release paths, producing a devres warning after an amdgpu_device_fini split. The described resolution removes svm_migrate_fini because device manager cleanup already releases those resources.
Likely exposure
Exposure is likely limited to Linux systems running affected kernel versions with AMD GPU driver functionality. The bundle lists Linux versions including 3.19, 5.14.11, and 5.15 as affected, but does not provide distro-specific package names or complete version ranges.
Exploitation context
The source bundle does not cite active exploitation, public exploit availability, KEV listing, CVSS, or a CWE. The evidence describes a kernel warning during driver disconnect/teardown rather than an attacker workflow. Treat exploitation status as unconfirmed.
Researcher notes
The evidence is narrow: a Linux kernel fix description and two stable commit references. It supports a resource-management cleanup defect in drm/amdkfd, but not exploitability, privilege impact, confidentiality impact, or distro package status. Avoid overstating risk without vendor advisories or additional kernel analysis.
Mitigation direction
Check vendor kernel advisories for CVE-2021-47410 coverage.
Prioritize systems using AMD GPUs or amdgpu/AMDKFD features.
Update to a kernel containing the referenced stable fixes.
For managed fleets, track distro backports rather than upstream version numbers.
If no vendor fix is available, monitor for AMD GPU driver teardown warnings.
Validation and detection
Inventory Linux kernels and AMD GPU driver usage.
Map installed kernel packages to vendor CVE advisories.
Confirm whether referenced stable commits are included or backported.
Review kernel logs for matching amdgpu teardown warning traces.
Document systems where AMD GPU components are absent.
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-2021-47410 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.