A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-0203

CVE-2024-0203: Digits WordPress Plugin CSRF Vulnerability

CVE-2024-0203 is a Cross-Site Request Forgery flaw in the Digits WordPress plugin that enables attackers to modify user roles and elevate privileges. This article covers technical details, affected versions, impact, and mitigation.

Published: June 2, 2026

CVE-2024-0203 Overview

The Digits plugin for WordPress contains a Cross-Site Request Forgery (CSRF) vulnerability [CWE-352] affecting all versions up to and including 8.4.1. The flaw resides in the digits_save_settings function, which fails to validate nonces before processing setting changes. Unauthenticated attackers can craft malicious requests that, when triggered by an authenticated administrator clicking a link, modify the default role assigned to newly registered users. This enables privilege escalation by making new accounts register with elevated permissions. The vulnerability requires user interaction but no prior authentication from the attacker.

Critical Impact

Successful exploitation allows attackers to elevate the default registration role, enabling unauthorized administrative account creation on affected WordPress sites.

Affected Products

  • Unitedover Digits plugin for WordPress (versions up to and including 8.4.1)
  • WordPress sites with user registration enabled using the Digits plugin
  • All WordPress installations running vulnerable Digits plugin versions

Discovery Timeline

  • 2024-03-07 - CVE-2024-0203 published to NVD
  • 2025-01-21 - Last updated in NVD database

Technical Details for CVE-2024-0203

Vulnerability Analysis

The Digits plugin provides phone number-based registration and login functionality for WordPress. The vulnerability stems from the absence of nonce validation in the digits_save_settings function. WordPress nonces serve as anti-CSRF tokens that bind requests to specific user sessions. Without this validation, the plugin processes administrative setting changes from any request reaching the endpoint with valid administrator authentication cookies.

Attackers exploit this by hosting a page containing a forged request to the plugin's settings handler. When an authenticated administrator visits the attacker-controlled page, the browser automatically attaches session cookies to the cross-origin request. The plugin processes the request as legitimate administrative action and applies the attacker-supplied settings.

The impact extends beyond configuration tampering. By changing the default user role from subscriber to administrator, attackers transform any subsequent self-registration into an administrative account takeover vector.

Root Cause

The root cause is missing CSRF protection in the digits_save_settings function. WordPress provides wp_verify_nonce() and check_admin_referer() functions specifically to prevent this vulnerability class. The Digits plugin omits these checks, leaving the settings endpoint vulnerable to forged requests from any origin.

Attack Vector

Exploitation requires three conditions. First, the target site must run Digits version 8.4.1 or earlier. Second, an administrator must visit an attacker-controlled URL while authenticated to WordPress. Third, the site must permit user registration for the privilege escalation chain to complete. The attacker delivers the malicious link through phishing, comment fields, or compromised third-party sites.

The vulnerability mechanism is described in the Wordfence Vulnerability Analysis. No public proof-of-concept exploit code is available.

Detection Methods for CVE-2024-0203

Indicators of Compromise

  • Unexpected changes to the WordPress default user role setting under General Settings
  • New administrator accounts created shortly after legitimate administrator browsing activity
  • HTTP POST requests to Digits plugin settings endpoints lacking a valid Referer header from the site itself
  • Outbound clicks from administrator sessions to unfamiliar external domains preceding configuration changes

Detection Strategies

  • Audit the WordPress wp_options table for unauthorized changes to the default_role value
  • Review web server access logs for POST requests to Digits administrative endpoints originating from external referrers
  • Monitor user registration activity for accounts created with elevated roles
  • Compare installed Digits plugin version against the patched release listed in the UnitedOver Changelog

Monitoring Recommendations

  • Enable WordPress audit logging to track administrative setting modifications with user attribution
  • Alert on any modification to the default user role configuration
  • Track new user registrations against expected baseline rates and role assignments
  • Forward WordPress and web server logs to a centralized SIEM for correlation with administrator browsing activity

How to Mitigate CVE-2024-0203

Immediate Actions Required

  • Update the Digits plugin to a version later than 8.4.1 immediately
  • Audit the WordPress default user role setting and reset it to subscriber if altered
  • Review the user list for unauthorized administrator accounts and remove them
  • Rotate credentials for all administrator accounts as a precaution

Patch Information

UnitedOver released a patched version of the Digits plugin addressing the missing nonce validation in digits_save_settings. Site administrators should review the UnitedOver Changelog for version details and apply the update through the WordPress plugin dashboard or by manual replacement.

Workarounds

  • Disable the Digits plugin until the patched version can be installed
  • Disable user registration through WordPress General Settings to break the privilege escalation chain
  • Restrict administrative access to the WordPress dashboard using IP allowlisting at the web server or WAF level
  • Train administrators to avoid clicking unverified links while authenticated to the WordPress admin interface

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechUnitedover Digits

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • UnitedOver Changelog

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2025-4094: Digits WordPress OTP Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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