LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32673: Remote Command Execution in reg-keygen-git-hash-plugin

reg-keygen-git-hash-plugin is a reg-suit plugin to detect the snapshot key to be compare with using Git commit hash. reg-keygen-git-hash-plugin through and including 0.10.15 allow remote attackers to execute of arbitrary commands. Upgrade to version 0.10.16 or later to resolve this issue.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2021-32673 is a high-severity command execution flaw in reg-keygen-git-hash-plugin, used with reg-suit visual regression workflows. Versions through 0.10.15 are affected. If present in build or CI tooling, it could let an attacker run arbitrary commands in that environment. Upgrade to 0.10.16 or later.

Executive priority

Prioritize remediation for repositories where this plugin runs in CI or build automation. The fix is a dependency upgrade, but the potential impact includes command execution in trusted automation, which can expose credentials and deployment paths.

Technical view

The issue is classified as CWE-94 and scored CVSS 8.8. Public sources state reg-keygen-git-hash-plugin through 0.10.15 allows remote arbitrary command execution. The official remediation is version 0.10.16 or later. The source bundle does not provide detailed exploit mechanics.

Likely exposure

Likely exposure is JavaScript projects using reg-suit with reg-keygen-git-hash-plugin versions 0.10.15 or earlier, especially in CI or visual regression pipelines. Exposure should be confirmed from package manifests, lockfiles, and generated dependency inventories.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. Treat exploitation status as unconfirmed. Business risk is higher when the plugin runs in automated environments with repository tokens, cloud credentials, deployment permissions, or access to sensitive build artifacts.

Researcher notes

Evidence supports affected versions and the fixed release, but the bundle does not include exploit details, exploitation telemetry, or environmental prerequisites beyond the CVSS vector and advisory text. Avoid assuming internet-facing exposure without confirming how the plugin is invoked.

Mitigation direction

  • Upgrade reg-keygen-git-hash-plugin to 0.10.16 or later.
  • Regenerate and review lockfiles after the dependency update.
  • Check vendor advisory and release notes for any additional guidance.
  • Limit CI secrets available to visual regression jobs.
  • Review recent CI runs for unexpected command execution indicators.

Validation and detection

  • Search package manifests and lockfiles for reg-keygen-git-hash-plugin.
  • Confirm installed versions are 0.10.16 or later.
  • Verify reg-suit workflows no longer resolve vulnerable plugin versions.
  • Run the project’s unit and CI tests after upgrading.
  • Review dependency scan output for CVE-2021-32673 closure.
Prepared
Confidence
high
Sources
6

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 · medium confidence lookup

CWE-94: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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-32673 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
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

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

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
0Timeline events
0ADP providers
5Source links

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
8.8CVSS 3.1HighCVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:L2.85.3Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2021-32673Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Products and packages named in the record

VendorProductVersion / packageStatus
reg-vizreg-suit< 0.10.16Listed
Weakness

CWE details

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

CWE-94 · source CWE mapping

Improper Control of Generation of Code ('Code Injection')

Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.