LiveActive security incident?Get immediate response
CVE Record

CVE-2021-36026: Magento Commerce Stored Cross-site Scripting Vulnerability

Magento Commerce versions 2.4.2 (and earlier), 2.4.2-p1 (and earlier) and 2.3.7 (and earlier) are affected by a stored cross-site scripting vulnerability in the customer address upload feature that could be abused by an attacker to inject malicious scripts into vulnerable form fields. Malicious JavaScript may be executed in a victim’s browser when they browse to the page containing the vulnerable field.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-36026 is a stored cross-site scripting issue in Magento Commerce customer address upload fields. An attacker could store malicious JavaScript that later runs in another user’s browser when the affected page is viewed. Business impact is mainly exposure of browser-session data or customer/admin interactions, not server takeover by itself.

Executive priority

Prioritize this as a moderate web application risk for affected commerce sites. It can expose sensitive browser-session information if triggered, but the provided evidence does not support active exploitation or direct system compromise. Patch through vendor guidance during the next controlled maintenance window, sooner for high-traffic or admin-facing deployments.

Technical view

Affected Magento Commerce versions are 2.4.2 and earlier, 2.4.2-p1 and earlier, and 2.3.7 and earlier. The flaw is CWE-79 stored XSS, network-reachable, low complexity, no privileges required, and requires victim interaction. CVSS v3.1 is 6.5 with high confidentiality impact.

Likely exposure

Organizations running Magento Commerce at or below the listed versions are potentially exposed, especially where customer address upload functionality is enabled or reachable. The bundle does not identify Magento Open Source, Adobe Commerce Cloud, extensions, or custom modules as affected.

Exploitation context

The provided sources do not show CISA KEV listing or confirmed active exploitation. Abuse would require injecting script into vulnerable form fields and a victim browsing the page containing that stored field. Treat evidence of exploitation as unconfirmed unless supported by vendor, KEV, or incident data.

Researcher notes

The public bundle names Magento Commerce and the customer address upload feature but does not provide vulnerable parameter names, fixed versions, proof of exploitation, or technical root-cause detail. Avoid broadening scope beyond the listed affected versions without additional Adobe or CVE evidence.

Mitigation direction

  • Review Adobe APSB21-64 and apply the vendor-recommended Magento Commerce update.
  • Inventory Magento Commerce versions and prioritize systems at or below affected releases.
  • Limit access to customer address upload functionality where operationally feasible.
  • Review customizations around address forms for output encoding and unsafe rendering.
  • Increase monitoring for unexpected script content in customer address data.

Validation and detection

  • Confirm exact Magento Commerce version on every production and staging instance.
  • Identify whether customer address upload features are enabled or externally reachable.
  • Search stored customer address fields for unexpected script-like content.
  • Review web and application logs for suspicious submissions to address upload workflows.
  • Verify remediation against Adobe APSB21-64 after update completion.
Prepared
Confidence
medium
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-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-36026 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:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N

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
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

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-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.