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

18 lines
847 B
Markdown

### [CVE-2005-4219](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4219)
![](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
setting.php in Innovative CMS (ICMS, formerly Imoel-CMS) contains username and password information in cleartext, which might allow attackers to obtain this information via a direct request to setting.php. NOTE: on a properly configured web server, it would be expected that a .php file would be processed before content is returned to the user, so this might not be a vulnerability.
### POC
#### Reference
- http://securityreason.com/securityalert/250
#### Github
No PoCs found on GitHub currently.