You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NyanKiyoshi
published
GHSA-52cq-c7x7-cqw4Mar 20, 2024
Package
saleor/saleor-storefront
(GitHub)
Affected versions
<=b5ce60693d9015a12d3001ea4a067a4fb037c14d
Patched versions
>b5ce60693d9015a12d3001ea4a067a4fb037c14d
Description
Impact
When any user authenticates in the storefront, anonymous users are able to access their data.
The session is leaked through cache and can be accessed by anyone.
We strongly recommend upgrading to the latest versions, in case of inability to upgrade straight away, a possible workaround is to temporarily disable authentication by changing the usage of createSaleorAuthClient().
Impact
When any user authenticates in the storefront, anonymous users are able to access their data.
The session is leaked through cache and can be accessed by anyone.
Patches
Workarounds
We strongly recommend upgrading to the latest versions, in case of inability to upgrade straight away, a possible workaround is to temporarily disable authentication by changing the usage of
createSaleorAuthClient()
.References
Credit
@Jyrno42 (finder)