cve/2023/CVE-2023-37263.md

18 lines
935 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2023-37263](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-37263)
![](https://img.shields.io/static/v1?label=Product&message=strapi&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%204.12.1%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-200%3A%20Exposure%20of%20Sensitive%20Information%20to%20an%20Unauthorized%20Actor&color=brighgreen)
### Description
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.
### POC
#### Reference
- https://github.com/strapi/strapi/security/advisories/GHSA-m284-85mf-cgrc
#### Github
No PoCs found on GitHub currently.