CVE-2012-10056
published 2025-08-13CVE-2012-10056: PHP Volunteer Management System v1.0.2 contains an arbitrary file upload vulnerability in its document upload functionality. Authenticated users can upload…
PriorityP261high8.7CVSS 4.0
AVNACLATNPRLUINVCHVIHVAHSCNSINSANEXCRXIRXARXMAVXMACXMATXMPRXMUIXMVCXMVIXMVAXMSCXMSIXMSAXSXAUXRXVXREXUX
EXPLOIT
EPSS
0.93%
56.1th percentile
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.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| php_volunteer_management | php_volunteer_management | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Monitor for unauthenticated GET requests to the uploads directory, which may indicate payload execution after a malicious file upload. ↗
- →Alert on file uploads containing PHP code (e.g., .php extensions or PHP magic bytes) to the mods/documents/uploads/ path by authenticated users. ↗
- →Detect use of default credentials (admin:volunteer) during authentication, which is a strong indicator of exploitation attempts against this application. ↗
- →A Metasploit module exists for this vulnerability; correlate exploit traffic patterns from the module php_volunteer_upload_exec.rb against web server logs. ↗
- ·Exploitation requires authentication; however, the application ships with known default credentials (admin:volunteer), effectively making it unauthenticated in practice. ↗
- ·The vulnerability affects PHP Volunteer Management System v1.0.2 and prior versions only. ↗
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
No writeups or analysis indexed.
https://raw.githubusercontent.com/rapid7/metasploit-framework/master/modules/exploits/multi/http/php_volunteer_upload_exec.rbhttps://sourceforge.net/projects/phpvolunteer/https://www.exploit-db.com/exploits/18941https://www.exploit-db.com/exploits/18957https://www.vulncheck.com/advisories/php-volunteer-management-system-arbitrary-file-upload
2025-08-13
Published