vendor:
AMC Master Annual Maintenance Contract Management System
by:
Ihsan Sencan
N/A
CVSS
N/A
Arbitrary File Upload
N/A
CWE
Product Name: AMC Master Annual Maintenance Contract Management System
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
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: WiN7_x64/KaLiLinuX_x64
2017
Annual Maintenance Contract Management System – Arbitrary File Upload
The vulnerability allows an users upload arbitrary file. Vulnerable Source: if(isset($id)){ $user_d=$this->request->data; $this->row_update=$this->table_user->get($id); $this->set('emp_update_row',$this->row_update); if($this->request->is(['post','put'])){ $get_output=$this->check_update_email($this->row_update,$this->request->data('email')); if($get_output == true){ if(isset($_FILES['image']['name']) && !empty($_FILES['image']['name'])){ move_uploaded_file($_FILES['image']['tmp_name'],$this->user_image.$_FILES['image']['name']); $this->store_image=$_FILES['image']['name']; }else{ $this->store_image=$this->request->data('old_image'); }
Mitigation:
N/A