CVE-2022-49971: drm/amd/pm: Fix a potential gpu_metrics_table memory leak
In the Linux kernel, the following vulnerability has been resolved:
drm/amd/pm: Fix a potential gpu_metrics_table memory leak
Memory is allocated for gpu_metrics_table in
smu_v13_0_4_init_smc_tables(), but not freed in
smu_v13_0_4_fini_smc_tables(). This may cause memory leaks, fix it.
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue is a memory leak in AMD GPU power-management code. It may waste kernel memory when affected AMD GPU driver paths initialize and shut down SMC tables. The source bundle does not show data theft, privilege escalation, remote exploitation, or active exploitation.
Executive priority
Treat this as routine kernel hygiene unless affected GPU systems show memory pressure or run critical long-lived workloads. Patch through normal maintenance cycles after confirming distribution fix status.
Technical view
The bug is a missing free for gpu_metrics_table: allocation occurs in smu_v13_0_4_init_smc_tables(), but cleanup in smu_v13_0_4_fini_smc_tables() did not release it. The CVE data lists Linux kernel 5.19-era versions as affected and points to stable kernel commits fixing the leak.
Likely exposure
Exposure is likely limited to Linux systems running affected 5.19-line kernels with AMD GPU power-management code in use. Downstream distributions may have backported the stable fixes, so package version alone may not prove exposure.
Exploitation context
The bundle marks KEV as false and provides no evidence of public exploitation. The described impact is resource leakage, not a direct code execution path. Risk depends on whether the leak can be repeatedly triggered in operational conditions.
Researcher notes
No CVSS, CWE, or exploit details are provided. The useful anchors are the function names and two stable commit URLs. Validate exposure through source or vendor backport evidence rather than assuming every 5.19-labeled package remains vulnerable.
Mitigation direction
Update to a kernel build containing the referenced stable fixes.
Check distribution advisories for backported AMDGPU fixes.
Prioritize systems with AMD GPUs and long uptime.
Monitor vendor guidance if fixed package status is unclear.
Validation and detection
Inventory Linux kernel versions across GPU-enabled systems.
Confirm whether AMDGPU power-management support is present.
Review kernel package changelogs for the referenced fix commits.
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-2022-49971 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.
0CVSS vectors
3Timeline events
0ADP providers
3Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Jun 18, 2025, 11:00 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.