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

CVE-2025-2470: WordPress Plugin Privilege Escalation Flaw

CVE-2025-2470 is a privilege escalation vulnerability in the Service Finder Bookings WordPress plugin that allows unauthenticated attackers to register as administrators via social login. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 24, 2026

CVE-2025-2470 Overview

The Service Finder Bookings plugin for WordPress, used by the Service Finder - Directory and Job Board WordPress Theme, contains a critical privilege escalation vulnerability. This security flaw exists in all versions up to and including version 5.1 and stems from a lack of restriction on user role assignment in the nsl_registration_store_extra_input function. The vulnerability allows unauthenticated attackers to register accounts with arbitrary roles, including Administrator privileges, when registering via social login functionality.

Critical Impact

Unauthenticated attackers can gain full Administrator access to affected WordPress sites by exploiting the social login registration flow, potentially leading to complete site compromise.

Affected Products

  • Service Finder Bookings plugin for WordPress (versions up to and including 5.1)
  • Service Finder - Directory and Job Board WordPress Theme
  • Sites with Nextend Social Login plugin installed and configured

Discovery Timeline

  • April 25, 2025 - CVE CVE-2025-2470 published to NVD
  • April 29, 2025 - Last updated in NVD database

Technical Details for CVE-2025-2470

Vulnerability Analysis

This privilege escalation vulnerability (CWE-266: Incorrect Privilege Assignment) occurs due to improper access control during the user registration process when social login is utilized. The nsl_registration_store_extra_input function fails to validate or restrict the user role parameter during registration, allowing attackers to specify any WordPress role during account creation.

The attack requires the Nextend Social Login plugin to be installed and configured alongside the Service Finder Bookings plugin. When both conditions are met, the registration handler accepts user-supplied role values without proper authorization checks, enabling an unauthenticated attacker to create an administrator account.

Root Cause

The vulnerability originates from missing authorization checks in the nsl_registration_store_extra_input function. The function processes user registration data from the Nextend Social Login integration but does not implement proper role validation or restriction. This allows user-controlled input to directly influence the assigned WordPress role during account creation, bypassing the expected privilege model where new users should receive limited default roles.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by initiating a social login registration flow and manipulating the role parameter to specify "administrator" or any other privileged role. The exploitation chain involves:

  1. Identifying a WordPress site using the Service Finder Bookings plugin with Nextend Social Login enabled
  2. Initiating the social login registration process
  3. Intercepting and modifying the registration request to include an elevated role assignment
  4. Completing the registration to receive an administrator account

The vulnerability allows complete site takeover since WordPress administrators have full control over all site functionality, including the ability to install plugins, modify themes, access sensitive data, and execute arbitrary code.

Detection Methods for CVE-2025-2470

Indicators of Compromise

  • Unexpected administrator or privileged user accounts appearing in WordPress user lists
  • New user registrations with administrative roles that originated from social login sources
  • Unusual social login activity patterns in authentication logs
  • Modifications to site settings, plugins, or themes by unfamiliar accounts

Detection Strategies

  • Monitor WordPress user registration logs for accounts created with elevated privileges via social login
  • Implement alerting for any new administrator account creation events
  • Review wp_users and wp_usermeta tables for accounts with unexpected wp_capabilities containing administrator roles
  • Enable and monitor WordPress audit logging for privilege changes and user creation events

Monitoring Recommendations

  • Deploy web application firewall (WAF) rules to inspect registration requests for role manipulation attempts
  • Implement real-time monitoring of WordPress user creation events with privilege alerts
  • Regularly audit user accounts and their assigned roles for anomalies
  • Monitor plugin interaction logs between Service Finder Bookings and Nextend Social Login

How to Mitigate CVE-2025-2470

Immediate Actions Required

  • Update the Service Finder Bookings plugin to a patched version when available
  • Temporarily disable social login registration functionality until patches are applied
  • Audit existing user accounts for any unauthorized administrator accounts created via social login
  • Remove or suspend any suspicious accounts with elevated privileges

Patch Information

Users should check for updates from the plugin vendor. For technical details and vulnerability information, refer to the Wordfence Vulnerability Report and the ThemeForest Product Listing for official updates and patch releases.

Workarounds

  • Disable the Nextend Social Login integration with Service Finder Bookings until a patch is available
  • Implement server-level restrictions to filter registration requests containing role parameters
  • Use a security plugin to enforce role restrictions during user registration
  • Consider temporarily disabling new user registration via social login mechanisms

If patching is not immediately possible, administrators should implement role validation at the application level by adding custom code to enforce role restrictions during social login registration, or utilize WordPress security plugins that provide registration controls.

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 Probability0.58%

  • 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-266
  • Technical References
  • ThemeForest Product Listing

  • Wordfence Vulnerability Report
  • 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