LiveActive security incident?Get immediate response
CVE Record

CVE-2021-47551: drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again

In the Linux kernel, the following vulnerability has been resolved: drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again In SRIOV configuration, the reset may failed to bring asic back to normal but stop cpsch already been called, the start_cpsch will not be called since there is no resume in this case. When reset been triggered again, driver should avoid to do uninitialization again.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a Linux kernel availability issue in AMD GPU compute handling. In SR-IOV setups, a failed reset can leave scheduling state stopped, and a later reset can panic the kernel. Business impact is service interruption, not data theft or privilege escalation based on the supplied sources.

Executive priority

Treat as a targeted availability risk. Patch during normal kernel maintenance unless exposed systems are business-critical GPU or virtualization hosts, where scheduling should be accelerated to reduce outage risk.

Technical view

The flaw is in drm/amd/amdkfd reset handling. After an SR-IOV ASIC reset fails, stop_cpsch may already have run and start_cpsch is not called because resume does not occur. A subsequent reset can repeat uninitialization and trigger a kernel panic. CVSS is 6.5: local, low-privilege, high availability impact.

Likely exposure

Exposure appears limited to Linux systems using AMD amdkfd GPU functionality in SR-IOV configurations on affected kernel builds. Cloud, VDI, GPU compute, or virtualized accelerator hosts are more plausible targets than standard desktops without this driver path.

Exploitation context

The bundle does not show CISA KEV listing or cited active exploitation. The CVSS vector requires local access with low privileges and no user interaction. Practical abuse would likely be denial of service against systems where an attacker can trigger the vulnerable reset path.

Researcher notes

Evidence is concise and patch-centered. The root condition is repeated reset handling after a failed SR-IOV ASIC reset. Sources support kernel panic availability impact, but do not provide public exploit details, broad exploitability evidence, or non-patch workarounds.

Mitigation direction

  • Update affected Linux kernels to vendor releases containing the referenced stable fixes.
  • Prioritize GPU virtualization, compute, and SR-IOV hosts using AMD amdkfd.
  • Check Linux distribution advisories for exact package versions and backports.
  • If patching is delayed, ask the vendor for supported temporary controls.
  • Do not rely on generic hardening as a complete fix for this kernel panic.

Validation and detection

  • Inventory Linux hosts with AMD GPU, amdkfd, and SR-IOV usage.
  • Compare running kernel packages against distribution fixed versions or referenced stable commits.
  • Review kernel logs for AMD KFD reset failures and panic events.
  • Confirm patched hosts no longer run an affected kernel build.
  • Document any unpatched GPU virtualization hosts as availability risk exceptions.
Prepared
Confidence
high
Sources
5

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.

cwe · low confidence lookup

CWE-770: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-47551 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
2ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H24CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2021-47551Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux2c99a547bcf9bb8532abd2953479949018449f93, 2c99a547bcf9bb8532abd2953479949018449f93, 2c99a547bcf9bb8532abd2953479949018449f93unaffected
LinuxLinux5.5, 0, 5.10.84, 5.15.7, 5.16affected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-770 · source CWE mapping

Allocation of Resources Without Limits or Throttling

Allocation of Resources Without Limits or Throttling represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.