33 lines
904 B
YAML
33 lines
904 B
YAML
id: zenphoto-setup
|
|
|
|
info:
|
|
name: Zenphoto <1.5 Installer - Detect
|
|
author: pdteam
|
|
severity: critical
|
|
description: Zenphoto setup page before version 1.5 is susceptible to sensitive information disclosure due to misconfiguration.
|
|
classification:
|
|
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
|
|
metadata:
|
|
verified: true
|
|
shodan-query: title:"Zenphoto install"
|
|
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
|
|
part: body
|
|
words:
|
|
- Welcome to Zenphoto! This page will set up Zenphoto
|
|
|
|
# Enhanced by md on 2023/01/16
|