Lucene search
+L

AMC Master - Arbitrary File Upload

🗓️ 26 Sep 2017 00:00:00Reported by Ihsan SencanType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 37 Views

AMC Master - Arbitrary File Upload vulnerability allows arbitrary file uploads through profile settings

Related
Code
ReporterTitlePublishedViews
Family
CNVD
Mojoomla Annual Maintenance Contract Management System Arbitrary File Upload Vulnerability
28 Sep 201700:00
cnvd
CVE
CVE-2017-14841
27 Sep 201720:00
cve
Cvelist
CVE-2017-14841
27 Sep 201720:00
cvelist
EUVD
EUVD-2017-6330
7 Oct 202500:30
euvd
NVD
CVE-2017-14841
28 Sep 201701:29
nvd
Prion
Default credentials
28 Sep 201701:29
prion
# # # # #
# Exploit Title: Annual Maintenance Contract Management System - Arbitrary File Upload
# Dork: N/A
# Date: 26.09.2017
# Vendor Homepage: http://mojoomla.com/
# Software Link: https://codecanyon.net/item/amc-master-annual-maintenance-contract-management-system/20667703
# Demo: http://dasinfomedia.com.au/php/amc/
# Version: N/A
# Category: Webapps
# Tested on: WiN7_x64/KaLiLinuX_x64
# CVE: N/A
# # # # #
# Exploit Author: Ihsan Sencan
# Author Web: http://ihsan.net
# Author Social: @ihsansencan
# # # # #
# Description:
#
# 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');
#                 }
#
# Proof of Concept:
#
# http://localhost/[PATH]/account/profilesetting/[ID]
# http://localhost/[PATH]/img/user/[FILE]
#
# Etc..
# # # # #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

28 Sep 2017 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 24
CVSS 36.5
EPSS0.02276
37