commit
ffedf2c3fb
|
@ -0,0 +1,24 @@
|
||||||
|
id: cve-2020-24312
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: WordPress Plugin File Manager (wp-file-manager) Backup Disclosure
|
||||||
|
author: x1m_martijn
|
||||||
|
severity: high
|
||||||
|
|
||||||
|
# NIST: https://nvd.nist.gov/vuln/detail/CVE-2020-24312
|
||||||
|
# Source: https://zeroaptitude.com/zerodetail/wordpress-plugin-bug-hunting-part-1/
|
||||||
|
# Note: Manually check content
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}/wp-content/uploads/wp-file-manager-pro/fm_backup/'
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- 'Index of'
|
Loading…
Reference in New Issue