LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32717: Private files publicly accessible with Cloud Storage providers

Shopware is an open source eCommerce platform. In versions prior to 6.4.1.1 private files publicly accessible with Cloud Storage providers when the hashed URL is known. Users are recommend to first change their configuration to set the correct visibility according to the documentation. The visibility must be at the same level as `type`. When the Storage is saved on Amazon AWS we recommending disabling public access to the bucket containing the private files: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html. Otherwise, update to Shopware 6.4.1.1 or install or update the Security plugin (https://store.shopware.com/en/detail/index/sArticle/518463/number/Swag136939272659) and run the command `./bin/console s3:set-visibility` to correct your cloud file visibilities.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Shopware installations before 6.4.1.1 could expose private files when cloud storage is used and a hashed file URL is known. The main business risk is unauthorized disclosure of sensitive ecommerce files, not system takeover or service disruption.

Executive priority

Treat as a high-priority confidentiality issue for affected ecommerce sites using cloud storage. Prioritize stores handling customer, order, invoice, or document files, and verify both application version and storage permissions.

Technical view

CVE-2021-32717 is a CWE-200 information exposure issue in Shopware platform before 6.4.1.1. With cloud storage providers, private file objects could be publicly accessible if their hashed URL was known. CVSS 3.1 is 7.5, driven by network access and high confidentiality impact.

Likely exposure

Exposure is most likely in Shopware 6 deployments below 6.4.1.1 that store private files in cloud storage, especially Amazon S3 or similar object storage, with incorrect visibility configuration.

Exploitation context

The provided sources do not show CISA KEV listing or confirmed active exploitation. The condition described requires knowledge of a hashed URL, but no authentication or user interaction is reflected in the CVSS vector.

Researcher notes

Sources identify Shopware platform before 6.4.1.1 and cloud storage private-file visibility as the affected condition. Evidence supports confidentiality impact only. The bundle does not provide proof of exploitation, affected CPEs, or product-specific scope beyond Shopware platform.

Mitigation direction

  • Upgrade Shopware platform to version 6.4.1.1 or later.
  • Install or update Shopware's Security plugin if immediate platform upgrade is not possible.
  • Set storage visibility correctly according to Shopware documentation.
  • For Amazon S3, disable public access on buckets containing private files.
  • Run Shopware's documented cloud visibility correction process after applying the fix.

Validation and detection

  • Inventory Shopware instances and confirm whether any are below version 6.4.1.1.
  • Identify deployments using cloud storage for private files.
  • Review storage configuration and confirm visibility is set at the documented level.
  • Check S3 or equivalent bucket settings for public access exposure.
  • Confirm the patched version or Security plugin remediation is applied.
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-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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-32717 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
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/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
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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2021-32717Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
shopwareplatform< 6.4.1.1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.