cve/2006/CVE-2006-2005.md

19 lines
881 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2006-2005](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2005)
![](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
Eval injection vulnerability in index.php in ClanSys 1.1 allows remote attackers to execute arbitrary PHP code via PHP code in the page parameter, as demonstrated by using an "include" statement that is injected into the eval statement. NOTE: this issue has been described as file inclusion by some sources, but that is just one attack; the primary vulnerability is eval injection.
### POC
#### Reference
- http://securityreason.com/securityalert/782
- http://www.nukedx.com/?getxpl=29
#### Github
No PoCs found on GitHub currently.