mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-03 12:58:02 +02:00
19 lines
963 B
Markdown
19 lines
963 B
Markdown
### [CVE-2009-20006](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-20006)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
osCommerce versions up to and including 2.2 RC2a contain a vulnerability in its administrative file manager utility (admin/file_manager.php). The interface allows file uploads and edits without sufficient input validation or access control. An unauthenticated attacker can craft a POST request to upload a .php file containing arbitrary code, which is then executed by the server.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.exploit-db.com/exploits/16899
|
|
- https://www.exploit-db.com/exploits/9556
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|