vendor:
MobileCartly
by:
Yakir Wizman AKA Pr0T3cT10n
7,5
CVSS
HIGH
Arbitrary File Write
264
CWE
Product Name: MobileCartly
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2012
MobileCartly 1.0 Arbitrary File Write Vulnerability
The application is prone to arbitrary file write / overwrite vulnerability. An attacker can exploit this vulnerability by sending a crafted HTTP request to the vulnerable application. The request should contain the filename and the code to be written in the file. For example, an attacker can send a request with the filename 'shell.php' and the code '<?php echo(shell_exec($_GET['cmd'])); ?>' to write a malicious file in the application directory. This malicious file can then be used to execute arbitrary commands on the server.
Mitigation:
Ensure that the application is not vulnerable to arbitrary file write / overwrite vulnerability. Validate all user-supplied input and restrict access to the application files.