Shopware Platform vulnerabilities
51 known vulnerabilities affecting shopware/platform.
Total CVEs
51
CISA KEV
0
Public exploits
1
Exploited in wild
0
Severity breakdown
CRITICAL3HIGH20MEDIUM25LOW3
Vulnerabilities
Page 3 of 3
CVE-2021-32716P4MEDIUMCVSS 4.9fixed in 6.4.1.12021-06-24
CVE-2021-32716 [MEDIUM] CWE-200 CVE-2021-32716: Shopware is an open source eCommerce platform. In versions prior to 6.4.1.1 the admin api has expose
Shopware is an open source eCommerce platform. In versions prior to 6.4.1.1 the admin api has exposed some internal hidden fields when an association has been loaded with a to many reference. Users are recommend to update to 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 o
ghsanvdosv
CVE-2024-31447P4MEDIUM≥ 6.3.5.0, < 6.5.8.8≥ 6.6.0.0-rc1, < 6.6.1.02024-04-08
CVE-2024-31447 [MEDIUM] CWE-613 Shopware Improper Session Handling in store-api account logout
Shopware Improper Session Handling in store-api account logout
### Impact
When a authentificated request is made to `POST /store-api/account/logout`, the cart will be cleared, but the User won't be logged out. This affects only the direct store-api usage, as the PHP Storefront listens additionally on `CustomerLogoutEvent` and invalidates the session additionally.
### Patches
The problem has been fix
ghsaosv
CVE-2026-48013P4MEDIUMCVSS 4.1fixed in 6.6.10.18v>= 6.7.0.0, < 6.7.10.12026-07-23
CVE-2026-48013 [MEDIUM] CWE-918 CVE-2026-48013: Shopware is an open commerce platform. Prior to 6.6.10.18 and 6.7.10.1, the `/api/_action/media/exte
Shopware is an open commerce platform. Prior to 6.6.10.18 and 6.7.10.1, the `/api/_action/media/external-link` endpoint allows authenticated admin users to make server-side HTTP HEAD requests to arbitrary internal IP addresses. While the parallel `uploadFromURL` flow validates target IPs against private/reserved ranges via `FileUrlValidator`, the `l
ghsanvd
CVE-2025-32378P4LOW≥ 6.6.0.0-rc1, < 6.6.10.3≥ 6.7.0.0-rc1, < 6.7.0.0-rc2+1 more2025-04-09
CVE-2025-32378 [LOW] CWE-1188 Shopware default newsletter opt-in settings allow for mass sign-up abuse
Shopware default newsletter opt-in settings allow for mass sign-up abuse
### Impact
Currently the default settings for double-opt-in allow for mass unsolicited newsletter sign-ups without confirmation.
Default settings are:
Newsletter: Double Opt-in - active
Newsletter: Double opt-in for registered customers - disabled
Log-in & sign-up: Double opt-in on sign-up - disabled
With these sett
ghsaosv
CVE-2026-48016P4MEDIUMCVSS 4.3fixed in 6.6.10.18v>= 6.7.0.0, < 6.7.10.12026-07-17
CVE-2026-48016 [MEDIUM] CWE-639 CVE-2026-48016: Shopware is an open commerce platform. Prior to 6.6.10.18 and 6.7.10.1, the Store API endpoint /stor
Shopware is an open commerce platform. Prior to 6.6.10.18 and 6.7.10.1, the Store API endpoint /store-api/handle-payment in src/Core/Checkout/Payment/SalesChannel/HandlePaymentMethodRoute.php accepts a user-controlled orderId and forwards it to src/Core/Checkout/Payment/PaymentProcessor.php without verifying order ownership or guest-order authentica
ghsanvd
CVE-2026-48012P4MEDIUMCVSS 4.3v>= 6.7.3.0, < 6.7.10.12026-07-23
CVE-2026-48012 [MEDIUM] CWE-601 CVE-2026-48012: Shopware is an open commerce platform. Versions 6.7.3.0 through 6.7.10.0 have an open redirect in Sh
Shopware is an open commerce platform. Versions 6.7.3.0 through 6.7.10.0 have an open redirect in Shopware's public SSO entry point at `GET /api/oauth/sso/auth`. When the endpoint is reached without the expected SSO session state, the application falls back to the request's `Referer` header and uses that value as the redirect destination. In the val
ghsanvd
CVE-2021-37710P4MEDIUMCVSS 5.4≤ 6.4.3.02021-08-16
CVE-2021-37710 [MEDIUM] CWE-79 CVE-2021-37710: Shopware is an open source eCommerce platform. Versions prior to 6.4.3.1 contain a Cross-Site Script
Shopware is an open source eCommerce platform. Versions prior to 6.4.3.1 contain a Cross-Site Scripting vulnerability via SVG media files. Version 6.4.3.1 contains a patch. As workarounds for older versions of 6.1, 6.2, and 6.3, corresponding security measures are also available via a plugin.
ghsanvdosv
CVE-2021-32709P4MEDIUMCVSS 4.9fixed in 6.4.1.12021-06-24
CVE-2021-32709 [MEDIUM] CWE-306 CVE-2021-32709: Shopware is an open source eCommerce platform. Creation of order credits was not validated by ACL in
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 measur
ghsanvdosv
CVE-2020-13971P4MEDIUM≥ 0, < 6.2.32022-05-24
CVE-2020-13971 [MEDIUM] CWE-79 Shopware vulnerable to Cross-site Scripting
Shopware vulnerable to Cross-site Scripting
In Shopware before 6.2.3, authenticated users are allowed to use the Mediabrowser fileupload feature to upload SVG images containing JavaScript. This leads to Persistent XSS. An uploaded image can be accessed without authentication.
ghsaosv
CVE-2026-48011P4LOW≥ 6.7.0.0, < 6.7.10.1≥ 0, < 6.6.10.182026-06-04
CVE-2026-48011 [LOW] CWE-208 Shopware: Timing-attack on admin panel allowing enumeration of administrator usernames
Shopware: Timing-attack on admin panel allowing enumeration of administrator usernames
### Summary
There is a Proof of Concept which is able to enumerate the usernames of administrator users. This was possible by performing a timing attack.
### Details
The faulty code exists in [`src/Core/Framework/Api/OAuth/UserRepository.php`](https://github.com/shopware/shopware/blob/trunk/src
ghsa
CVE-2022-24744P4LOWCVSS 3.5fixed in 6.4.8.12022-03-09
CVE-2022-24744 [LOW] CWE-613 CVE-2022-24744: Shopware is an open commerce platform based on the Symfony php Framework and the Vue javascript fram
Shopware is an open commerce platform based on the Symfony php Framework and the Vue javascript framework. In affected versions user sessions are not logged out if the password is reset via password recovery. This issue has been resolved in version 6.4.8.1. For older versions of 6.1, 6.2, and 6.3, corresponding security measures are also available via
ghsanvdosv
← Previous3 / 3