LiveActive security incident?Get immediate response
CVE Record

CVE-2021-28584: Magento Commerce path traversal vulnerability in child theme store creation

Magento versions 2.4.2 (and earlier), 2.4.1-p1 (and earlier) and 2.3.6-p1 (and earlier) are affected by a Path Traversal vulnerability when creating a store with child theme.Successful exploitation could lead to arbitrary file system write by an authenticated attacker. Access to the admin console is required for successful exploitation.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-28584 affects Adobe Magento Commerce admin functionality. An authenticated attacker with admin-console access could abuse path traversal during child-theme store creation to write files on the server. This is not described as remotely exploitable by an unauthenticated internet user, but it can matter where admin accounts are compromised or overly broad.

Executive priority

Treat this as a moderate-priority hardening and patching item. It is less urgent than unauthenticated remote code execution, but businesses running affected Magento Commerce versions should address it because admin compromise could become server-side file write.

Technical view

The issue is CWE-22 path traversal in Magento Commerce versions 2.4.2 and earlier, 2.4.1-p1 and earlier, and 2.3.6-p1 and earlier. Successful exploitation may allow arbitrary filesystem write by an authenticated attacker. CVSS 3.1 is 5.4, with low privileges required and limited integrity and availability impact.

Likely exposure

Exposure is most likely on affected Magento Commerce deployments where users with admin-console access can create stores using child themes. Internet-facing storefronts are relevant mainly because the admin console may be reachable or accounts may be compromised.

Exploitation context

The supplied sources do not report active exploitation, and the CVE is not marked KEV. Exploitation requires authenticated admin-console access. The source bundle does not provide exploit maturity, public proof-of-concept status, or detailed attack conditions beyond child-theme store creation.

Researcher notes

The public bundle is narrow: it identifies affected version ranges, CWE-22, admin-console prerequisite, and filesystem-write impact. It does not name a workaround, fixed versions, exploit artifacts, or observed exploitation. Validation should focus on version exposure, admin access paths, and child-theme store workflows.

Mitigation direction

  • Review Adobe APSB21-30 for the vendor-supported update path.
  • Prioritize upgrading affected Magento Commerce versions under vendor guidance.
  • Restrict admin-console access to trusted networks and users.
  • Audit admin accounts for unnecessary store-creation privileges.
  • Monitor for unexpected filesystem changes on Magento hosts.

Validation and detection

  • Inventory Magento Commerce versions across production and staging.
  • Identify instances at 2.4.2 or earlier, 2.4.1-p1 or earlier, or 2.3.6-p1 or earlier.
  • Confirm who can access the admin console and create stores.
  • Review recent admin activity involving store creation and child themes.
  • Check Magento hosts for unexpected new or modified files.
Prepared
Confidence
high
Sources
3

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-22: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection 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
description · low confidence lookup

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-28584 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
5.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/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
2Source 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
5.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L2.82.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
AdobeMagento Commerceunspecified, unspecified, unspecified, unspecifiedListed
Weakness

CWE details

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

CWE-22 · source CWE mapping

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.