@strapi/plugin-users-permissions@4.23.2 vulnerabilities
Protect your API with a full-authentication process based on JWT
-
latest version
5.3.0
-
latest non vulnerable version
-
first published
3 years ago
-
latest version published
2 days ago
-
licenses detected
- >=0
Direct Vulnerabilities
Known vulnerabilities in the @strapi/plugin-users-permissions package. This does not include vulnerabilities belonging to this package’s dependencies.
Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.Vulnerability | Vulnerable Version |
---|---|
@strapi/plugin-users-permissions is a headless CMS Affected versions of this package are vulnerable to Replay Attack due to sending session tokens as URL query parameters and using instead an alternative mechanism for transmitting session tokens, such as HTTP cookies or hidden fields in forms that are submitted using the POST method. An attacker can use the SSO token and get a JWT token to be able to interact with the various API routes. Notes: This is a competition advisory for CVE-2024-34065 How to fix Replay Attack? Upgrade |
<4.24.2
|
@strapi/plugin-users-permissions is a headless CMS Affected versions of this package are vulnerable to Open Redirect when user-controllable data is incorporated into the target of a redirection in an unsafe way. In this specific context, this vulnerability allows the SSO token to be stolen, allowing an attacker to authenticate himself within the application. Notes: If parameter $_GET["callback"] is defined in the GET request, the assignment does not evaluate all conditions, but stops at the beginning. The value is then stored in the cookie koa.sess:
Which once base64 decoded become The signature of the cookie is stored in cookie How to fix Open Redirect? Upgrade |
<4.24.2
|