vendor:
PhpTax
by:
CWH Underground
7,5
CVSS
HIGH
File Manipulation to Remote Command Execution
78
CWE
Product Name: PhpTax
Affected Version From: 0.8
Affected Version To: 0.8
Patch Exists: NO
Related CWE: N/A
CPE: a:phptax:phptax:0.8
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows and Linux
2013
PhpTax File Manipulation(newvalue,field) Remote Code Execution
An attacker might write to arbitrary files or inject arbitrary code into a file with this vulnerability. User tainted data is used when creating the file name that will be opened or when creating the string that will be written to the file. An attacker can try to write arbitrary PHP code in a PHP file allowing to fully compromise the server.
Mitigation:
Input validation should be used to prevent the user from writing to arbitrary files or injecting arbitrary code into a file.