Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2026-2571

CVE-2026-2571: WordPress Download Manager Plugin Flaw

CVE-2026-2571 is an information disclosure vulnerability in WordPress Download Manager plugin allowing authenticated attackers to access sensitive user data. This article covers technical details, affected versions, impact, and mitigation.

Published: March 20, 2026

CVE-2026-2571 Overview

The Download Manager plugin for WordPress contains an authorization bypass vulnerability due to a missing capability check on the reviewUserStatus function. This vulnerability affects all versions up to and including 3.3.49, allowing authenticated attackers with Subscriber-level access or higher to retrieve sensitive user information including email addresses, display names, and registration dates for any user on the site.

Critical Impact

Authenticated attackers with minimal privileges (Subscriber-level) can harvest sensitive user data from WordPress sites running vulnerable versions of the Download Manager plugin, potentially leading to targeted phishing campaigns, account takeover attempts, or further exploitation.

Affected Products

  • WordPress Download Manager plugin versions up to and including 3.3.49
  • WordPress sites with the Download Manager plugin installed and active
  • Sites allowing user registration with Subscriber role access

Discovery Timeline

  • 2026-03-19 - CVE-2026-2571 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-2571

Vulnerability Analysis

This vulnerability falls under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) and represents a Broken Access Control flaw in the WordPress Download Manager plugin. The core issue stems from the reviewUserStatus function in the UserController component lacking proper capability verification before returning user data.

In WordPress, capability checks are the primary mechanism for enforcing authorization on administrative functions. When these checks are missing, any authenticated user—regardless of their assigned role—can invoke privileged functionality. In this case, users with only Subscriber-level access (the lowest authenticated role in WordPress) can query information about any registered user on the site.

The exposed information includes email addresses, display names, and registration dates. While individual pieces of this data might seem benign, the ability to enumerate all users and their associated metadata creates significant reconnaissance opportunities for attackers planning further attacks against the site or its users.

Root Cause

The root cause is a missing capability check in the reviewUserStatus function within the UserController.php file. The vulnerable code path processes requests without verifying whether the current user has administrative permissions to view other users' data. WordPress provides functions like current_user_can() to enforce role-based access control, but these were not implemented in the affected code paths.

The vulnerability spans multiple code locations in the User module, as evidenced by the plugin's source code in the UserController.php and review-user-status.php files.

Attack Vector

The attack is network-based and requires minimal privileges to execute. An attacker must:

  1. Create or compromise a WordPress account with at least Subscriber-level access on the target site
  2. Authenticate to the WordPress installation
  3. Send crafted requests to the reviewUserStatus endpoint
  4. Iterate through user IDs to enumerate all users and harvest their sensitive information

The attack does not require any user interaction and can be automated to quickly extract data for all users on a vulnerable WordPress site. Since the attack leverages legitimate authenticated functionality, it may not trigger standard security monitoring unless specific access logging is enabled for the affected endpoints.

Detection Methods for CVE-2026-2571

Indicators of Compromise

  • Unusual access patterns to the Download Manager plugin's user review endpoints from non-administrative accounts
  • Multiple sequential requests to reviewUserStatus functionality with incrementing or iterating user ID parameters
  • Subscriber-level accounts accessing user management functionality they should not have access to
  • Log entries showing authenticated requests to /wp-content/plugins/download-manager/src/User/ paths from low-privilege users

Detection Strategies

  • Monitor WordPress access logs for requests to Download Manager plugin user endpoints from authenticated sessions with Subscriber or Contributor roles
  • Implement application-layer firewall rules to detect and alert on enumeration patterns against user-related endpoints
  • Review user activity logs for accounts accessing administrative functions without appropriate roles
  • Deploy endpoint detection to identify automated tools performing rapid sequential requests

Monitoring Recommendations

  • Enable detailed logging for WordPress plugin requests, particularly for user-related functionality
  • Configure alerting for any Subscriber or Contributor-level accounts accessing Download Manager administrative endpoints
  • Implement rate limiting on user enumeration endpoints to slow automated attacks
  • Review authentication logs for signs of credential stuffing that may precede exploitation attempts

How to Mitigate CVE-2026-2571

Immediate Actions Required

  • Update the WordPress Download Manager plugin to version 3.3.50 or later immediately
  • Audit access logs for signs of previous exploitation, particularly looking for user enumeration patterns
  • Review and remove any unnecessary user accounts, especially inactive Subscriber accounts
  • Consider temporarily disabling the Download Manager plugin if immediate patching is not possible

Patch Information

The vulnerability was addressed in WordPress Changeset #3462539. The fix implements proper capability checks on the reviewUserStatus function to ensure only users with appropriate administrative permissions can access sensitive user data. Site administrators should update to the patched version through the WordPress plugin update mechanism.

For additional technical details and vulnerability analysis, refer to the Wordfence Vulnerability Analysis.

Workarounds

  • Disable user registration on WordPress sites until the patch is applied if the Download Manager functionality is critical
  • Implement web application firewall rules to block access to the vulnerable endpoints from non-administrative users
  • Use a WordPress security plugin to add additional capability checks or restrict access to the affected plugin paths
  • Temporarily revoke Subscriber and Contributor roles from untrusted users until the update is applied
bash
# Configuration example - Restrict access to vulnerable endpoint via .htaccess
# Add to WordPress root .htaccess file as temporary mitigation

<FilesMatch "review-user-status\.php$">
    Order deny,allow
    Deny from all
    # Allow only from administrative IP addresses
    Allow from 192.168.1.0/24
</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/TechWordpress

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.03%

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

  • WordPress UserController Code Review

  • WordPress Review User Status Code

  • WordPress Changeset #3462539

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-4106: HT Mega Elementor Information Disclosure

  • CVE-2026-2262: Easy Appointments Information Disclosure

  • CVE-2026-4126: Table Manager Plugin Info Disclosure Flaw

  • CVE-2026-4812: ACF WordPress Information Disclosure Flaw
Default Legacy - Prefooter | 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