mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-30 21:39:29 +02:00
24 lines
978 B
Markdown
24 lines
978 B
Markdown
### [CVE-2008-4687](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4687)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
manage_proj_page.php in Mantis before 1.1.4 allows remote authenticated users to execute arbitrary code via a sort parameter containing PHP sequences, which are processed by create_function within the multi_sort function in core/utility_api.php.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://securityreason.com/securityalert/4470
|
|
- https://www.exploit-db.com/exploits/44611/
|
|
- https://www.exploit-db.com/exploits/6768
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/CVEDB/PoC-List
|
|
- https://github.com/CVEDB/awesome-cve-repo
|
|
- https://github.com/nmurilo/CVE-2008-4687-exploit
|
|
- https://github.com/twisted007/mantis_rce
|
|
|