Vulnerability ID: HTB22939 Reference: http://www.htbridge.ch/advisory/multiple_sql_injection_in_universal_post_manager_wordpress_plugin.html Product: Universal Post Manager wordpress plugin Vendor: ProfProjects ( Artyom Chakhoyan ) ( http://www.profprojects.com/ ) Vulnerable Version: 1.0.9 Vendor Notification: 05 April 2011 Vulnerability Type: SQL Injection Risk level: High Credit: High-Tech Bridge SA Security Research Lab ( http://www.htbridge.ch/advisory/ ) Vulnerability Details: The vulnerability exists due to failure in the "/wp-content/plugins/universal-post-manager/includes/poll_logs.php" script to properly sanitize user-supplied input in "qid" variable. Attacker can alter queries to the application SQL database, execute arbitrary queries to the database, compromise the application, access or modify sensitive data, or exploit various vulnerabilities in the underlying SQL database. The following PoC is available: [code] GET /wp-content/plugins/universal-post-manager/includes/poll_logs.php?qid=1%20union%20select%201,2,3,4,version(),6,7%20--%201 Referer: http://[host] [/code] The vulnerability exists due to failure in the "/wp-content/plugins/universal-post-manager/includes/poll_result.php" script to properly sanitize user-supplied input in "PID" variable. The following PoC is available: [code] GET /wp-content/plugins/universal-post-manager/includes/poll_result.php?do=result&PID=SQL_CODE Referer: http://[host] [/code]