Shopware Improper Session Handling in store-api account logout
Description
Published to the GitHub Advisory Database
Apr 8, 2024
Reviewed
Apr 8, 2024
Published by the National Vulnerability Database
Apr 8, 2024
Last updated
Apr 8, 2024
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 onCustomerLogoutEvent
and invalidates the session additionally.Patches
The problem has been fixed with Shopware 6.6.1.0 and 6.5.8.8.
Workarounds
When you are not able to update, you can install the latest version of the Shopware Security Plugin.
References