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

CVE-2025-15463: ACF Extended Plugin RCE Vulnerability

CVE-2025-15463 is a remote code execution vulnerability in the Advanced Custom Fields: Extended plugin for WordPress, allowing unauthenticated attackers to execute arbitrary shortcodes. This article covers technical details, affected versions, impact analysis, and mitigation strategies.

Published: May 17, 2026

CVE-2025-15463 Overview

CVE-2025-15463 affects the Advanced Custom Fields: Extended plugin for WordPress in all versions up to and including 0.9.2.3. The plugin executes the WordPress do_shortcode function on user-supplied input without proper validation. Unauthenticated attackers can submit crafted values that trigger arbitrary shortcode execution on the target site. The flaw is classified under CWE-94: Improper Control of Generation of Code.

Critical Impact

Unauthenticated attackers can execute arbitrary WordPress shortcodes remotely over the network, leading to information disclosure and content manipulation depending on which shortcodes are registered on the target site.

Affected Products

  • Advanced Custom Fields: Extended plugin for WordPress
  • All plugin versions through 0.9.2.3
  • WordPress sites using the plugin's form module (email action and front-end render)

Discovery Timeline

  • 2026-05-12 - CVE-2025-15463 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2025-15463

Vulnerability Analysis

The Advanced Custom Fields: Extended (ACF Extended) plugin extends the popular ACF plugin with additional form-building features. The vulnerability resides in the plugin's form module, specifically in the email action handler (module-form-action-email.php) and the front-end render logic (module-form-front-render.php). Both code paths pass user-controlled values to the WordPress core function do_shortcode without first validating or stripping shortcode tags.

WordPress shortcodes are macros enclosed in square brackets that execute registered PHP callbacks. When do_shortcode is invoked on attacker-controlled input, the plugin runs any shortcode registered on the site, including those provided by other plugins or themes. An attacker who supplies a payload such as a registered gallery, user listing, or file-rendering shortcode can trigger that code path without authentication.

The issue results in limited confidentiality and integrity impact, as defined by the CVSS vector, because the attacker is constrained to whatever shortcodes are already registered. Sites that register sensitive shortcodes (for example, ones that disclose user data or render private content) face a higher effective risk.

Root Cause

The root cause is missing input validation before invoking do_shortcode. The plugin treats form-supplied values as safe template content rather than untrusted input. There is no allowlist of permitted shortcodes and no sanitization step that strips bracketed shortcode syntax from user submissions.

Attack Vector

The attack is delivered over the network with low complexity and requires no authentication or user interaction. An unauthenticated attacker submits a request to a WordPress page that renders an ACF Extended form, embedding shortcode syntax inside a form field that is later processed by the vulnerable email action or front render code paths. The server then executes the shortcode in the context of the rendering request.

The vulnerability is described in prose only because no verified proof-of-concept code is available. Source-level details for the affected functions are available in the ACF Extended email action source and the ACF Extended front render source.

Detection Methods for CVE-2025-15463

Indicators of Compromise

  • HTTP POST requests to pages hosting ACF Extended forms containing bracketed shortcode syntax such as [shortcode_name] inside form field values
  • Unexpected outbound emails generated by the plugin's email action that contain rendered shortcode output
  • WordPress access logs showing repeated submissions to the same form endpoint from a single IP with varied shortcode payloads
  • Anomalous invocations of registered shortcode callbacks correlated with form submission requests

Detection Strategies

  • Inspect WordPress request bodies for shortcode patterns (\[[a-z0-9_-]+) in form fields belonging to ACF Extended forms
  • Audit installed plugin versions and flag any ACF Extended deployment at or below 0.9.2.3
  • Correlate form submissions with execution of privileged shortcodes that expose user, post, or file data

Monitoring Recommendations

  • Enable WordPress debug logging for the form module and capture all values passed to do_shortcode
  • Forward web server and WordPress application logs to a centralized log platform for retention and correlation
  • Alert on unauthenticated submissions to ACF Extended endpoints that contain shortcode brackets in their payloads

How to Mitigate CVE-2025-15463

Immediate Actions Required

  • Identify all WordPress instances running the Advanced Custom Fields: Extended plugin and inventory their versions
  • Upgrade ACF Extended to a version newer than 0.9.2.3 once the vendor releases a fixed build
  • Disable or remove ACF Extended form modules on internet-facing sites until the patch is applied
  • Review registered shortcodes and remove any that expose sensitive data or perform privileged actions

Patch Information

The vulnerability affects all releases through 0.9.2.3. Administrators should monitor the plugin's WordPress.org listing for a release that addresses the shortcode validation issue. Additional context is published in the Wordfence vulnerability analysis.

Workarounds

  • Place the WordPress site behind a web application firewall that strips or blocks shortcode syntax in form submissions
  • Temporarily disable the ACF Extended plugin until the patched version is installed
  • Restrict access to pages containing ACF Extended forms using authentication or IP allowlists where feasible
  • Unregister non-essential shortcodes to reduce the attack surface available to do_shortcode
bash
# Example: list and disable the plugin using WP-CLI
wp plugin list --name=acf-extended --fields=name,status,version
wp plugin deactivate acf-extended

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAdvanced Custom Fields

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-94
  • Technical References
  • WordPress ACF Extended Email Action

  • WordPress ACF Extended Front Render

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

  • CVE-2025-14533: ACF Extended Plugin Privilege Escalation

  • CVE-2024-4565: ACF WordPress Auth Bypass Vulnerability

  • CVE-2023-30777: Advanced Custom Fields 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