vendor:
EventManager PHP Script Admin Panel
by:
telahdihapus
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: EventManager PHP Script Admin Panel
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
Platforms Tested: Windows 10
2018
Event Manager PHP Script Admin panel – ‘events_new.php’ SQL injection
Insert data in events_new.php do not use escape string function, so attacker can put qoute character and inject query in insert data. Login in admin page, go to events_new.php, add new title, add some value and press 'new type' button. Add payload to value, example payload = a'), (120, (select version()))-- -, press 'new type' button to see mysql version.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries.