Files
CVEs-PoC/2017/CVE-2017-15053.md
T
2024-06-18 02:51:15 +02:00

18 lines
949 B
Markdown

### [CVE-2017-15053](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15053)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
TeamPass before 2.1.27.9 does not properly enforce manager access control when requesting roles.queries.php. It is then possible for a manager user to modify any arbitrary roles within the application, or delete any arbitrary role. To exploit the vulnerability, an authenticated attacker must have the manager rights on the application, then tamper with the requests sent directly, for example by changing the "id" parameter when invoking "delete_role" on roles.queries.php.
### POC
#### Reference
- http://blog.amossys.fr/teampass-multiple-cve-01.html
#### Github
No PoCs found on GitHub currently.