30 lines
824 B
YAML
30 lines
824 B
YAML
id: setup-page-exposure
|
|
|
|
info:
|
|
name: Zenphoto <1.5 Setup Page - Detect
|
|
author: pdteam
|
|
severity: medium
|
|
description: Zenphoto setup page before version 1.5 is susceptible to sensitive information disclosure due to misconfiguration.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
cvss-score: 5.3
|
|
cwe-id: CWE-200
|
|
tags: panel,zenphoto,setup
|
|
|
|
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
|
|
part: body
|
|
|
|
# Enhanced by md on 2023/01/16
|