vendor:
Participants Database
by:
Yarubo
7,5
CVSS
HIGH
Arbitrary SQL Execution
89
CWE
Product Name: Participants Database
Affected Version From: 1.5.4.8
Affected Version To: 1.5.4.8
Patch Exists: YES
Related CWE: N/A
CPE: a:yarubo:participants_database
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Wordpress
2014
Yarubo #1: Arbitrary SQL Execution in Participants Database for WordPress
Due to insufficient privilege checks it is possible for anonymous (unauthenticated) users to trigger some administrative actions If any of the shortcodes is used (e.g. signup page). The action 'export CSV' takes a parameter called 'query' that can contain an arbitrary SQL query. This means that an unauthenticated user can execute arbitrary SQL statements (e.g. create an admin user, read or write files, or execute code depending on the MySQL user privileges).
Mitigation:
Ensure that all user input is properly validated and sanitized before being used in any SQL query.