vendor:
Social Engine
by:
MyDoom
7.5
CVSS
HIGH
Arbitrary File Upload
CWE
Product Name: Social Engine
Affected Version From: Social Engine 4.x
Affected Version To: Social Engine 4.x (should work on previous versions but not tested)
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Windows 7, Linux 3.6.33, Linux 3.6.18, Windows Server 2003
2010
Social Engine 4.x (Music Plugin) Arbitrary File Upload
The File filter used in the code don't check the uploaded file but only set the type of files that can be veiwed in the upload window so if we type *.* in the filename we will see all others file and then we can upload any type of file.
Mitigation:
Implement proper file type checking and validation on the server side before allowing file uploads. Limit the types of files that can be uploaded to only those necessary for the functionality of the application.