mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-10 07:47:42 +02:00
19 lines
847 B
Markdown
19 lines
847 B
Markdown
### [CVE-2011-2745](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2745)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
upload_handler.php in the swfupload extension in Chyrp 2.0 and earlier relies on client-side JavaScript code to restrict the file extensions of uploaded files, which allows remote authenticated users to upload a .php file, and consequently execute arbitrary PHP code, via a write_post action to the default URI under admin/.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://securityreason.com/securityalert/8314
|
|
- http://www.openwall.com/lists/oss-security/2011/07/13/5
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|