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

18 lines
882 B
Markdown

### [CVE-2018-7204](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7204)
![](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
inc/logger.php in the Giribaz File Manager plugin before 5.0.2 for WordPress logged activity related to the plugin in /wp-content/uploads/file-manager/log.txt. If a user edits the wp-config.php file using this plugin, the wp-config.php contents get added to log.txt, which is not protected and contains database credentials, salts, etc. These files have been indexed by Google and a simple dork will find affected sites.
### POC
#### Reference
- https://wpvulndb.com/vulnerabilities/9036
#### Github
No PoCs found on GitHub currently.