### [CVE-2009-20006](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-20006) ![](https://img.shields.io/static/v1?label=Product&message=osCommerce&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=*%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-434%20Unrestricted%20Upload%20of%20File%20with%20Dangerous%20Type&color=brightgreen) ### 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.