cve/2025/CVE-2025-48070.md
2025-09-29 21:09:30 +02:00

18 lines
892 B
Markdown

### [CVE-2025-48070](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-48070)
![](https://img.shields.io/static/v1?label=Product&message=plane&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3C%200.23%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-276%3A%20Incorrect%20Default%20Permissions&color=brightgreen)
### Description
Plane is open-source project management software. Versions prior to 0.23 have insecure permissions in UserSerializer that allows users to change fields that are meant to be read-only, such as email. This can lead to account takeover when chained with another vulnerability such as cross-site scripting (XSS). Version 0.23 fixes the issue.
### POC
#### Reference
- https://github.com/makeplane/plane/security/advisories/GHSA-cjh4-q763-cc48
#### Github
No PoCs found on GitHub currently.