Vulnerability Description
Saleor is an e-commerce platform. Starting in version 3.10.0 and prior to versions 3.14.64, 3.15.39, 3.16.39, 3.17.35, 3.18.31, and 3.19.19, an attacker may bypass cross-set request forgery (CSRF) validation when calling refresh token mutation with empty string. When a user provides an empty string in `refreshToken` mutation, while the token persists in `JWT_REFRESH_TOKEN_COOKIE_NAME` cookie, application omits validation against CSRF token and returns valid access token. Versions 3.14.64, 3.15.39, 3.16.39, 3.17.35, 3.18.31, and 3.19.19 contain a patch for the issue. As a workaround, one may replace `saleor.graphql.account.mutations.authentication.refresh_token.py.get_refresh_token`. This will fix the issue, but be aware, that it returns `JWT_MISSING_TOKEN` instead of `JWT_INVALID_TOKEN`.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Saleor | Saleor | >= 3.10.0, < 3.14.64 |
Related Weaknesses (CWE)
References
- https://github.com/saleor/saleor/commit/36699c6f5c99590d24f46e3d5c5b1a3c2fd072e7Patch
- https://github.com/saleor/saleor/security/advisories/GHSA-ff69-fwjf-3c9wMitigationPatchVendor Advisory
- https://github.com/saleor/saleor/commit/36699c6f5c99590d24f46e3d5c5b1a3c2fd072e7Patch
- https://github.com/saleor/saleor/security/advisories/GHSA-ff69-fwjf-3c9wMitigationPatchVendor Advisory
FAQ
What is CVE-2024-31205?
CVE-2024-31205 is a vulnerability with a CVSS score of 4.2 (MEDIUM). Saleor is an e-commerce platform. Starting in version 3.10.0 and prior to versions 3.14.64, 3.15.39, 3.16.39, 3.17.35, 3.18.31, and 3.19.19, an attacker may bypass cross-set request forgery (CSRF) val...
How severe is CVE-2024-31205?
CVE-2024-31205 has been rated MEDIUM with a CVSS base score of 4.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-31205?
Check the references section above for vendor advisories and patch information. Affected products include: Saleor Saleor.