When authenticating users PrestaShop preserves session attributes. Because this does not clear CSRF tokens upon login, this might enables same-site attackers
to bypass the CSRF protection mechanism by performing an attack similar to a session-fixation.
The problem is fixed in version 8.0.1
{ "nvd_published_at": "2023-03-13T17:15:00Z", "github_reviewed_at": "2023-03-13T20:51:32Z", "severity": "MODERATE", "github_reviewed": true, "cwe_ids": [ "CWE-352" ] }