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-5947

CVE-2025-5947: WordPress Service Finder Privilege Escalation

CVE-2025-5947 is a privilege escalation flaw in the Service Finder Bookings WordPress plugin that allows unauthenticated attackers to login as any user, including admins. This article covers technical details, versions affected.

Published: March 11, 2026

CVE-2025-5947 Overview

The Service Finder Bookings plugin for WordPress contains a critical authentication bypass vulnerability that enables unauthenticated privilege escalation. The vulnerability exists in all versions up to and including 6.0, where the plugin fails to properly validate user cookie values before authenticating sessions through the service_finder_switch_back() function. This flaw allows remote attackers to bypass authentication controls and log in as any user on the affected WordPress site, including administrator accounts.

Critical Impact

Unauthenticated attackers can gain complete administrative access to WordPress sites running vulnerable versions of Service Finder Bookings, potentially leading to full site compromise, data theft, and malware deployment.

Affected Products

  • Service Finder Bookings plugin for WordPress versions up to and including 6.0
  • WordPress installations using Service Finder theme with bundled Bookings plugin
  • Service Finder Service and Business Listing WordPress Theme ecosystem

Discovery Timeline

  • 2025-08-01 - CVE-2025-5947 published to NVD
  • 2025-10-23 - Last updated in NVD database

Technical Details for CVE-2025-5947

Vulnerability Analysis

This vulnerability is classified under CWE-639 (Authorization Bypass Through User-Controlled Key), representing a fundamental flaw in how the Service Finder Bookings plugin handles user authentication state. The service_finder_switch_back() function is designed to facilitate user session management but lacks proper cryptographic validation of the cookie values it processes. When processing authentication requests, the function trusts user-supplied cookie data without verifying its authenticity or integrity, allowing attackers to craft malicious cookie values that impersonate legitimate users.

The network-accessible nature of this vulnerability, combined with no authentication requirements and no user interaction needed, creates an ideal attack surface for automated exploitation. An attacker can target any WordPress installation running the vulnerable plugin version without requiring any prior access or credentials.

Root Cause

The root cause stems from insecure direct object reference combined with missing authentication validation in the service_finder_switch_back() function. The plugin accepts user-controlled cookie values and uses them directly to establish authenticated sessions without cryptographically verifying the cookie's origin, validity, or association with a legitimate authentication event. This violates the principle of never trusting user-supplied input for security-critical operations.

Attack Vector

The attack is executed over the network by manipulating cookie values sent to the WordPress installation. An attacker identifies a target site running a vulnerable version of Service Finder Bookings, then crafts a malicious HTTP request containing specially constructed cookie values that reference an administrator user ID. When the service_finder_switch_back() function processes this request, it bypasses authentication checks and grants the attacker an authenticated session with the privileges of the impersonated user.

The exploitation requires no user interaction and can be performed by any unauthenticated remote attacker with network access to the target WordPress site. Once administrative access is obtained, attackers can modify site content, install malicious plugins, access sensitive data, create backdoor accounts, or pivot to attack the underlying server infrastructure.

Detection Methods for CVE-2025-5947

Indicators of Compromise

  • Unexpected administrative sessions or login events from unknown IP addresses
  • Anomalous HTTP requests targeting Service Finder plugin endpoints with manipulated cookie headers
  • New administrator accounts created without legitimate authorization
  • Modification of plugin files or theme components without authorized changes
  • Web server logs showing repeated requests to service_finder_switch_back functionality

Detection Strategies

  • Monitor WordPress authentication logs for logins that bypass standard wp-login.php flow
  • Implement Web Application Firewall (WAF) rules to detect suspicious cookie manipulation patterns
  • Review access logs for requests containing unusual cookie values targeting Service Finder endpoints
  • Deploy file integrity monitoring on WordPress core files, plugins, and themes

Monitoring Recommendations

  • Enable detailed WordPress audit logging to track all authentication events and administrative actions
  • Configure real-time alerting for new administrator account creation or privilege changes
  • Implement network-level monitoring for traffic patterns indicative of authentication bypass attempts
  • Regularly audit user accounts and remove any suspicious or unauthorized administrator accounts

How to Mitigate CVE-2025-5947

Immediate Actions Required

  • Update Service Finder Bookings plugin to a patched version beyond 6.0 immediately
  • Audit all existing WordPress administrator accounts and remove any unauthorized users
  • Review recent site activity and changes for signs of compromise
  • Rotate all administrator credentials and invalidate existing sessions
  • Implement IP-based access restrictions for WordPress administrative functions if feasible

Patch Information

Organizations should update to the latest version of the Service Finder Bookings plugin that addresses this vulnerability. Refer to the Wordfence CVE Vulnerability Report for detailed remediation guidance. The ThemeForest WordPress Theme Overview page provides information on obtaining updated plugin versions from the vendor.

For additional detection guidance, review the Vicarius Blog CVE-2025-5947 Detection resource, and for mitigation steps, consult the Vicarius Blog CVE-2025-5947 Mitigation article.

Workarounds

  • Temporarily disable the Service Finder Bookings plugin until a patch can be applied
  • Implement Web Application Firewall rules to block requests targeting the vulnerable service_finder_switch_back() function
  • Restrict access to WordPress administrative endpoints at the network or web server level
  • Enable multi-factor authentication for all WordPress administrator accounts as a defense-in-depth measure
  • Consider temporarily taking affected sites offline if they contain sensitive data and cannot be immediately patched

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability1.13%

  • 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-639
  • Technical References
  • ThemeForest WordPress Theme Overview

  • Wordfence CVE Vulnerability Report

  • Vicarius Blog CVE-2025-5947 Detection

  • Vicarius Blog CVE-2025-5947 Mitigation
  • Related CVEs
  • CVE-2026-3568: MStore API Privilege Escalation Vulnerability

  • CVE-2026-4003: WordPress Users Manager PN Privilege Escalation

  • CVE-2026-5130: WordPress Debugger Plugin Escalation Flaw

  • CVE-2026-4261: Expire Users Plugin Privilege Escalation
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