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

CVE-2025-14533: ACF Extended Plugin Privilege Escalation

CVE-2025-14533 is a privilege escalation vulnerability in Advanced Custom Fields: Extended for WordPress, allowing unauthenticated attackers to gain administrator access. This article covers technical details, affected versions, and mitigation.

Updated: March 12, 2026

CVE-2025-14533 Overview

A critical privilege escalation vulnerability has been discovered in the Advanced Custom Fields: Extended (ACF Extended) plugin for WordPress. This vulnerability affects all versions up to and including 0.9.2.1 and allows unauthenticated attackers to register with administrator privileges, leading to complete site compromise.

The vulnerability exists in the insert_user function, which fails to properly restrict user roles during the registration process. When the 'role' field is mapped to a custom field within the plugin's form module, attackers can supply the 'administrator' role value during registration, bypassing intended access controls.

Critical Impact

Unauthenticated attackers can gain full administrator access to WordPress sites by exploiting improper role validation during user registration, potentially leading to complete site takeover.

Affected Products

  • Advanced Custom Fields: Extended plugin for WordPress versions up to and including 0.9.2.1
  • WordPress installations using ACF Extended with 'role' field mapped to custom fields
  • Sites with ACF Extended form-based user registration enabled

Discovery Timeline

  • 2026-01-20 - CVE CVE-2025-14533 published to NVD
  • 2026-01-26 - Last updated in NVD database

Technical Details for CVE-2025-14533

Vulnerability Analysis

This privilege escalation vulnerability stems from improper privilege management (CWE-269) within the ACF Extended plugin's user registration functionality. The vulnerable code resides in the insert_user function located in module-form-action-user.php.

When WordPress sites utilize ACF Extended's form module to handle user registrations and configure 'role' as a mappable custom field, the plugin fails to validate or restrict which roles can be assigned. This oversight allows any user—including unauthenticated visitors—to submit registration requests that specify elevated privileges such as 'administrator'.

The attack requires no authentication or user interaction, making it particularly dangerous for publicly accessible WordPress installations. An attacker can exploit this vulnerability remotely by crafting a malicious registration request that includes the administrator role parameter.

Root Cause

The root cause lies in the insert_user function's failure to implement proper role validation before user creation. The function accepts role parameters from form submissions without checking whether the requested role is within an allowed subset. This missing authorization check allows arbitrary role assignment, violating the principle of least privilege.

The vulnerable code path can be traced through the form action user module, where user input flows directly into the user creation process without sanitization of the role field. For more details, see the WordPress ACF Extended File in the WordPress plugin repository.

Attack Vector

The attack is network-based and requires no authentication or prior access to the target system. An attacker can exploit this vulnerability through the following mechanism:

  1. Identify a WordPress site running a vulnerable version of ACF Extended
  2. Locate a registration form that utilizes the ACF Extended form module
  3. Craft a registration request that includes the 'role' parameter set to 'administrator'
  4. Submit the malicious registration request
  5. Upon successful registration, the attacker gains full administrator access

The vulnerability condition requires that the site administrator has configured 'role' to be mapped to a custom field within the ACF Extended form configuration. Sites that do not use this specific configuration are not vulnerable.

Detection Methods for CVE-2025-14533

Indicators of Compromise

  • Unexpected administrator accounts appearing in WordPress user management
  • User registration logs showing role assignments to 'administrator' from unknown sources
  • Database entries in wp_users and wp_usermeta tables with suspicious administrator role assignments
  • Audit logs showing new admin user creation without corresponding legitimate admin activity

Detection Strategies

  • Monitor WordPress user creation events for unexpected administrator role assignments
  • Implement log analysis to detect registration attempts that include role parameter manipulation
  • Deploy web application firewall (WAF) rules to inspect form submissions for unauthorized role values
  • Review ACF Extended form configurations for exposed role field mappings

Monitoring Recommendations

  • Enable comprehensive WordPress audit logging for user creation and role changes
  • Configure real-time alerts for new administrator account creation
  • Monitor web server access logs for suspicious POST requests to registration endpoints
  • Implement SentinelOne Singularity XDR to detect post-exploitation activities following privilege escalation

How to Mitigate CVE-2025-14533

Immediate Actions Required

  • Update ACF Extended plugin to version 0.9.2.2 or later immediately
  • Audit all existing WordPress administrator accounts for unauthorized users
  • Review ACF Extended form configurations and remove role field mappings if not required
  • Temporarily disable user registration if patch cannot be applied immediately

Patch Information

The vulnerability has been addressed in ACF Extended version 0.9.2.2. The patch implements proper role validation in the user registration process, restricting which roles can be assigned through form submissions. The fix can be reviewed in the WordPress ACF Extended Module and the WordPress ACF Extended Field.

For comprehensive vulnerability intelligence on this issue, refer to the Wordfence Vulnerability Report.

Workarounds

  • Remove the 'role' field mapping from ACF Extended form configurations
  • Implement server-side validation to restrict role assignments during registration
  • Use WordPress hooks to filter and validate role parameters before user insertion
  • Deploy a WAF rule to block registration requests containing administrator role values
bash
# Configuration example - Check current ACF Extended version
wp plugin list --name=acf-extended --format=table

# Update ACF Extended to the patched version
wp plugin update acf-extended

# List all administrator users to audit for unauthorized accounts
wp user list --role=administrator --format=table

# Optional: Temporarily disable user registration via wp-config.php
# Add to wp-config.php: define('DISALLOW_FILE_EDIT', true);

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechAdvanced Custom Fields

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.14%

  • 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-269
  • Technical References
  • WordPress ACF Extended File

  • WordPress ACF Extended Field

  • WordPress ACF Extended Module

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2023-1196: Advanced Custom Fields RCE Vulnerability

  • CVE-2024-4565: Advanced Custom Fields Auth Bypass Flaw

  • CVE-2023-30777: Advanced Custom Fields XSS Vulnerability

  • CVE-2021-20865: Advanced Custom Fields Info Disclosure
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