Filtered by vendor Strapi Subscriptions
Total 30 CVE
CVE Vendors Products Updated CVSS v3.1
CVE-2022-0764 1 Strapi 1 Strapi 2024-11-21 6.7 Medium
Arbitrary Command Injection in GitHub repository strapi/strapi prior to 4.1.0.
CVE-2021-46440 1 Strapi 1 Strapi 2024-11-21 7.5 High
Storing passwords in a recoverable format in the DOCUMENTATION plugin component of Strapi before 3.6.9 and 4.x before 4.1.5 allows an attacker to access a victim's HTTP request, get the victim's cookie, perform a base64 decode on the victim's cookie, and obtain a cleartext password, leading to getting API documentation for further API attacks.
CVE-2021-28128 1 Strapi 1 Strapi 2024-11-21 8.1 High
In Strapi through 3.6.0, the admin panel allows the changing of one's own password without entering the current password. An attacker who gains access to a valid session can use this to take over an account by changing the password.
CVE-2020-8123 1 Strapi 1 Strapi 2024-11-21 4.9 Medium
A denial of service exists in strapi v3.0.0-beta.18.3 and earlier that can be abused in the admin console using admin rights can lead to arbitrary restart of the application.
CVE-2020-27666 1 Strapi 1 Strapi 2024-11-21 5.4 Medium
Strapi before 3.2.5 has stored XSS in the wysiwyg editor's preview feature.
CVE-2020-27665 1 Strapi 1 Strapi 2024-11-21 7.5 High
In Strapi before 3.2.5, there is no admin::hasPermissions restriction for CTB (aka content-type-builder) routes.
CVE-2020-27664 1 Strapi 1 Strapi 2024-11-21 9.8 Critical
admin/src/containers/InputModalStepperProvider/index.js in Strapi before 3.2.5 has unwanted /proxy?url= functionality.
CVE-2020-13961 1 Strapi 1 Strapi 2024-11-21 6.5 Medium
Strapi before 3.0.2 could allow a remote authenticated attacker to bypass security restrictions because templates are stored in a global variable without any sanitation. By sending a specially crafted request, an attacker could exploit this vulnerability to update the email template for both password reset and account confirmation emails.
CVE-2019-19609 1 Strapi 1 Strapi 2024-11-21 7.2 High
The Strapi framework before 3.0.0-beta.17.8 is vulnerable to Remote Code Execution in the Install and Uninstall Plugin components of the Admin panel, because it does not sanitize the plugin name, and attackers can inject arbitrary shell commands to be executed by the execa function.
CVE-2019-18818 1 Strapi 1 Strapi 2024-11-21 9.8 Critical
strapi before 3.0.0-beta.17.5 mishandles password resets within packages/strapi-admin/controllers/Auth.js and packages/strapi-plugin-users-permissions/controllers/Auth.js.