Lucene search
+L

633 matches found

OSV
OSV
added 2023/09/13 4:31 p.m.44 views

GHSA-M284-85MF-CGRC Strapi's field level permissions not being respected in relationship title

Summary Field level permissions not being respected in relationship title. If I have a relationship title and the relationship shows a field I don't have permission to see I will still be visible. Details No RBAC checks on on the relationship the relation endpoint returns PoC Setup Create a fresh...

6.8CVSS4.8AI score0.00534EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2023/09/13 4:31 p.m.34 views

Strapi's field level permissions not being respected in relationship title

Summary Field level permissions not being respected in relationship title. If I have a relationship title and the relationship shows a field I don't have permission to see I will still be visible. Details No RBAC checks on on the relationship the relation endpoint returns PoC Setup Create a fresh...

6.8CVSS6.1AI score0.00534EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2023/09/13 4:31 p.m.37 views

GHSA-V8GG-4MQ2-88Q4 Strapi may leak sensitive user information, user reset password, tokens via content-manager views

Summary I can get access to user reset password tokens if I have the configure view permissions Details /content-manager/relations route does not remove private fields or ensure that they can't be selected PoC Install fresh strapi instance start up strapi and create an account create a new...

5.8CVSS5.6AI score0.00565EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2023/09/13 4:31 p.m.27 views

Strapi may leak sensitive user information, user reset password, tokens via content-manager views

Summary I can get access to user reset password tokens if I have the configure view permissions Details /content-manager/relations route does not remove private fields or ensure that they can't be selected PoC Install fresh strapi instance start up strapi and create an account create a new...

5.8CVSS6.9AI score0.00565EPSS
SaveExploits1References4Affected Software3
Veracode
Veracode
added 2023/07/26 12:47 p.m.22 views

Information Disclosure

@strapi/utils is vulnerable to Information Disclosure. The vulnerability exists because the private fields are not properly handled which allows an attacker to filter the fields and gain access to sensitive information...

8.6CVSS6.9AI score0.01095EPSS
SaveExploits1References4Affected Software1
Veracode
Veracode
added 2023/07/26 12:12 p.m.21 views

Information Disclosure

@strapi/utils, @strapi/strapi and @strapi/database is vulnerable to Information Disclosure. The vulnerability exists due to the use of getters for private attributes which allows an attacker to view sensitive attributes because the privateAttributes may be removed unintentionally...

7.1CVSS6.7AI score0.00715EPSS
SaveExploits1References4Affected Software3
NVD
NVD
added 2023/07/25 6:15 p.m.42 views

CVE-2023-34235

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 tnumber 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...

8.6CVSS8.5AI score0.01095EPSS
SaveExploits1References2
Prion
Prion
added 2023/07/25 6:15 p.m.17 views

Design/Logic Flaw

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 tnumber 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...

5CVSS7.3AI score0.01095EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2023/07/25 5:24 p.m.51 views

CVE-2023-34235 Leaking sensitive user information still possible by filtering on private with prefix fields

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 tnumber 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...

8.6CVSS8.7AI score0.01095EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2023/07/25 5:24 p.m.20 views

CVE-2023-34235 Leaking sensitive user information still possible by filtering on private with prefix fields

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 tnumber 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...

8.6CVSS7AI score0.01095EPSS
SaveExploits1References2
CVE
CVE
added 2023/07/25 5:24 p.m.2516 views

CVE-2023-34235

Strapi (pre-4.10.8) is vulnerable to information disclosure due to a Knex query that allows changing the default field prefix (t(number)). If the t-number prefix is used, private fields like password can be exposed, as t1.password is not protected. The issue can lead to filtering attacks affectin...

8.6CVSS7.8AI score0.01095EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2023/07/25 5:24 p.m.29 views

CVE-2023-34235 Leaking sensitive user information still possible by filtering on private with prefix fields

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 tnumber 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...

8.6CVSS7.7AI score
SaveExploits0References4
OSV
OSV
added 2023/07/25 5:17 p.m.73 views

GHSA-CHMR-RG2F-9JMF Making all attributes on a content-type public without noticing it

Summary Anyone Strapi developers, users, plugins can make every attribute of a Content-Type public without knowing it. Details When dealing with content-types inside a Strapi instance, we can extend those using the appropriate container: javascript...

4.8CVSS5.8AI score0.00715EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2023/07/25 5:17 p.m.42 views

Making all attributes on a content-type public without noticing it

Summary Anyone Strapi developers, users, plugins can make every attribute of a Content-Type public without knowing it. Details When dealing with content-types inside a Strapi instance, we can extend those using the appropriate container: javascript...

7.1CVSS6.7AI score0.00715EPSS
SaveExploits1References5Affected Software3
NVD
NVD
added 2023/07/25 3:15 p.m.35 views

CVE-2023-34093

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...

7.1CVSS5.6AI score0.00715EPSS
SaveExploits1References3
Prion
Prion
added 2023/07/25 3:15 p.m.26 views

Design/Logic Flaw

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...

5.5CVSS6.8AI score0.00715EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2023/07/25 2:54 p.m.48 views

CVE-2023-34093 Strapi allows actors to make all attributes on a content-type public without noticing it

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...

4.8CVSS7AI score0.00715EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2023/07/25 2:54 p.m.22 views

CVE-2023-34093 Strapi allows actors to make all attributes on a content-type public without noticing it

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...

4.8CVSS6.9AI score0.00715EPSS
SaveExploits1References3
OSV
OSV
added 2023/07/25 2:54 p.m.27 views

CVE-2023-34093 Strapi allows actors to make all attributes on a content-type public without noticing it

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...

4.8CVSS6.7AI score
SaveExploits0References5
CVE
CVE
added 2023/07/25 2:54 p.m.73 views

CVE-2023-34093

Strapi (open-source CMS) prior to version 4.10.8 is vulnerable to information disclosure due to improper handling of Content-Type attributes. The issue arises from the removal of the privateAttributes getter when users extend or modify content-types, which can cause any attribute to become public...

7.1CVSS5.8AI score0.00715EPSS
SaveExploits1References3Affected Software1
Rows per page
Query Builder