← Vulnerability feed

Vulnerability record · CVE-2021-39327 · published 17 September 2021

CVE-2021-39327: BulletProof Security WordPress plugin exposes paths via db_backup_log.txt

Ait Pro · Bulletproof Security

The BulletProof Security WordPress plugin writes a publicly accessible db_backup_log.txt file that discloses the site's full filesystem path and the paths of database backup files. This is a path disclosure issue affecting versions up to and including 5.1, and the leaked paths can feed follow-on attacks against the site and its backups.

5.3 CVSS 3.1 Medium EPSS 72% · top 0.6% CWE-200 · Information exposureCWE-459 · CWE-459
5.3CVSS 3.1 base score, v2 5.0
72%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
10References, 6 tagged exploit
17 Jun 2026Last modified by NVD

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.

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 18 September 2026. Confidence: high.

medium priorityThe flaw only leaks path information (CVSS 5.3, medium) but has public exploit code and a very high EPSS score, making it a likely reconnaissance step rather than a direct compromise.

What it is

The BulletProof Security WordPress plugin writes a publicly accessible db_backup_log.txt file that discloses the site's full filesystem path and the paths of database backup files. This is a path disclosure issue affecting versions up to and including 5.1, and the leaked paths can feed follow-on attacks against the site and its backups.

Impact

An unauthenticated attacker gains the server filesystem path of the WordPress installation and the location of database backup files, which aids further targeting of the site and its backups. No direct data modification or code execution is provided by this flaw alone.

Attack surface

Reachable over the network by requesting the db_backup_log.txt file directly; no authentication and no user interaction are required per the CVSS vector AV:N/AC:L/PR:N/UI:N. The file is publicly accessible by design of the vulnerable plugin.

Exploitation

Public exploit code exists (Exploit-DB 50382, Packet Storm, and a GitHub PoC), and EPSS is 0.71688 (99.39th percentile), indicating high likelihood of attempted exploitation. The CVE is not listed in CISA KEV, so no confirmed in-the-wild exploitation is recorded.

What to do

  • Update the BulletProof Security plugin to a version newer than 5.1, which contains the patch referenced in the plugin trac changeset.
  • If immediate patching is not possible, block or restrict access to db_backup_log.txt and similar log files at the web server or WAF.
  • Move database backup files outside the web root and remove any publicly reachable backup or log artifacts.
  • Audit the web root for other exposed log, backup, or configuration files and remove them.
  • Monitor plugin advisories and apply vendor updates promptly.

Detection

  • Search web server access logs for requests to /db_backup_log.txt and other backup or log file paths.
  • Alert on HTTP 200 responses to requests for .txt, .log, .sql, or .bak files within the WordPress directory.
  • Scan the web root for publicly accessible backup and log files and flag any that return content.
  • Correlate requests for disclosed backup paths with subsequent access attempts to those files.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2021-39327 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

6.5CVE-2014-7959Ait-pro bulletproof security sql injection vulnerabilitySQL injection vulnerability in admin/htaccess/bpsunlock.php in the BulletProof Security plugin before .51.1 for WordPress allows remote authenticated…EPSS 2.1%5.0CVE-2014-8749Ait-pro bulletproof security vulnerabilityServer-side request forgery (SSRF) vulnerability in admin/htaccess/bpsunlock.php in the BulletProof Security plugin before .51.1 for WordPress allows…EPSS 1.9%4.8CVE-2022-1265Ait-pro bulletproof security cross-site scripting vulnerabilityThe BulletProof Security WordPress plugin before 6.1 does not sanitize and escape some of its CAPTCHA settings, which could allow high-privileged use…EPSS 0.59%4.8CVE-2022-0590Ait-pro bulletproof security cross-site scripting vulnerabilityThe BulletProof Security WordPress plugin before 5.8 does not sanitise and escape some of its settings, which could allow high privilege users to per…EPSS 0.60%4.8CVE-2015-9230Ait-pro bulletproof security cross-site scripting vulnerabilityIn the admin/db-backup-security/db-backup-security.php page in the BulletProof Security plugin before .52.5 for WordPress, XSS is possible for remote…EPSS 1.6%4.3CVE-2014-7958Ait-pro bulletproof security cross-site scripting vulnerabilityCross-site scripting (XSS) vulnerability in admin/htaccess/bpsunlock.php in the BulletProof Security plugin before .51.1 for WordPress allows remote …EPSS 2.5%5.9CVE-2025-68686FortiOS symbolic link patch bypass exposes sensitive informationFortiOS contains an information exposure flaw (CWE-200) that lets a remote unauthenticated attacker bypass the patch for the symbolic link persistenc…KEVEPSS 30%analysed7.5CVE-2026-20133Cisco Catalyst SD-WAN Manager insufficient file system restrictions expose dataCisco Catalyst SD-WAN Software has insufficient file system restrictions that let an attacker read sensitive files on the underlying operating system…KEVEPSS 32%analysed

Source: NIST National Vulnerability Database (record CVE-2021-39327), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.