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",
"severity": "MODERATE",
"cwe_ids": [
"CWE-352"
],
"github_reviewed": true,
"github_reviewed_at": "2023-03-13T20:51:32Z"
}