Page 2 of 29 results (0.002 seconds)

CVSS: 9.8EPSS: 0%CPEs: 1EXPL: 1

Strapi is the an open-source headless content management system. Prior to version 4.12.1, there is a rate limit on the login function of Strapi's admin screen, but it is possible to circumvent it. Therefore, the possibility of unauthorized login by login brute force attack increases. Version 4.12.1 has a fix for this issue. Strapi es un sistema de gestión de contenidos headless de código abierto. • https://github.com/strapi/strapi/blob/32d68f1f5677ed9a9a505b718c182c0a3f885426/packages/core/admin/server/middlewares/rateLimit.js#L31 https://github.com/strapi/strapi/releases/tag/v4.12.1 https://github.com/strapi/strapi/security/advisories/GHSA-24q2-59hm-rh9r • CWE-770: Allocation of Resources Without Limits or Throttling •

CVSS: 6.8EPSS: 0%CPEs: 1EXPL: 1

Strapi is the an open-source headless content management system. Prior to version 4.12.1, field level permissions are not respected in the relationship title. If an actor has relationship title and the relationship shows a field they don't have permission to see, the field will still be visible. Version 4.12.1 has a fix for this issue. Strapi es un sistema de gestión de contenidos headless de código abierto. • https://github.com/strapi/strapi/releases/tag/v4.12.1 https://github.com/strapi/strapi/security/advisories/GHSA-m284-85mf-cgrc • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor CWE-400: Uncontrolled Resource Consumption •

CVSS: 5.8EPSS: 0%CPEs: 1EXPL: 1

Strapi is an open-source headless content management system. Prior to version 4.11.7, an unauthorized actor can get access to user reset password tokens if they have the configure view permissions. The `/content-manager/relations` route does not remove private fields or ensure that they can't be selected. This issue is fixed in version 4.11.7. Strapi es un sistema de gestión de contenidos headless de código abierto. • https://github.com/strapi/strapi/releases/tag/v4.11.7 https://github.com/strapi/strapi/security/advisories/GHSA-v8gg-4mq2-88q4 • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor •

CVSS: 8.6EPSS: 0%CPEs: 1EXPL: 1

Strapi is an open-source headless content management system. Prior to version 4.10.8, it is possible to leak private fields if one is using the `t(number)` prefix. Knex query allows users to change the default prefix. For example, if someone changes the prefix to be the same as it was before or to another table they want to query, the query changes from `password` to `t1.password`. `password` is protected by filtering protections but `t1.password` is not protected. • https://github.com/strapi/strapi/releases/tag/v4.10.8 https://github.com/strapi/strapi/security/advisories/GHSA-9xg4-3qfm-9w8f • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor •

CVSS: 7.1EPSS: 0%CPEs: 1EXPL: 1

Strapi is an open-source headless content management system. Prior to version 4.10.8, anyone (Strapi developers, users, plugins) can make every attribute of a Content-Type public without knowing it. The vulnerability only affects the handling of content types by Strapi, not the actual content types themselves. Users can use plugins or modify their own content types without realizing that the `privateAttributes` getter is being removed, which can result in any attribute becoming public. This can lead to sensitive information being exposed or the entire system being taken control of by an attacker(having access to password hashes). • https://github.com/strapi/strapi/commit/2fa8f30371bfd1db44c15e5747860ee5789096de https://github.com/strapi/strapi/releases/tag/v4.10.8 https://github.com/strapi/strapi/security/advisories/GHSA-chmr-rg2f-9jmf • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor •