The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2021-39327

CVE-2021-39327: BulletProof Security Info Disclosure Flaw

CVE-2021-39327 is an information disclosure vulnerability in BulletProof Security WordPress plugin that exposes sensitive file paths and database backup locations. This article covers technical details, affected versions, and mitigation.

Published: February 25, 2026

CVE-2021-39327 Overview

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. This vulnerability grants attackers the full path of the site, in addition to the path of database backup files. The flaw affects versions up to, and including, 5.1 of the plugin.

Critical Impact

Attackers can obtain sensitive server path information and database backup file locations, potentially enabling further exploitation or unauthorized access to backup data.

Affected Products

  • BulletProof Security WordPress Plugin versions up to and including 5.1
  • ait-pro bulletproof_security

Discovery Timeline

  • 2021-09-17 - CVE CVE-2021-39327 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-39327

Vulnerability Analysis

This vulnerability is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) and CWE-459 (Incomplete Cleanup). The BulletProof Security plugin exposes a log file (db_backup_log.txt) that is publicly accessible without authentication. This log file contains sensitive information including the full server path of the WordPress installation and paths to database backup files.

The exposure of this information creates a significant reconnaissance opportunity for attackers. Knowledge of the server's file system structure can be leveraged for subsequent attacks, including path traversal exploits or direct access to database backups if directory listing or other misconfigurations exist.

Root Cause

The root cause of this vulnerability is improper access control on the db_backup_log.txt file. The plugin stores sensitive path information in a file that is accessible via HTTP request without any authentication or authorization checks. This represents a failure to implement the principle of least privilege and incomplete cleanup of sensitive operational data.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can simply make an HTTP request to the known location of the db_backup_log.txt file to retrieve the sensitive information. The attack process involves:

  1. Identifying WordPress sites running the vulnerable BulletProof Security plugin
  2. Requesting the publicly accessible db_backup_log.txt file
  3. Parsing the response to extract server paths and database backup file locations
  4. Using the disclosed information to plan further attacks or attempt to access backup files

Exploit code for this vulnerability is publicly available through Exploit-DB #50382 and the GitHub Exploit Repository.

Detection Methods for CVE-2021-39327

Indicators of Compromise

  • HTTP requests to db_backup_log.txt in the BulletProof Security plugin directory
  • Unusual web server log entries showing access to plugin log files from external IPs
  • Multiple sequential requests attempting to access various WordPress plugin directories

Detection Strategies

  • Monitor web server access logs for requests targeting db_backup_log.txt or similar sensitive log files
  • Implement Web Application Firewall (WAF) rules to block direct access to .txt files within WordPress plugin directories
  • Configure IDS/IPS signatures to detect reconnaissance patterns against WordPress installations

Monitoring Recommendations

  • Enable detailed logging for HTTP requests to the wp-content/plugins/ directory tree
  • Set up alerts for access attempts to sensitive file extensions within plugin directories
  • Review web server logs periodically for suspicious access patterns targeting backup or log files

How to Mitigate CVE-2021-39327

Immediate Actions Required

  • Update BulletProof Security plugin to a version newer than 5.1 immediately
  • Review web server access logs for any prior exploitation attempts
  • Verify that database backup files have not been accessed by unauthorized parties
  • Consider rotating database credentials if backup file exposure is suspected

Patch Information

The vendor has released a patch addressing this vulnerability. The fix can be reviewed in the WordPress Plugin Changeset. Users should update to the latest version of BulletProof Security through the WordPress plugin repository. Additional technical details are available in the Wordfence Vulnerability Advisory.

Workarounds

  • Block direct HTTP access to .txt files within the WordPress plugins directory using .htaccess or web server configuration
  • Implement server-side access controls to restrict access to the BulletProof Security plugin directory
  • Move database backups to a location outside the web root and ensure they are not accessible via HTTP
bash
# Apache .htaccess configuration to block access to sensitive log files
<FilesMatch "\.txt$">
    Order Allow,Deny
    Deny from all
</FilesMatch>

# Alternative: Block specific file
<Files "db_backup_log.txt">
    Order Allow,Deny
    Deny from all
</Files>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechAit Pro Bulletproof Security

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability90.94%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200

  • CWE-459
  • Technical References
  • Packet Storm Security Report

  • GitHub Exploit Repository

  • Exploit-DB #50382

  • Wordfence Vulnerability Advisory
  • Vendor Resources
  • WordPress Plugin Changeset
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English