### [CVE-2012-10056](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-10056) ![](https://img.shields.io/static/v1?label=Product&message=PHP%20Volunteer%20Management&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=1.0.2%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-434%20Unrestricted%20Upload%20of%20File%20with%20Dangerous%20Type&color=brightgreen) ### Description PHP Volunteer Management System v1.0.2 contains an arbitrary file upload vulnerability in its document upload functionality. Authenticated users can upload files to the mods/documents/uploads/ directory without any restriction on file type or extension. Because this directory is publicly accessible and lacks execution controls, attackers can upload a malicious PHP payload and execute it remotely. The application ships with default credentials, making exploitation trivial. Once authenticated, the attacker can upload a PHP shell and trigger it via a direct GET request. ### POC #### Reference - https://www.exploit-db.com/exploits/18941 - https://www.exploit-db.com/exploits/18957 - https://www.vulncheck.com/advisories/php-volunteer-management-system-arbitrary-file-upload #### Github No PoCs found on GitHub currently.