mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
872 B
Markdown
18 lines
872 B
Markdown
### [CVE-2007-5453](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5453)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Multiple eval injection vulnerabilities in Php-Stats 0.1.9.2 allow remote authenticated administrators to execute arbitrary code by writing PHP sequences to the php-stats-options record in the _options table, which is used in an eval function call by (1) admin.php, (2) click.php, (3) download.php, and unspecified other files, as demonstrated by modifying _options through a backup restore action in admin.php.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.exploit-db.com/exploits/4513
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|