Files
CVEs-PoC/2020/CVE-2020-5251.md
T
2024-05-25 21:48:12 +02:00

18 lines
698 B
Markdown

### [CVE-2020-5251](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-5251)
![](https://img.shields.io/static/v1?label=Product&message=parse-server&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-285%3A%20Improper%20Authorization&color=brighgreen)
### Description
In parser-server before version 4.1.0, you can fetch all the users objects, by using regex in the NoSQL query. Using the NoSQL, you can use a regex on sessionToken and find valid accounts this way.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/ossf-cve-benchmark/CVE-2020-5251