PT-2023-33025 · Vendure+1 · Vendure+1
Published
2023-07-11
·
Updated
2023-07-11
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
Name of the Vulnerable Software and Affected Versions
Vendure (affected versions not specified)
Description
The issue concerns the default cookie settings in Vendure, an e-commerce GraphQL framework, which are insecure due to the SameSite setting being false by default. This setting originates from the cookie-session npm package’s default settings.
Recommendations
For all affected versions, manually set the
authOptions.cookieOptions.sameSite configuration option to 'strict', 'lax', or true as a workaround.
At the moment, there is no information about a newer version that contains a fix for this vulnerability. Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Vendure
Cookie-Session