vendor:
Upload Service
by:
Ahmad Muammar W.K (a.k.a) y3dips
9
CVSS
CRITICAL
Remote File Inclusion
CWE
Product Name: Upload Service
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:upload_service:upload_service:1.0
Platforms Tested:
2007
Upload Service 1.0 remote file inclusion
When register_globals=on and allow_fopenurl=on an attacker can exploit this vulnerability with a simple php injection script.
Mitigation:
Remember to remove your install directory and change config.php permission. Simply sanitize variable $maindir on affected files. (eg. $maindir=" ";) Turn off register_globals.