nuclei-templates/cves/2021/CVE-2021-39327.yaml

37 lines
1.2 KiB
YAML
Raw Normal View History

2021-10-08 13:31:41 +00:00
id: CVE-2021-39327
info:
name: WordPress BulletProof Security 5.1 Information Disclosure
author: geeknik
severity: medium
description: The BulletProof Security WordPress plugin is vulnerable to sensitive information disclosure due to a file path disclosure in the publicly accessible ~/db_backup_log.txt file which grants attackers the full path of the site, in addition to the path of database backup files. This affects versions up to, and including, 5.1.
reference:
- https://packetstormsecurity.com/files/164420/wpbulletproofsecurity51-disclose.txt
- https://www.wordfence.com/vulnerability-advisories/#CVE-2021-39327
- https://nvd.nist.gov/vuln/detail/CVE-2021-39327
2021-10-08 13:53:59 +00:00
tags: cve,cve2021,wordpress,exposures
2021-10-08 13:31:41 +00:00
2021-10-08 13:36:01 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/wp-content/bps-backup/logs/db_backup_log.txt'
- '{{BaseURL}}/wp-content/plugins/bulletproof-security/admin/htaccess/db_backup_log.txt'
2021-10-08 13:31:41 +00:00
2021-10-08 13:36:01 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'BPS DB BACKUP LOG'
- '=================='
condition: and
2021-10-08 13:31:41 +00:00
2021-10-08 13:36:01 +00:00
- type: status
status:
- 200
2021-10-08 13:31:41 +00:00
2021-10-08 13:36:01 +00:00
- type: word
part: header
words:
- 'text/plain'