LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31148: Persistent cross site scripting in customer module in Shopware

Shopware is an open source e-commerce software. In versions from 5.7.0 a persistent cross site scripting (XSS) vulnerability exists in the customer module. Users are recommend to update to the current version 5.7.14. You can get the update to 5.7.14 regularly via the Auto-Updater or directly via the download overview. There are no known workarounds for this issue.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Shopware 5 stores on versions 5.7.0 through 5.7.13 may allow stored malicious script content in the customer module. If a user later views the affected content, the script could run in their browser, potentially exposing session context or altering displayed data. The vendor says to update to 5.7.14 or newer.

Executive priority

Handle as a moderate remediation item, not a confirmed active-exploitation emergency. Patch affected stores in the next maintenance window, sooner for high-volume or sensitive e-commerce environments. Delays leave staff browser sessions and customer-management workflows exposed to stored script risk.

Technical view

This is a persistent XSS issue in Shopware's customer module, tracked as CWE-79. CVSS 3.1 is 5.4 with network access, low privileges, required user interaction, changed scope, and low confidentiality and integrity impact. The affected range is Shopware >=5.7.0 and <5.7.14.

Likely exposure

Exposure is limited to Shopware installations running versions 5.7.0 through 5.7.13. Risk is higher where lower-privileged or untrusted users can create customer-module content later viewed by staff or administrators. The source bundle does not identify Shopware 6 or other products as affected.

Exploitation context

The supplied sources do not report active exploitation, and the CVE is not marked as KEV. Exploitation requires a low-privileged actor and user interaction by someone viewing stored customer-module content. No public source in the bundle provides evidence of widespread exploitation.

Researcher notes

Evidence is vendor-backed and sufficient for affected range and fixed version. Public details in the bundle are limited, so avoid assuming a specific injection field, exploit path, or bypass. The commit reference should be used only to understand the fix pattern, not to derive weaponized testing.

Mitigation direction

  • Update affected Shopware 5 installations to 5.7.14 or a current supported version.
  • Use the Shopware Auto-Updater or the vendor download overview.
  • Prioritize internet-facing stores and environments handling sensitive customer data.
  • Because no workaround is listed, check vendor guidance if patching is delayed.

Validation and detection

  • Inventory Shopware versions and flag any 5.7.0 through 5.7.13 deployments.
  • Confirm production and staging systems report version 5.7.14 or newer after updating.
  • Review whether customer-module access is limited to trusted roles.
  • Check vendor advisory and security update notes for any later guidance.
Prepared
Confidence
high
Sources
5

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-31148 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
4Source 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-31148Attack 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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
shopwareshopware>= 5.7.0, < 5.7.14Listed
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.