nuclei-templates/misconfiguration/installer/zenphoto-setup.yaml

30 lines
835 B
YAML
Raw Normal View History

id: setup-page-exposure
info:
2023-01-27 14:57:27 +00:00
name: Zenphoto <1.5 Installer - Detect
2021-04-06 06:46:11 +00:00
author: pdteam
2023-01-27 14:57:27 +00:00
severity: critical
description: Zenphoto setup page before version 1.5 is susceptible to sensitive information disclosure due to misconfiguration.
classification:
2023-01-27 14:57:27 +00:00
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H
cvss-score: 9.4
cwe-id: CWE-284
tags: panel,zenphoto,setup,installer
requests:
- method: GET
path:
- '{{BaseURL}}/zp-core/setup/index.php'
- '{{BaseURL}}/zp/zp-core/setup/index.php'
- '{{BaseURL}}/gallery/zp-core/setup/index.php'
- '{{BaseURL}}/zenphoto/zp-core/setup/index.php'
stop-at-first-match: true
matchers:
- type: word
words:
- Welcome to Zenphoto! This page will set up Zenphoto
2022-01-03 16:06:23 +00:00
part: body
# Enhanced by md on 2023/01/16