31 lines
636 B
YAML
31 lines
636 B
YAML
id: wp-mailchimp-log-exposure
|
|
|
|
info:
|
|
name: WordPress Mailchimp 4 Debug Log Exposure
|
|
author: aashiq
|
|
severity: medium
|
|
description: Searches for Mailchimp log exposure by attempting to query the debug log endpoint on wp-content
|
|
tags: logs,wordpress,exposure,mailchimp
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/uploads/mc4wp-debug.log"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- "WARNING: Form"
|
|
|
|
- type: word
|
|
words:
|
|
- 'text/plain'
|
|
part: header
|