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
2022-05-17 09:18:12 +00:00
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.
2021-10-08 13:31:41 +00:00
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
2023-04-12 10:55:48 +00:00
- http://packetstormsecurity.com/files/164420/WordPress-BulletProof-Security-5.1-Information-Disclosure.html
2021-10-08 13:57:22 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 5.3
2021-10-08 13:57:22 +00:00
cve-id : CVE-2021-39327
cwe-id : CWE-200
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:ait-pro:bulletproof_security:*:*:*:*:*:*:*:*
epss-score : 0.09024
2022-11-03 02:20:19 +00:00
tags : exposure,packetstorm,cve,cve2021,wordpress
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2021-10-08 13:31:41 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-10-08 13:36:01 +00:00
- 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'
2022-03-25 11:45:10 +00:00
# Enhanced by mp on 2022/03/23