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-2025-13539

CVE-2025-13539: WordPress FindAll Plugin Auth Bypass

CVE-2025-13539 is an authentication bypass flaw in the FindAll Membership plugin for WordPress that allows attackers to log in as admin users. This article covers the technical details, affected versions, and mitigation steps.

Published: March 25, 2026

CVE-2025-13539 Overview

CVE-2025-13539 is a critical authentication bypass vulnerability affecting the FindAll Membership plugin for WordPress. The vulnerability exists in all versions up to and including 1.0.4 due to improper user authentication handling in the social login functionality. Specifically, the plugin fails to properly authenticate users with data previously verified through the findall_membership_check_facebook_user and findall_membership_check_google_user functions.

This flaw enables unauthenticated attackers to log in as administrative users under specific conditions. The attacker requires an existing account on the target WordPress site (which can be created through the default temp user functionality) and access to the administrative user's email address. Once these prerequisites are met, an attacker can bypass authentication and gain full administrative access to the WordPress installation.

Critical Impact

Unauthenticated attackers can bypass authentication to gain administrative access to WordPress sites, potentially leading to complete site compromise, data theft, malware injection, and defacement.

Affected Products

  • FindAll Membership Plugin for WordPress versions ≤ 1.0.4
  • WordPress installations using FindAll Membership with social login features enabled
  • Websites using the FindAll Business Directory Theme

Discovery Timeline

  • 2025-11-27 - CVE-2025-13539 published to NVD
  • 2025-12-01 - Last updated in NVD database

Technical Details for CVE-2025-13539

Vulnerability Analysis

This authentication bypass vulnerability (CWE-288: Authentication Bypass Using an Alternate Path or Channel) stems from a fundamental flaw in how the FindAll Membership plugin handles social authentication flows. The plugin implements Facebook and Google login functionality but fails to properly bind the authenticated session to verified user credentials.

When a user attempts to authenticate via social login, the plugin's findall_membership_check_facebook_user and findall_membership_check_google_user functions verify the user's identity through the respective OAuth providers. However, after this verification step, the plugin does not adequately enforce that the subsequent login operation uses only the verified data. This disconnect between verification and session establishment creates an exploitable window.

The attack is facilitated by the plugin's default temp user functionality, which allows anyone to create accounts on the site. An attacker can leverage this feature to establish a foothold, then exploit the authentication bypass to escalate to administrative privileges.

Root Cause

The root cause is improper implementation of the authentication state machine in the social login workflow. The plugin performs OAuth verification as a separate step from session establishment, but does not cryptographically bind these operations together. The functions responsible for checking Facebook and Google user credentials do not pass authentication tokens securely to the login routine, allowing an attacker to manipulate the login process after the initial OAuth verification succeeds.

This is a classic case of broken authentication where the verification step and the authorization step are decoupled, creating a race condition or parameter manipulation opportunity that bypasses the intended security controls.

Attack Vector

The attack vector is network-based and requires no privileges or user interaction to exploit. An attacker would follow these steps:

  1. Identify a WordPress site running a vulnerable version of FindAll Membership plugin
  2. Create an account using the temp user functionality (enabled by default)
  3. Obtain or guess the email address of an administrative user
  4. Initiate the social login flow and manipulate the authentication request
  5. Exploit the improper session binding to authenticate as the administrator

The vulnerability allows remote exploitation over the network without requiring any form of authentication, making it highly dangerous for exposed WordPress installations.

Due to the sensitive nature of this vulnerability and the lack of verified proof-of-concept code, the exploitation mechanism is described in prose. Technical details regarding the specific parameter manipulation or request forgery techniques should be obtained from the Wordfence Vulnerability Report.

Detection Methods for CVE-2025-13539

Indicators of Compromise

  • Unexpected administrative logins or session creations from unfamiliar IP addresses
  • New user accounts created through the temp user functionality preceding administrative access
  • Unusual activity in WordPress admin panels including plugin installations, theme modifications, or user privilege changes
  • Authentication logs showing social login attempts for administrative accounts from suspicious sources

Detection Strategies

  • Review WordPress authentication logs for anomalous social login patterns targeting administrative accounts
  • Monitor for new temp user account creations followed by privilege escalation attempts
  • Implement Web Application Firewall (WAF) rules to detect manipulation of OAuth callback parameters
  • Deploy SentinelOne Singularity for real-time endpoint monitoring and behavioral analysis of web server processes

Monitoring Recommendations

  • Enable verbose logging for the FindAll Membership plugin to capture authentication flow details
  • Configure alerting for any administrative login events, especially those using social authentication
  • Monitor web server access logs for unusual patterns in the OAuth callback endpoints
  • Implement file integrity monitoring for WordPress core files and plugin directories

How to Mitigate CVE-2025-13539

Immediate Actions Required

  • Immediately update the FindAll Membership plugin to a patched version when available
  • Disable the social login functionality in the FindAll Membership plugin settings until a patch is applied
  • Disable the temp user functionality to prevent attackers from establishing accounts
  • Audit existing user accounts and remove any suspicious or unauthorized accounts
  • Reset administrative user passwords and implement additional authentication factors

Patch Information

At the time of publication, site administrators should check the ThemeForest product page for updates to the FindAll Business Directory Theme and associated plugins. Monitor the Wordfence Vulnerability Report for patch availability announcements.

Workarounds

  • Completely disable the FindAll Membership social login features until an official patch is released
  • Restrict administrative account email addresses to internal-only addresses not publicly discoverable
  • Implement IP-based access restrictions for the WordPress admin panel (/wp-admin/)
  • Deploy a Web Application Firewall (WAF) with rules to filter OAuth callback manipulation attempts
  • Consider temporarily deactivating the FindAll Membership plugin if social login functionality is not critical
bash
# WordPress wp-config.php - Disable user registration as temporary mitigation
define('USERS_CAN_REGISTER', false);

# Apache .htaccess - Restrict wp-admin access by IP
<Directory /var/www/html/wp-admin>
    Order Deny,Allow
    Deny from all
    Allow from 192.168.1.0/24
    Allow from 10.0.0.0/8
</Directory>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.45%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-288
  • Technical References
  • ThemeForest Business Directory Theme

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-2519: Bookly WordPress Plugin Auth Bypass Flaw

  • CVE-2026-4326: Vertex Addons Auth Bypass Vulnerability

  • CVE-2025-14944: Backup Migration Plugin Auth Bypass Flaw

  • CVE-2026-3646: WordPress LTL Plugin Auth Bypass 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