LiveActive security incident?Get immediate response
CVE Record

CVE-2021-3841: Stored Cross-site Scripting (XSS) in sylius/sylius

sylius/sylius versions prior to 1.9.10, 1.10.11, and 1.11.2 are vulnerable to stored cross-site scripting (XSS) through SVG files. This vulnerability allows attackers to inject malicious scripts that can be executed in the context of the user's browser.

MediumCVSS 4.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Sylius e-commerce sites running older Sylius versions may allow a highly privileged attacker to store malicious script inside SVG files. If rendered in a browser, that script could affect confidentiality, integrity, or availability at a limited level. The public sources rate this as medium severity, not an emergency-grade remote takeover.

Executive priority

Prioritize remediation in the next normal security maintenance window unless the site has untrusted privileged users, recent admin compromise, or heavy SVG upload workflows. It is moderate business risk because exploitation needs high privileges, but stored XSS can still affect customers or staff using the site.

Technical view

CVE-2021-3841 is a CWE-79 stored XSS issue in sylius/sylius before 1.9.10, 1.10.11, and 1.11.2. The reported vector is SVG files. CVSS 3.0 is 4.1 with network access, high attack complexity, and high privileges required. Scope is unchanged with low C/I/A impact.

Likely exposure

Exposure is limited to Sylius/Sylius deployments older than 1.9.10, 1.10.11, or 1.11.2, especially where privileged users can upload or manage SVG files. The provided data does not identify other affected products or hosted services.

Exploitation context

The bundle provides no evidence of active exploitation, and the CVE is not marked as CISA KEV. Exploitation requires high privileges and high complexity according to the CVSS vector, reducing broad internet-scale urgency but still mattering for insider, compromised admin, or supply-chain scenarios.

Researcher notes

The public bundle confirms the vulnerable component, fixed version boundaries, CWE, SVG vector, and CVSS vector. It does not provide enough evidence to claim exploitation in the wild, specific vulnerable routes, or complete mitigation details beyond upgrading and checking vendor guidance.

Mitigation direction

  • Upgrade Sylius to 1.9.10, 1.10.11, 1.11.2, or a later supported release.
  • Review Sylius vendor guidance and the referenced fixing commit before deployment.
  • Restrict SVG uploads where business workflows do not require them.
  • Review uploaded SVG content from privileged accounts before the fix date.
  • Monitor privileged account activity around media or asset uploads.

Validation and detection

  • Confirm the exact sylius/sylius version deployed in each environment.
  • Compare versions against 1.9.10, 1.10.11, and 1.11.2 fixed release thresholds.
  • Inventory workflows that accept, store, or render SVG files.
  • Check whether privileged users can upload SVG files in affected deployments.
  • Review logs for unusual privileged SVG upload or media-management activity.
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-2021-3841 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
4.1 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:L/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
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
4.1CVSS 3.0MediumCVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:L/A:L0.73.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

4.1Medium
CVSS 3.0 vector shape for CVE-2021-3841Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Products and packages named in the record

VendorProductVersion / packageStatus
syliussylius/syliusunspecifiedListed
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.