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
    • 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-2025-5955

CVE-2025-5955: WordPress Service Finder Auth Bypass Flaw

CVE-2025-5955 is an authentication bypass vulnerability in the Service Finder SMS System WordPress plugin that allows attackers to login as any user. This article covers the technical details, affected versions, and mitigation.

Published: April 29, 2026

CVE-2025-5955 Overview

The Service Finder SMS System plugin for WordPress contains a critical authentication bypass vulnerability affecting all versions up to and including 2.0.0. The vulnerability stems from a fundamental flaw in the plugin's authentication mechanism—specifically, the plugin fails to properly verify a user's phone number before granting authentication. This authentication weakness allows unauthenticated attackers to log in as any arbitrary user on the WordPress site, potentially gaining administrative access.

Critical Impact

Unauthenticated attackers can bypass authentication and impersonate any user, including administrators, leading to complete site compromise.

Affected Products

  • Service Finder SMS System WordPress Plugin versions ≤ 2.0.0
  • WordPress sites using the Service Finder theme with SMS authentication
  • Service Finder Service and Business Listing WordPress Theme

Discovery Timeline

  • 2025-09-19 - CVE-2025-5955 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-5955

Vulnerability Analysis

This vulnerability is classified under CWE-288 (Authentication Bypass Using an Alternate Path or Channel). The core issue lies in the SMS-based authentication workflow implemented by the Service Finder SMS System plugin. When users attempt to authenticate via phone number verification, the plugin fails to perform adequate validation of the phone number ownership before establishing an authenticated session.

The authentication mechanism appears to accept phone number claims without verifying that the requesting user actually controls or has access to the specified phone number. This creates a direct path for attackers to impersonate legitimate users by simply providing their phone numbers during the login process.

The network-accessible attack vector means remote attackers can exploit this vulnerability without any prior authentication or privileges on the target system. The impact spans confidentiality, integrity, and availability of the affected WordPress installations.

Root Cause

The root cause is improper implementation of the phone number verification workflow within the plugin's authentication logic. The plugin appears to trust user-supplied phone number input without implementing proper verification challenges (such as SMS code verification or out-of-band confirmation). This violates secure authentication principles that require proof of identity before granting access.

Attack Vector

The vulnerability is exploitable over the network by unauthenticated attackers. An attacker can craft requests to the plugin's authentication endpoints, supplying a target user's phone number. Due to the missing verification step, the plugin authenticates the attacker as the victim user. This attack requires no user interaction and can be automated to target multiple accounts.

The attacker would need to know or enumerate valid phone numbers associated with user accounts on the target WordPress site. Once authenticated as a victim user, the attacker inherits all privileges of that account, including administrative capabilities if an admin account is compromised.

Detection Methods for CVE-2025-5955

Indicators of Compromise

  • Unusual login patterns showing authentication without corresponding SMS verification requests
  • Multiple accounts being accessed from the same IP address in rapid succession
  • Authentication logs showing successful logins without prior OTP validation steps
  • Administrative actions performed by accounts that typically have limited activity

Detection Strategies

  • Monitor WordPress authentication logs for anomalous login patterns, particularly SMS-based authentications
  • Implement rate limiting and alerting on authentication endpoints associated with the Service Finder SMS System plugin
  • Review access logs for the plugin's authentication endpoints for suspicious request patterns
  • Deploy Web Application Firewall (WAF) rules to detect and block authentication bypass attempts

Monitoring Recommendations

  • Enable verbose logging on WordPress authentication events and correlate with SMS gateway logs
  • Set up alerts for administrative account logins, especially during off-hours or from unusual geographic locations
  • Monitor for unauthorized changes to user permissions or plugin settings
  • Review and audit user sessions regularly for unexpected active sessions

How to Mitigate CVE-2025-5955

Immediate Actions Required

  • Immediately disable or deactivate the Service Finder SMS System plugin until a patched version is available
  • Audit all user accounts for signs of unauthorized access or compromise
  • Force password resets and session invalidation for all users, especially administrators
  • Implement additional authentication factors that don't rely on the vulnerable plugin
  • Review WordPress activity logs for evidence of exploitation

Patch Information

At the time of publication, organizations should check with the plugin vendor for an updated version that addresses this authentication bypass vulnerability. The ThemeForest Item Overview page should be monitored for security updates. Additional technical details are available in the Wordfence Vulnerability Report.

Workarounds

  • Disable SMS-based authentication entirely and use alternative authentication methods
  • Implement IP-based access restrictions for administrative functions
  • Deploy a Web Application Firewall with rules to block suspicious authentication requests to the plugin endpoints
  • Consider implementing additional WordPress security plugins that provide authentication hardening
bash
# WordPress CLI commands to disable the vulnerable plugin
wp plugin deactivate service-finder-sms-system --path=/var/www/html

# Force logout all users to invalidate potentially compromised sessions
wp user session destroy --all --path=/var/www/html

# Review recent authentication activity
wp user list --role=administrator --fields=ID,user_login,user_registered --path=/var/www/html

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

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-288
  • Technical References
  • ThemeForest Item Overview

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-6214: Forminator Forms Auth Bypass Vulnerability

  • CVE-2026-4807: WordPress Appointment Booking Auth Bypass

  • CVE-2026-5753: WordPress Migration Plugin Auth Bypass Flaw

  • CVE-2026-32834: WordPress PayPal 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