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

CVE-2025-9967: Orion SMS OTP Plugin Privilege Escalation

CVE-2025-9967 is a privilege escalation flaw in Orion SMS OTP Verification plugin for WordPress that allows attackers to take over accounts via password reset. This post covers technical details, affected versions, and mitigations.

Published: March 18, 2026

CVE-2025-9967 Overview

The Orion SMS OTP Verification plugin for WordPress contains a privilege escalation vulnerability that enables complete account takeover in all versions up to and including 1.1.7. The vulnerability stems from improper identity validation during the password reset process, allowing unauthenticated attackers to change any user's password if they know the target's phone number.

Critical Impact

Unauthenticated attackers can take over any WordPress user account, including administrator accounts, by exploiting the flawed password reset mechanism. This could lead to complete site compromise, data theft, and malicious content injection.

Affected Products

  • Orion SMS OTP Verification plugin for WordPress versions up to and including 1.1.7
  • WordPress sites utilizing the Orion SMS OTP Verification plugin for authentication

Discovery Timeline

  • October 15, 2025 - CVE-2025-9967 published to NVD
  • October 16, 2025 - Last updated in NVD database

Technical Details for CVE-2025-9967

Vulnerability Analysis

This vulnerability is classified under CWE-288 (Authentication Bypass Using an Alternate Path or Channel). The Orion SMS OTP Verification plugin fails to properly validate user identity before allowing password modifications. When a user initiates a password reset request, the plugin does not adequately verify that the requesting party is the legitimate account owner. Instead, the only requirement is knowledge of the target user's phone number, which is insufficient for secure authentication.

The authentication bypass allows attackers to circumvent the normal security controls that should protect the password reset functionality. Once an attacker provides a valid phone number associated with a WordPress account, they can trigger the password reset process and replace the existing password with a one-time password under their control.

Root Cause

The root cause of this vulnerability lies in the plugin's flawed authentication logic within the password reset functionality. The plugin trusts phone number input as sufficient proof of identity without implementing additional verification steps. Proper implementation should require multi-factor verification or token-based confirmation sent to the legitimate account holder before allowing any password changes.

Attack Vector

The attack is network-accessible and requires no prior authentication or user interaction. An attacker needs only to identify a target phone number associated with a WordPress account on a vulnerable site. The attack flow involves:

  1. Identifying a WordPress site using the vulnerable Orion SMS OTP Verification plugin
  2. Obtaining a target user's phone number (through OSINT, social engineering, or data breaches)
  3. Initiating the password reset process with the target's phone number
  4. The plugin replaces the user's password with a one-time password without proper identity verification
  5. The attacker can then authenticate as the compromised user

The password reset functionality can be examined in the plugin's reset-password.js file, which handles the client-side password reset logic.

Detection Methods for CVE-2025-9967

Indicators of Compromise

  • Unexpected password reset requests or notifications for WordPress accounts
  • Multiple password reset attempts targeting different user accounts from the same IP address or in rapid succession
  • Unauthorized access to administrator or privileged user accounts
  • Modified user account details or unexpected administrative changes

Detection Strategies

  • Monitor WordPress audit logs for unusual password reset activity, particularly bulk or sequential requests
  • Implement Web Application Firewall (WAF) rules to detect and alert on suspicious patterns in password reset endpoints
  • Review authentication logs for successful logins from unfamiliar IP addresses following password reset events
  • Deploy SentinelOne Singularity to monitor endpoint behavior for post-compromise activities following account takeover

Monitoring Recommendations

  • Enable detailed logging for all authentication-related events in WordPress
  • Set up alerts for password changes on administrator and privileged accounts
  • Monitor the reset-password.js endpoint for abnormal traffic patterns
  • Implement rate limiting on password reset requests to slow down enumeration attacks

How to Mitigate CVE-2025-9967

Immediate Actions Required

  • Update the Orion SMS OTP Verification plugin to the latest patched version immediately
  • Audit all WordPress user accounts for unauthorized password changes or suspicious activity
  • Force password resets for all users, particularly administrators, using a secure alternate method
  • Consider temporarily disabling the plugin until a patch is applied if immediate update is not possible

Patch Information

Administrators should check the Wordfence Vulnerability Report for the latest patch information and remediation guidance. Update to a version newer than 1.1.7 that addresses this authentication bypass vulnerability.

Workarounds

  • Disable the Orion SMS OTP Verification plugin temporarily until a patch is available
  • Implement additional security layers such as IP-based access restrictions for the WordPress admin panel
  • Deploy a Web Application Firewall with rules to monitor and restrict password reset endpoint access
  • Enable multi-factor authentication through an alternative trusted plugin as an additional security control
bash
# Configuration example - Temporarily disable the vulnerable plugin via WP-CLI
wp plugin deactivate orion-sms-otp-verification

# Verify plugin status
wp plugin status orion-sms-otp-verification

# Once patched version is available, update and reactivate
wp plugin update orion-sms-otp-verification
wp plugin activate orion-sms-otp-verification

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.15%

  • 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
  • WordPress Plugin JS File

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-3568: MStore API Privilege Escalation Vulnerability

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

  • CVE-2024-12402: WordPress Themes Coder Plugin Vulnerability

  • CVE-2026-5130: WordPress Debugger Plugin Escalation 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