vendor:
Pro 6.25
by:
S@BUN
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Pro 6.25
Affected Version From: 6.25
Affected Version To: 6.25
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
2008
Koobi Pro 6.25 poll Remote SQL Injection Vulnerability
An attacker can exploit this vulnerability by sending a crafted HTTP request to the vulnerable application. The crafted request contains a malicious SQL query in the 'poll_id' parameter of the 'index.php?p=poll&showresult=1' URL. This can allow an attacker to access sensitive information from the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should also use parameterized queries to prevent SQL injection attacks.