Merge pull request #447 from qlkwej/master

Add Zenphoto Installation Sensitive Information
patch-1
bauthard 2020-09-13 10:28:19 +05:30 committed by GitHub
commit d557a17f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
id: zenphoto-installation-sensitive-info
info:
name: Zenphoto Installation Sensitive Information
author: qlkwej
severity: medium
description: Misconfiguration on Zenphoto version < 1.5.X which lead to sensitive
information disclosure
requests:
- method: GET
path:
- '{{BaseURL}}/zenphoto/zp-core/setup/index.php'
- '{{BaseURL}}/zp/zp-core/setup/index.php'
- '{{BaseURL}}/gallery/zp-core/setup/index.php'
- '{{BaseURL}}/zp-core/setup/index.php'
matchers-condition: and
matchers:
- type: word
words:
- Welcome to Zenphoto! This page will set up Zenphoto
part: body
- type: word
words:
- text/html
part: header
- type: status
status:
- 200