cve/2007/CVE-2007-2677.md

18 lines
922 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2007-2677](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2677)
![](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
Multiple PHP remote file inclusion vulnerabilities in phpChess Community Edition 2.0 allow remote attackers to execute arbitrary PHP code via a URL in (1) the config parameter to includes/language.php, or the Root_Path parameter to (2) layout_admin_cfg.php, (3) layout_cfg.php, or (4) layout_t_top.php in skins/phpchess/. NOTE: vector 1 has been disputed by CVE, since the code is defined within a function that is not called from within includes/language.php.
### POC
#### Reference
- https://www.exploit-db.com/exploits/3837
#### Github
No PoCs found on GitHub currently.