header-logo
Suggest Exploit
vendor:
Event Manager PHP Script
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Event Manager PHP Script
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:ezcode:event_manager_php_script
Metasploit: N/A
Other Scripts: N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018

Event Manager PHP Script 1.0 – SQL Injection

The vulnerability allows an attacker to inject sql commands into the vulnerable parameters 'id' and 'slug' of the 'event.php' and 'page.php' scripts respectively.

Mitigation:

Input validation should be used to prevent SQL injection attacks.
Source

Exploit-DB raw data:

# # # # #
# Exploit Title: Event Manager PHP Script 1.0 - SQL Injection
# Dork: N/A
# Date: 01.02.2018
# Vendor Homepage: http://ezcode.pt/
# Software Link: https://codecanyon.net/item/eventmanager-php-script-admin-panel/21280741
# Version: 1.0
# 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 attacker to inject sql commands....
# 
# Proof of Concept: 
# 
# 1)
# http://localhost/[PATH]/event.php?id=[SQL]
# 
# 2)
# http://localhost/[PATH]/page.php?slug=[SQL]
# 	
# # # # #