LiveActive security incident?Get immediate response
CVE Record

CVE-2021-36027: 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 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-36027 is a stored cross-site scripting issue in Magento Commerce. A malicious script placed into a vulnerable form field could run later in another user’s browser. Business risk is mainly theft of sensitive browser-accessible data or session context, depending on the victim and page.

Executive priority

Treat this as a moderate-priority web application security issue. It is not documented here as actively exploited, but internet-facing commerce systems handling customer or staff sessions should be checked and updated promptly because confidentiality impact is rated high.

Technical view

The CVE is CWE-79 stored XSS affecting Magento Commerce 2.4.2 and earlier, 2.4.2-p1 and earlier, and 2.3.7 and earlier. CVSS 3.1 is 6.5: network reachable, low complexity, no privileges required, user interaction required, high confidentiality impact, no scored integrity or availability impact.

Likely exposure

Exposure is likely for organizations running the listed Magento Commerce versions, especially where vulnerable form fields can receive untrusted input and stored content is viewed by staff or customers. The supplied bundle does not identify the specific affected fields or deployment conditions.

Exploitation context

The bundle does not show CISA KEV listing or other cited evidence of active exploitation. Exploitation depends on storing malicious JavaScript in a vulnerable field and a victim later viewing the affected page. No exploit maturity or public weaponization evidence is provided.

Researcher notes

The source bundle gives CVSS, affected version ranges, CWE-79 classification, and Adobe advisory reference, but not vulnerable field names, patch version details, or exploit status. Avoid expanding scope beyond Magento Commerce unless confirmed by Adobe guidance.

Mitigation direction

  • Identify Magento Commerce instances and confirm whether listed versions are present.
  • Review Adobe APSB21-64 for the vendor-supported security update path.
  • Apply vendor guidance through normal emergency change controls where exposure is internet-facing.
  • Restrict untrusted access to affected workflows where practical until patched.
  • Monitor for suspicious stored content in user-controllable form fields.

Validation and detection

  • Inventory Magento Commerce versions across production, staging, and disaster recovery environments.
  • Compare deployed versions against the affected version ranges in the CVE record.
  • Confirm remediation status against Adobe APSB21-64, not assumptions or package names alone.
  • Review application logs for unusual form submissions around sensitive pages.
  • Verify no unexpected script content remains in stored form-backed data.
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-36027 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-36027Attack 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.