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

CVE-2025-7692: Orion Login with SMS Auth Bypass Flaw

CVE-2025-7692 is an authentication bypass vulnerability in the Orion Login with SMS WordPress plugin that allows attackers to log in as any user with weak OTP validation. This post covers technical details, affected versions, and mitigation.

Published: May 4, 2026

CVE-2025-7692 Overview

CVE-2025-7692 is an authentication bypass vulnerability in the Orion Login with SMS plugin for WordPress, affecting all versions up to and including 1.0.5. The flaw resides in the olws_handle_verify_phone() function, which generates a weak one-time password (OTP), exposes the hash used to derive the OTP, and fails to limit verification attempts. Unauthenticated attackers who know a target user's phone number can brute force or compute the OTP and authenticate as any user, including administrators. The weakness is classified under [CWE-288: Authentication Bypass Using an Alternate Path or Channel].

Critical Impact

Unauthenticated attackers with knowledge of a registered phone number can log in as administrators, leading to full WordPress site compromise.

Affected Products

  • Orion Login with SMS plugin for WordPress, all versions through 1.0.5
  • WordPress sites with the plugin enabled for SMS-based authentication
  • Administrator accounts that have a phone number registered for SMS login

Discovery Timeline

  • 2025-07-22 - CVE-2025-7692 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-7692

Vulnerability Analysis

The Orion Login with SMS plugin implements phone-number-based authentication by issuing an OTP that users submit to verify identity. The olws_handle_verify_phone() function contains three compounding weaknesses that together break the authentication boundary. The OTP value lacks sufficient entropy, the hash material used to derive the OTP is exposed to the client, and no rate limiting or attempt cap is enforced on submission.

Any one of these issues alone would weaken the control. Combined, they allow an unauthenticated attacker to bypass SMS verification entirely by either reconstructing the OTP from the exposed hash or by submitting candidate values until the correct one is accepted. Successful exploitation logs the attacker in as the targeted user account.

Root Cause

The root cause is improper design of the OTP verification workflow. The plugin trusts client-supplied data, leaks server-side secrets needed to compute the OTP, and omits server-side enforcement of submission limits. This maps to [CWE-288], where an alternate authentication channel (SMS) bypasses the standard credential check.

Attack Vector

Exploitation occurs over the network against the plugin's verification endpoint. The attacker must know the target user's phone number, which raises attack complexity but is often discoverable through public profiles, breached datasets, or organizational directories. No prior authentication or user interaction is required. Once a valid OTP is guessed or computed, the attacker receives an authenticated session for the target account.

Verified exploit code is not publicly available at this time. Refer to the Wordfence Vulnerability Report for additional technical context.

Detection Methods for CVE-2025-7692

Indicators of Compromise

  • High volume of POST requests to the plugin's phone verification endpoint from a single source IP within a short window
  • Successful WordPress login events for administrator accounts that immediately follow repeated OTP verification attempts
  • Unexpected new administrator accounts, modified user roles, or plugin/theme installations following SMS login activity

Detection Strategies

  • Inspect WordPress access logs for repeated requests to olws_handle_verify_phone or related AJAX actions exposed by the orion-login-with-sms plugin
  • Correlate failed OTP submissions with subsequent successful authentications for the same user account
  • Alert on administrator session creation originating from IP addresses or geolocations that deviate from historical baselines

Monitoring Recommendations

  • Enable WordPress audit logging to capture authentication events, role changes, and plugin configuration modifications
  • Forward web server and WordPress logs into a centralized data lake to support correlation across endpoints, identity, and web tiers
  • Monitor outbound activity from the WordPress host for indicators of post-exploitation behavior such as webshell drops or credential dumping

How to Mitigate CVE-2025-7692

Immediate Actions Required

  • Disable or remove the Orion Login with SMS plugin until a patched version is verified to be installed
  • Audit all WordPress administrator and editor accounts for unauthorized changes, recent logins, and unfamiliar phone numbers
  • Force a password reset for all privileged accounts and invalidate active sessions

Patch Information

No fixed version is identified in the available NVD data at the time of writing. Site operators should monitor the Orion Login with SMS plugin page and the Wordfence Vulnerability Report for the release that remediates the OTP generation, hash exposure, and attempt limiting weaknesses.

Workarounds

  • Deactivate the plugin and revert to standard WordPress authentication combined with a vetted multi-factor authentication solution
  • Restrict access to wp-admin and the plugin's AJAX endpoints by source IP using web server access controls or a web application firewall
  • Apply WAF rules that rate limit requests to the OTP verification endpoint and block clients exceeding reasonable thresholds
bash
# Example: rate limit OTP verification requests in nginx
limit_req_zone $binary_remote_addr zone=otp_verify:10m rate=5r/m;

location = /wp-admin/admin-ajax.php {
    limit_req zone=otp_verify burst=5 nodelay;
    include fastcgi_params;
    fastcgi_pass php-fpm;
}

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

  • 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
  • WordPress Plugin Overview

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-6512: InfusedWoo Pro Authorization Bypass Flaw

  • CVE-2026-6145: WordPress User Registration Auth Bypass

  • CVE-2026-8181: Burst Statistics Auth Bypass Vulnerability

  • CVE-2026-7525: My Calendar WordPress 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