LiveActive security incident?Get immediate response
CVE Record

CVE-2022-38975: DOM-based cross-site scripting vulnerability in EC-CUBE 4 series (EC-CUBE 4.0.0 to 4.1.2) allows a remote a...

DOM-based cross-site scripting vulnerability in EC-CUBE 4 series (EC-CUBE 4.0.0 to 4.1.2) allows a remote attacker to inject an arbitrary script by having an administrative user of the product to visit a specially crafted page.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-38975 is a medium-severity DOM-based cross-site scripting issue in EC-CUBE 4.0.0 through 4.1.2. An attacker can target an administrative user with a crafted page that injects script in the product context, potentially exposing limited data or changing limited state.

Executive priority

Treat this as a targeted administrative-user risk rather than an internet-wide emergency. Prioritize remediation for exposed or business-critical EC-CUBE stores because successful exploitation could affect trust, customer data handling, or storefront administration.

Technical view

The issue is CWE-79 DOM XSS affecting EC-CUBE 4 series versions 4.0.0 to 4.1.2. The CVSS 3.1 score is 5.4 with network attack vector, low complexity, required privileges, required user interaction, changed scope, low confidentiality impact, low integrity impact, and no availability impact.

Likely exposure

Exposure is likely limited to organizations running EC-CUBE 4.0.0 through 4.1.2, especially where administrative users can be induced to visit attacker-controlled pages while authenticated.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. Exploitation requires user interaction by an administrative user visiting a specially crafted page, reducing urgency compared with unauthenticated server-side compromise but still creating administrative-session risk.

Researcher notes

Evidence is limited to the CVE record, vendor advisory link, and JVN advisory link in the bundle. The bundle identifies the affected version range and attack preconditions but does not provide exploit details, proof of active exploitation, or a specific fixed version in the supplied text.

Mitigation direction

  • Inventory EC-CUBE deployments and identify versions 4.0.0 through 4.1.2.
  • Check the EC-CUBE and JVN advisories for the vendor-supported fix or upgrade path.
  • Apply only vendor-supported patches or upgrades identified by EC-CUBE guidance.
  • Restrict administrative access to trusted networks where operationally feasible.
  • Warn administrators not to open untrusted links while authenticated to EC-CUBE.

Validation and detection

  • Confirm whether any production or staging system runs affected EC-CUBE versions.
  • Review EC-CUBE advisory guidance against installed package and plugin state.
  • Check administrative access logs for suspicious sessions following unexpected link clicks.
  • Use safe code review or approved scanning to verify DOM XSS remediation.
  • Confirm compensating controls protect administrative interfaces until remediation completes.
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 · 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-2022-38975 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:R/S:C/C:L/I:L/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
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
5.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N2.32.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/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
EC-CUBE CO.,LTD.EC-CUBE 4 seriesEC-CUBE 4.0.0 to 4.1.2Listed
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.