cve/2006/CVE-2006-4586.md

19 lines
936 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2006-4586](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4586)
![](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
The admin panel in Tr Forum 2.0 accepts a username and password hash for authentication, which allows remote authenticated users to perform unauthorized actions, as demonstrated by modifying user settings via the id parameter to /membres/modif_profil.php, and changing a password via /membres/change_mdp.php. NOTE: this can be leveraged with other Tr Forum vulnerabilities to allow unauthenticated attackers to gain privileges.
### POC
#### Reference
- http://securityreason.com/securityalert/1508
- https://www.exploit-db.com/exploits/2297
#### Github
No PoCs found on GitHub currently.