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

20 lines
352 B
YAML

id: CVE-2018-7251
info:
name: AnchorCMS Error Log Exposure
author: pdteam
severity: medium
tags: cve,cve2018,anchorcms,logs
requests:
- method: GET
path:
- '{{BaseURL}}/anchor/errors.log'
matchers:
- type: word
words:
- '"date":'
- '"message":'
- '"trace":['
condition: and