nuclei-templates/cves/2018/CVE-2018-6910.yaml

29 lines
684 B
YAML

id: CVE-2018-6910
info:
name: DedeCMS 5.7 path disclosure
author: pikpikcu
severity: medium
reference: https://nvd.nist.gov/vuln/detail/CVE-2018-6910
description: DedeCMS 5.7 allows remote attackers to discover the full path via a direct request for include/downmix.inc.php or inc/inc_archives_functions.php
tags: cve,cve2018,dedecms
requests:
- method: GET
path:
- "{{BaseURL}}/include/downmix.inc.php"
matchers-condition: and
matchers:
- type: word
words:
- "downmix.inc.php"
- "Call to undefined function helper()"
part: body
condition: and
- type: status
status:
- 200