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-2024-0761

CVE-2024-0761: File Manager Plugin Information Disclosure

CVE-2024-0761 is an information disclosure vulnerability in the File Manager plugin for WordPress that exposes sensitive backup files to unauthenticated attackers. This article covers technical details, affected versions, and steps.

Updated: January 22, 2026

CVE-2024-0761 Overview

The File Manager plugin for WordPress contains a sensitive information exposure vulnerability affecting all versions up to and including 7.2.1. The vulnerability stems from insufficient randomness in the backup filename generation mechanism, which relies on a timestamp combined with only 4 random digits. This weak entropy makes it computationally feasible for unauthenticated attackers to brute-force backup filenames and download sensitive site backups, particularly in configurations where the .htaccess file does not properly restrict access to the backup directory.

Critical Impact

Unauthenticated attackers can potentially access complete WordPress site backups containing database credentials, user data, and sensitive configuration files by predicting backup filenames.

Affected Products

  • File Manager plugin for WordPress versions up to and including 7.2.1
  • WordPress installations using the filemanagerpro:file_manager component
  • Sites where .htaccess protections are not properly configured in backup directories

Discovery Timeline

  • 2024-02-05 - CVE CVE-2024-0761 published to NVD
  • 2025-03-24 - Last updated in NVD database

Technical Details for CVE-2024-0761

Vulnerability Analysis

This vulnerability is classified under CWE-330 (Use of Insufficiently Random Values), which represents a critical weakness in cryptographic and security-sensitive operations. The File Manager plugin generates backup filenames using a predictable pattern that combines a Unix timestamp with only 4 random digits, resulting in approximately 10,000 possible combinations per second of backup creation time.

The attack is network-accessible and requires no authentication or user interaction, making it particularly dangerous for publicly accessible WordPress installations. The impact is limited to confidentiality breach, but the potential exposure of complete site backups—including database dumps with credentials and sensitive user data—represents a significant security risk.

Root Cause

The root cause lies in the insecure random number generation (PRNG) used for creating backup filenames. The plugin uses a timestamp-based naming scheme with only 4 additional random digits, providing approximately 10,000 possible filename combinations per second window. This limited entropy makes brute-force enumeration practical, especially when attackers can estimate the approximate time a backup was created.

The vulnerability is compounded when the web server's .htaccess configuration fails to block direct access to the backup directory, allowing attackers to directly request and download guessed filenames via HTTP.

Attack Vector

The attack vector is network-based with low complexity requirements. An unauthenticated attacker can exploit this vulnerability by:

  1. Identifying a target WordPress site running a vulnerable version of File Manager plugin
  2. Estimating when backups might have been created (e.g., common backup schedules)
  3. Generating potential backup filenames based on timestamp ranges with all 10,000 4-digit combinations
  4. Iterating through requests to the backup directory to locate valid backup files
  5. Downloading the backup file which may contain database credentials, user information, and site configuration

The backup filename structure uses the format of timestamp plus 4 random digits, making automated enumeration through web requests feasible. For a 24-hour window, an attacker would need to attempt approximately 864 million combinations (86,400 seconds × 10,000 combinations), which is computationally feasible with modern tools and bandwidth.

Detection Methods for CVE-2024-0761

Indicators of Compromise

  • Unusual volume of HTTP requests targeting backup directories (e.g., /wp-content/plugins/wp-file-manager/lib/files/)
  • Sequential or pattern-based requests for files with timestamp-like naming conventions
  • Successful downloads of backup files (.zip, .tar.gz) from unexpected IP addresses
  • Web server logs showing enumeration attempts with HTTP 404 responses followed by 200 responses

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block rapid sequential requests to backup directories
  • Monitor access logs for patterns indicative of brute-force filename enumeration
  • Set up alerts for any successful backup file downloads from non-administrative IP addresses
  • Review File Manager plugin logs for backup creation events and correlate with access attempts

Monitoring Recommendations

  • Enable verbose logging for the backup directory and monitor for access attempts
  • Configure intrusion detection systems (IDS) to alert on high-frequency requests to WordPress plugin directories
  • Implement rate limiting on the web server to slow down enumeration attempts
  • Set up file integrity monitoring for the backup directory to detect unauthorized access or modifications

How to Mitigate CVE-2024-0761

Immediate Actions Required

  • Update the File Manager plugin to version 7.2.2 or later immediately
  • Verify that .htaccess files properly restrict access to backup directories
  • Review web server access logs for signs of exploitation attempts
  • Consider temporarily disabling the backup feature until the patch is applied

Patch Information

The vendor has released a security update addressing this vulnerability. The fix is documented in the WordPress Plugin Changeset which improves the randomness of backup filename generation. Users should update to the latest version available through the WordPress Plugin Page.

Additional technical details about this vulnerability can be found in the Wordfence Vulnerability Report.

Workarounds

  • Add explicit deny rules in .htaccess to block direct access to backup directories
  • Move backup storage outside the web root to prevent HTTP access entirely
  • Implement server-level IP whitelisting for backup directory access
  • Consider using alternative backup solutions that store files in secure, non-web-accessible locations
bash
# .htaccess configuration to block backup directory access
<Directory /path/to/wordpress/wp-content/plugins/wp-file-manager/lib/files/>
    Order deny,allow
    Deny from all
</Directory>

# Alternative: Apache configuration for backup file restrictions
<FilesMatch "\.(zip|tar|gz|sql|bak)$">
    Order deny,allow
    Deny from all
</FilesMatch>

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechFilemanagerpro

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.44%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-330
  • Technical References
  • WordPress Plugin Page

  • Wordfence Vulnerability Report
  • Vendor Resources
  • WordPress Plugin Changeset
  • Related CVEs
  • CVE-2020-25213: File Manager Pro WordPress RCE 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