vendor:
iGaming CMS
by:
plucky
7,5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: iGaming CMS
Affected Version From: 1.5
Affected Version To: 1.5
Patch Exists: NO
Related CWE: N/A
CPE: a:igaming_cms:igaming_cms:1.5
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
2009
iGaming CMS <= 1.5 Blind SQL Injection
iGaming CMS version 1.5 is vulnerable to Blind SQL Injection. This vulnerability allows an attacker to extract sensitive information from the database. The vulnerability exists due to insufficient sanitization of user-supplied input in the 'id' parameter of the 'polls.class.php' script. An attacker can exploit this vulnerability by sending a specially crafted HTTP request with malicious SQL statements to the vulnerable script. This can allow the attacker to extract sensitive information from the database, such as usernames and passwords.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL statements in an application. The application should use parameterized queries to prevent SQL injection.