mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 19:17:37 +02:00
18 lines
977 B
Markdown
18 lines
977 B
Markdown
### [CVE-2017-15052](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15052)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
TeamPass before 2.1.27.9 does not properly enforce manager access control when requesting users.queries.php. It is then possible for a manager user to delete an arbitrary user (including admin), or modify attributes of any arbitrary user except administrator. 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_user" on users.queries.php.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://blog.amossys.fr/teampass-multiple-cve-01.html
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|