CVE-2021-47609: firmware: arm_scpi: Fix string overflow in SCPI genpd driver
In the Linux kernel, the following vulnerability has been resolved:
firmware: arm_scpi: Fix string overflow in SCPI genpd driver
Without the bound checks for scpi_pd->name, it could result in the buffer
overflow when copying the SCPI device name from the corresponding device
tree node as the name string is set at maximum size of 30.
Let us fix it by using devm_kasprintf so that the string buffer is
allocated dynamically.
Security readout for executives and security teams
Plain-English summary
CVE-2021-47609 is a Linux kernel bug in the ARM SCPI power-domain driver. A device-tree name could exceed a fixed 30-byte buffer and overflow memory. The sources do not provide CVSS, CWE, impact proof, or active exploitation evidence.
Executive priority
Treat this as a targeted kernel maintenance issue, not a confirmed emergency. Prioritize affected ARM/Linux platforms and custom kernels, especially embedded or appliance environments where kernel updates lag.
Technical view
The vulnerable arm_scpi SCPI genpd code copied a device-tree node name into scpi_pd->name without bounds checks. The upstream fix replaces the fixed-size string handling with dynamically allocated formatting via devm_kasprintf. The issue is relevant to Linux kernels and ARM SCPI generic power-domain usage.
Likely exposure
Exposure appears limited to Linux systems using the ARM SCPI generic power-domain driver with affected kernel code. General Linux servers without this driver or relevant device-tree configuration are less likely exposed, but kernel vendor backports must be checked.
Exploitation context
The provided sources do not show public exploitation, CISA KEV listing, exploit maturity, or required attacker position. The bug is a kernel memory-safety issue, but practical exploitability is not established by the bundle.
Researcher notes
Evidence is narrow but concrete: the flaw and fix are described in kernel stable references. Missing data includes CVSS, CWE, exploitability details, and platform-specific advisories. Validate exposure through kernel configuration, device-tree use, and vendor backport mapping.
Mitigation direction
Update to a kernel containing the relevant stable fix or vendor backport.
Check Linux distribution advisories and kernel changelogs for CVE-2021-47609 coverage.
Prioritize ARM platforms using SCPI generic power domains.
Avoid direct wrangler-style assumptions; validate vendor kernel status first.
Validation and detection
Inventory deployed Linux kernel versions and vendor package builds.
Check whether ARM SCPI generic power-domain support is present or enabled.
Compare kernel source or package changelog against the listed stable commits.
Record unsupported or custom kernels for manual vendor review.
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-47609 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.