LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32709: Creation of order credits was not validated by acl in admin orders

Shopware is an open source eCommerce platform. Creation of order credits was not validated by ACL in admin orders. Users are recommend to update to the current version 6.4.1.1. You can get the update to 6.4.1.1 regularly via the Auto-Updater or directly via the download overview. For older versions of 6.1, 6.2, and 6.3, corresponding security measures are also available via a plugin. For the full range of functions, we recommend updating to the latest Shopware version.

MediumCVSS 4.9Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Shopware stores before 6.4.1.1 had an authorization gap in admin order handling. Creation of order credits was not properly checked against ACL permissions, creating a risk that privileged back-office users could affect order credit integrity beyond intended permissions.

Executive priority

Treat this as a moderate integrity risk for eCommerce operations. It is not sourced as actively exploited, but unauthorized credits can affect revenue controls, refunds, and audit trust. Remediate during the next security maintenance window.

Technical view

CVE-2021-32709 is a CWE-306 missing authorization issue in Shopware platform versions before 6.4.1.1. The CVSS vector is AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N, meaning exploitation requires high privileges but can have high integrity impact.

Likely exposure

Exposure is limited to Shopware platform deployments below 6.4.1.1, especially stores using admin order workflows. Older 6.1, 6.2, and 6.3 installations need the vendor-provided security measures plugin if not upgrading.

Exploitation context

The provided sources do not show active exploitation, KEV inclusion, or public exploit evidence. The main risk is misuse by a highly privileged authenticated user or compromised admin account to create unauthorized order credits.

Researcher notes

Evidence is limited to CVE and Shopware advisory data. The issue is missing ACL validation for creating order credits in admin orders. Avoid assuming broader Shopware modules, customer-facing impact, or exploit availability without additional vendor evidence.

Mitigation direction

  • Upgrade Shopware to version 6.4.1.1 or the current supported release.
  • For 6.1, 6.2, or 6.3, apply the Shopware security measures plugin.
  • Review vendor advisory guidance before choosing upgrade or plugin path.
  • Restrict and review admin accounts with order-management access.
  • Monitor order credit creation for unexpected or unauthorized activity.

Validation and detection

  • Inventory Shopware versions and flag any deployment below 6.4.1.1.
  • Confirm the 6.4.1.1 update or security measures plugin is installed.
  • Review admin roles for least-privilege order credit permissions.
  • Check recent order credit activity for unexplained integrity changes.
  • Document remediation status for each affected storefront.
Prepared
Confidence
high
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-306: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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-32709 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.9 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/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
4.9CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N1.23.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.9Medium
CVSS 3.1 vector shape for CVE-2021-32709Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/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
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-306 · source CWE mapping

Missing Authentication for Critical Function

Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.