Files
CVEs-PoC/2007/CVE-2007-2149.md
2024-06-18 02:51:15 +02:00

18 lines
835 B
Markdown

### [CVE-2007-2149](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2149)
![](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
Stephen Craton (aka WiredPHP) Chatness 2.5.3 and earlier stores usernames and unencrypted passwords in (1) classes/vars.php and (2) classes/varstuff.php, and recommends 0666 or 0777 permissions for these files, which allows local users to gain privileges by reading the files, and allows remote attackers to obtain credentials via a direct request for admin/options.php.
### POC
#### Reference
- http://securityreason.com/securityalert/2595
#### Github
No PoCs found on GitHub currently.