vendor:
qdPM
by:
Besim ALTINOK
7.5
CVSS
HIGH
Arbitrary File Upload
434
CWE
Product Name: qdPM
Affected Version From: v9.1
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Xampp
2020
qdPM 9.1 – Arbitrary File Upload
When a normal user tries to update their profile, they can arbitrarily upload files to the user_photo area. Because there are no file extension controls. Additionally, the .htaccess file has some protection against malicious .php file. But, the developer writes the wrong regex. So, the Attacker can change extension as (.PHP) and run code on the server
Mitigation:
Implement file extension controls and correct the regex in the .htaccess file to properly block malicious file types.