Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-4094

CVE-2025-4094: Digits WordPress OTP Bypass Vulnerability

CVE-2025-4094 is an authentication bypass flaw in DIGITS WordPress Mobile Number Signup plugin that allows attackers to bruteforce OTP codes due to missing rate limits. This post covers technical details, affected versions, and fixes.

Updated: January 22, 2026

CVE-2025-4094 Overview

CVE-2025-4094 is a critical authentication bypass vulnerability affecting the DIGITS: WordPress Mobile Number Signup and Login plugin. The vulnerability exists in versions prior to 8.4.6.1 and stems from the absence of rate limiting on One-Time Password (OTP) validation attempts. This security flaw allows attackers to perform brute force attacks against OTP codes, potentially gaining unauthorized access to user accounts.

Critical Impact

Attackers can systematically brute force OTP codes without restriction, enabling complete authentication bypass and unauthorized account access on WordPress sites using the DIGITS plugin.

Affected Products

  • DIGITS: WordPress Mobile Number Signup and Login plugin versions before 8.4.6.1
  • WordPress installations using the vulnerable DIGITS plugin for mobile authentication
  • Sites relying on OTP-based authentication through UnitedOver DIGITS

Discovery Timeline

  • 2025-05-21 - CVE-2025-4094 published to NVD
  • 2025-06-09 - Last updated in NVD database

Technical Details for CVE-2025-4094

Vulnerability Analysis

This vulnerability represents a fundamental weakness in the authentication mechanism of the DIGITS WordPress plugin. The plugin implements OTP-based authentication for mobile number signup and login functionality but fails to implement proper rate limiting controls on OTP validation endpoints. Without rate limiting, the system accepts an unlimited number of OTP validation attempts within any given timeframe.

OTP codes typically consist of 4-6 digit numeric values, providing a relatively small keyspace (10,000 to 1,000,000 possible combinations). When combined with the absence of rate limiting, an attacker can exhaustively test all possible OTP combinations in a matter of minutes or hours, depending on network conditions and server response times.

Root Cause

The root cause of this vulnerability is the missing implementation of rate limiting mechanisms on the OTP validation API endpoint. Proper secure OTP implementations should include:

  • Maximum attempt thresholds per OTP code
  • Account lockout mechanisms after repeated failures
  • Progressive delays between validation attempts
  • IP-based rate limiting
  • OTP expiration after a limited number of failed attempts

The DIGITS plugin prior to version 8.4.6.1 lacks these essential security controls, allowing unlimited validation attempts against any given OTP code.

Attack Vector

The attack is network-based and requires no prior authentication or user interaction. An attacker targeting a WordPress site with the vulnerable DIGITS plugin can:

  1. Initiate an OTP request for a target phone number (either their own or a victim's)
  2. Capture the OTP validation endpoint and request format
  3. Deploy an automated script to systematically submit all possible OTP combinations
  4. Upon successful validation, gain access to the associated user account

The attack complexity is low since standard brute force tooling can be adapted for this purpose. For a 6-digit OTP, an attacker making 100 requests per second could theoretically exhaust the entire keyspace in approximately 2.7 hours.

Detection Methods for CVE-2025-4094

Indicators of Compromise

  • High volume of failed OTP validation attempts from single IP addresses or user agents
  • Rapid sequential requests to OTP validation endpoints (e.g., /wp-admin/admin-ajax.php with DIGITS-related actions)
  • Unusual patterns of account access following multiple failed OTP attempts
  • Server logs showing burst traffic to authentication-related endpoints

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block rapid OTP validation attempts
  • Configure server-side logging to capture all OTP validation requests with timestamps and source IPs
  • Set up alerts for authentication anomalies, particularly high-frequency requests to DIGITS plugin endpoints
  • Monitor for patterns consistent with automated tooling, such as sequential OTP submissions

Monitoring Recommendations

  • Enable verbose logging on WordPress AJAX handlers, particularly for authentication-related actions
  • Deploy real-time log analysis to identify brute force patterns against OTP endpoints
  • Monitor network traffic for unusual request volumes to /wp-admin/admin-ajax.php
  • Track failed authentication metrics and establish baseline thresholds for alerting

How to Mitigate CVE-2025-4094

Immediate Actions Required

  • Update the DIGITS plugin to version 8.4.6.1 or later immediately
  • Audit authentication logs for signs of past exploitation attempts
  • Consider temporarily disabling OTP-based authentication until the patch is applied
  • Implement additional WAF rules to rate limit OTP validation requests at the network layer

Patch Information

UnitedOver has addressed this vulnerability in DIGITS plugin version 8.4.6.1. Organizations should update to this version or later through the WordPress plugin update mechanism. For detailed vulnerability information, refer to the WPScan Vulnerability Analysis.

Workarounds

  • Implement server-level rate limiting using .htaccess, Nginx configuration, or a reverse proxy to restrict requests to OTP validation endpoints
  • Deploy a Web Application Firewall with rules specifically targeting brute force attacks on authentication endpoints
  • Consider implementing CAPTCHA or additional verification challenges before OTP validation
  • If immediate patching is not possible, temporarily disable the mobile number authentication feature until the update can be applied
bash
# Example Nginx rate limiting configuration for WordPress AJAX
# Add to nginx.conf or site configuration

limit_req_zone $binary_remote_addr zone=otp_limit:10m rate=5r/m;

location /wp-admin/admin-ajax.php {
    limit_req zone=otp_limit burst=10 nodelay;
    # Existing PHP-FPM configuration
    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/TechUnitedover Digits

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability1.57%

  • 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
  • NVD-CWE-noinfo
  • Technical References
  • WPScan Vulnerability Analysis
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS Vulnerability
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