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-2025-4474

CVE-2025-4474: WordPress Frontend Dashboard Privilege Escalation

CVE-2025-4474 is a privilege escalation flaw in the Frontend Dashboard plugin for WordPress that allows Subscriber-level attackers to grant administrator access to new users. This article covers technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2025-4474 Overview

CVE-2025-4474 is a privilege escalation vulnerability in the Frontend Dashboard plugin for WordPress, affecting versions 1.0 through 2.2.7. The flaw stems from a missing capability check on the fed_admin_setting_form_function() function. Authenticated users with Subscriber-level access or higher can overwrite the plugin's register role setting. By changing the default registration role to administrator, attackers cause subsequent user registrations to receive administrative privileges. This effectively grants the attacker full control over the affected WordPress site once a new account is created. The weakness is classified under CWE-285: Improper Authorization.

Critical Impact

Authenticated Subscriber-level attackers can elevate themselves to administrator, gaining full control over the WordPress installation, its content, and connected data.

Affected Products

  • WordPress Frontend Dashboard plugin versions 1.0 through 2.2.7
  • WordPress sites with the plugin installed and registration enabled
  • Any environment allowing Subscriber-level account creation on affected versions

Discovery Timeline

  • 2025-05-13 - CVE-2025-4474 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-4474

Vulnerability Analysis

The Frontend Dashboard plugin exposes administrative configuration handling through the fed_admin_setting_form_function() function. This function processes settings updates submitted from the plugin's admin interface, including the register role setting that controls the default role assigned to new users. The function does not verify that the caller holds the required administrative capability before applying changes. Any authenticated user, including Subscribers, can therefore submit a request to update plugin settings. By setting the default registration role to administrator, the attacker primes the site for privilege escalation. The attacker then registers a new account, which is automatically granted administrator rights upon creation.

Root Cause

The root cause is the absence of a current_user_can() capability check inside the settings handler. WordPress provides standard authorization primitives, but the affected handler relies only on the user being authenticated. This is a broken access control failure aligned with CWE-285. The relevant handler logic is documented in the WordPress Frontend Dashboard plugin source and the login tab handler.

Attack Vector

The attack is network-based and requires only low-privilege authentication. An attacker registers or controls a Subscriber-level account, then sends a crafted POST request to the plugin's admin settings endpoint that overwrites the register role option with administrator. The attacker then triggers a new user registration through the site's standard registration flow. The newly created account receives the administrator role, granting full control over the WordPress instance. No user interaction from a site administrator is required. Refer to the Wordfence vulnerability analysis for additional exploitation context.

Detection Methods for CVE-2025-4474

Indicators of Compromise

  • Unexpected changes to the WordPress default_role option or the plugin's stored register role configuration in wp_options.
  • New WordPress accounts assigned the administrator role shortly after low-privilege account activity.
  • POST requests to Frontend Dashboard admin settings endpoints originating from Subscriber-level sessions.
  • Audit log entries showing settings updates from accounts that lack the manage_options capability.

Detection Strategies

  • Monitor web server access logs for POST requests targeting the plugin's admin request handlers, especially from non-administrator sessions.
  • Compare the current value of the plugin's register role setting against a known-good baseline.
  • Alert on creation of new users with the administrator role outside of approved provisioning workflows.

Monitoring Recommendations

  • Enable WordPress audit logging to capture role assignment and option-change events with the acting user ID.
  • Track plugin version inventories across managed WordPress sites and flag installations of Frontend Dashboard at or below version 2.2.7.
  • Forward web access logs and WordPress application logs to a centralized SIEM for correlation of low-privilege user actions with privilege changes.

How to Mitigate CVE-2025-4474

Immediate Actions Required

  • Update the Frontend Dashboard plugin to a version newer than 2.2.7 that includes the fix from ChangeSet #3290623.
  • Audit existing WordPress accounts and remove any administrator accounts that cannot be attributed to legitimate provisioning.
  • Reset credentials for all administrator accounts and review active sessions on affected sites.
  • Verify the plugin's register role setting and the WordPress default_role option are set to their intended values, typically subscriber.

Patch Information

The vendor addressed the issue in the changeset published at plugins.trac.wordpress.org changeset 3290623, which introduces the missing capability check. Site operators should upgrade to the latest release available through the WordPress plugin repository.

Workarounds

  • Disable the Frontend Dashboard plugin until the patched version can be deployed.
  • Restrict user registration on the site by disabling the WordPress users_can_register option where business requirements allow.
  • Place the WordPress admin and plugin endpoints behind a web application firewall rule that blocks settings update requests from non-administrator sessions.

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

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.33%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-285
  • Technical References
  • WordPress Frontend Dashboard Code

  • WordPress Frontend Dashboard Code

  • WordPress ChangeSet #3290623

  • WordPress Frontend Dashboard Documentation

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-8732: WP Maps Pro Privilege Escalation Flaw

  • CVE-2026-6226: WordPress Plugin Privilege Escalation Flaw

  • CVE-2026-7651: WordPress User Registration IDOR Vulnerability

  • CVE-2026-8787: Firebase Support Plugin Privilege Escalation
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