LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32684: Missing Handler in @scandipwa/magento-scripts

magento-scripts contains scripts and configuration used by Create Magento App, a zero-configuration tool-chain which allows one to deploy Magento 2. In versions 1.5.1 and 1.5.2, after changing the function from synchronous to asynchronous there wasn't implemented handler in the start, stop, exec, and logs commands, effectively making them unusable. Version 1.5.3 contains patches for the problems.

MediumCVSS 6.2Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a reliability issue in ScandiPWA Magento deployment tooling, not a Magento storefront takeover. Affected versions can make key operational commands unusable, which can disrupt deployment, support, or local management workflows that depend on them.

Executive priority

Handle as a moderate operational maintenance item. It should be fixed before relying on this tooling for production deployments or incident response, but the sources do not support emergency treatment for internet-facing compromise.

Technical view

In @scandipwa/magento-scripts/Create Magento App versions 1.5.1 and 1.5.2, start, stop, exec, and logs lacked a required handler after a synchronous function became asynchronous. The reported impact is high availability loss for those commands.

Likely exposure

Exposure appears limited to environments using Create Magento App or @scandipwa/magento-scripts versions 1.5.1 through 1.5.2. The sources do not identify Magento core, hosted storefronts, or unrelated ScandiPWA components as affected.

Exploitation context

The CVSS vector is local, with no privileges or user interaction required. The source bundle does not cite active exploitation, and the CVE is not listed as KEV. Treat this as an operational availability risk unless vendor evidence says otherwise.

Researcher notes

The advisory frames the issue as missing handlers in command execution paths after an async change. Evidence supports availability impact in specific package versions only. No exploit details, broader product impact, or active exploitation claims are present in the provided sources.

Mitigation direction

  • Upgrade affected tooling to version 1.5.3 or later.
  • Check project package manifests for affected @scandipwa/magento-scripts or Create Magento App versions.
  • Review vendor advisory before applying compensating controls.
  • Prioritize environments where these commands support deployments or operations.

Validation and detection

  • Confirm installed package versions are not 1.5.1 or 1.5.2.
  • Verify start, stop, exec, and logs commands work after upgrade.
  • Review CI or deployment jobs for failures tied to these commands.
  • Document affected repositories and remediation status.
Prepared
Confidence
high
Sources
4

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-670: 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-32684 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.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/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
0Timeline events
0ADP providers
3Source 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
6.2CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H2.53.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
scandipwacreate-magento-app>= 1.5.1, <= 1.5.2Listed
Weakness

CWE details

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

CWE-670 · source CWE mapping

Always-Incorrect Control Flow Implementation

Always-Incorrect Control Flow Implementation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.