vendor:
Interactivefx.ie CMS
by:
Inj3ct0r
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Interactivefx.ie CMS
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
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: N/A
2020
Interactivefx.ie CMS SQL Injection Vulnerability
Interactivefx.ie CMS is vulnerable to SQL Injection. An attacker can exploit this vulnerability to bypass authentication in the admin panel by using the login 'or 1=1/*' and any password. Additionally, an attacker can exploit this vulnerability to extract sensitive information from the database by using the URL http://server/event-details.php?id=223'+select+username,password+from+users/*
Mitigation:
Developers should ensure that user input is properly sanitized and validated before being used in SQL queries.