vendor:
UPM Polls
by:
Miroslav Stampar
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: UPM Polls
Affected Version From: 1.0.3
Affected Version To: 1.0.3
Patch Exists: YES
Related CWE: None
CPE: a:wordpress:upm_polls
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2011
UPM Polls <= 1.0.3 SQL Injection Vulnerability
UPM Polls version 1.0.3 is vulnerable to a SQL injection vulnerability. An attacker can exploit this vulnerability to gain access to the database and execute arbitrary SQL commands. The vulnerable code is located in the poll_logs.php file, where the user-supplied input is not properly sanitized before being used in a SQL query. This can be exploited to inject arbitrary SQL code via the 'qid' parameter in a GET request.
Mitigation:
Input validation should be used to ensure that user-supplied data is properly sanitized before being used in a SQL query.