DefenseCode ThunderScan SAST Advisory: WordPress Ultimate Form Builder Lite Plugin Multiple Vulnerabilities (XSS and SQLi) Advisory ID: DC-2018-05-009 Advisory Title: WordPress Ultimate Form Builder Lite Plugin Multiple Vulnerabilities (XSS and SQLi) Advisory URL: http://www.defensecode.com/advisories.php Software: WordPress Ultimate Form Builder Lite plugin Language: PHP Version: 1.3.7 and below Vendor Status: Vendor contacted, update released Release Date: 2018/06/12 Risk: Medium 1. General Overview =================== During the security audit of Ultimate Form Builder Lite plugin for WordPress CMS, multiple vulnerabilities were discovered using DefenseCode ThunderScan application source code security analysis platform. More information about ThunderScan is available at URL: http://www.defensecode.com 2. Software Overview ==================== According to the plugin developers, Ultimate Form Builder Lite is a free WordPress Plugin which allows you to create various contact forms with drag and drop form builder. Its fun because a you can create, customize and build the beautiful forms for your site on your own, receive contact email on any desired email address and store the form entries in your database which can be exported to CSV for your use via pluginas backend. According to wordpress.org, it has more than 40,000 active installs. Homepage: https://wordpress.org/plugins/ultimate-form-builder-lite/ 3. Vulnerability Description ============================ During the security analysis, ThunderScan discovered Cross-Site Scripting and SQL injection vulnerabilities in Ultimate Form Builder Lite WordPress plugin. The Cross-Site Scripting vulnerability can enable the attacker to construct the URL that contains malicious JavaScript code. If the administrator of the site makes a request to such an URL, the attacker's code will be executed, with unrestricted access to the WordPress site in question. The attacker can entice the administrator to visit the URL in various ways, including sending the URL by email, posting it as a part of the comment on the vulnerable site or another forum. The easiest way to reproduce the SQL injection vulnerability is to visit the provided URL while being logged in as administrator or another user that is authorized to access the plugin settings page. Users that do not have full administrative privileges could abuse the database access the vulnerability provides to either escalate their privileges or obtain and modify database contents they were not supposed to be able to. 3.1 Cross-Site Scripting Vulnerable Function: echo() Vulnerable Variable: $_GET['form_id'] Vulnerable URL: http://vulnerablesite.com/wp-admin/admin.php?page=ufbl&action=edit-form&form_id=1"> File: ultimate-form-builder-lite/inc/views/backend/form-builder.php --------- 10