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-2024-45429

CVE-2024-45429: Advanced Custom Fields XSS Vulnerability

CVE-2024-45429 is a cross-site scripting flaw in Advanced Custom Fields versions 6.3.5 and earlier that allows attackers to execute malicious scripts. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-45429 Overview

CVE-2024-45429 is a stored Cross-Site Scripting (XSS) vulnerability affecting Advanced Custom Fields and Advanced Custom Fields Pro, popular WordPress plugins used for creating custom field interfaces. The vulnerability allows an attacker with the 'capability' setting privilege to inject arbitrary JavaScript code through field labels, which then executes in the browser of other logged-in users with equivalent privileges.

Critical Impact

Authenticated attackers can store malicious scripts in field labels that execute in the context of other privileged users, potentially leading to session hijacking, administrative account compromise, or further attacks against the WordPress installation.

Affected Products

  • Advanced Custom Fields versions 6.3.5 and earlier
  • Advanced Custom Fields Pro versions 6.3.5 and earlier
  • WordPress installations using vulnerable versions of these plugins

Discovery Timeline

  • 2024-09-04 - CVE-2024-45429 published to NVD
  • 2025-03-25 - Last updated in NVD database

Technical Details for CVE-2024-45429

Vulnerability Analysis

This stored XSS vulnerability exists within the field label handling functionality of the Advanced Custom Fields plugin. The plugin fails to properly sanitize user-supplied input when administrators or users with the 'capability' setting privilege create or modify custom field labels. This allows malicious script content to be persisted in the database and subsequently rendered without proper output encoding when other users view or interact with these fields.

The attack requires user interaction, as the victim must navigate to a page where the malicious field label is displayed. The vulnerability has a changed scope, meaning the vulnerable component (the plugin) impacts resources beyond its security scope (the victim's browser session). The exploitation results in potential disclosure of sensitive information and integrity violations through script execution.

Root Cause

The root cause of CVE-2024-45429 is insufficient input validation and output encoding in the field label processing functionality. When field labels are stored, the plugin does not adequately sanitize special characters or HTML/JavaScript content. Subsequently, when these labels are rendered in the WordPress admin interface, they are output without proper escaping, allowing any embedded scripts to execute in the context of the viewing user's session.

Attack Vector

The attack vector is network-based and requires low complexity to exploit. An attacker must first obtain access to a WordPress account with the 'capability' setting privilege, which controls access to ACF field management. Once authenticated, the attacker navigates to the field configuration interface and creates or modifies a field, inserting malicious JavaScript in the field label parameter.

When another user with similar or higher privileges (including administrators) accesses a page displaying the compromised field label, the malicious script executes within their authenticated browser session. This can be leveraged to steal session cookies, perform actions on behalf of the victim, or further escalate access within the WordPress installation.

Detection Methods for CVE-2024-45429

Indicators of Compromise

  • Unexpected or suspicious JavaScript code present in ACF field label values in the WordPress database
  • Unusual field configurations containing script tags, event handlers, or encoded JavaScript
  • Browser developer console showing XSS warnings or unexpected script execution on ACF-related admin pages
  • Audit logs indicating unauthorized modifications to ACF field group configurations

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect XSS payloads in POST requests to ACF configuration endpoints
  • Monitor WordPress database tables for ACF field configurations containing suspicious patterns like <script>, javascript:, or event handlers
  • Deploy Content Security Policy (CSP) headers to detect and block unauthorized inline script execution
  • Review access logs for unusual activity patterns involving ACF field management endpoints

Monitoring Recommendations

  • Enable and regularly review WordPress activity logs for field group creation and modification events
  • Configure real-time alerting for database changes to ACF-related tables
  • Implement browser-based monitoring for CSP violation reports from admin users
  • Establish baseline behavior for ACF administrative operations to identify anomalous activity

How to Mitigate CVE-2024-45429

Immediate Actions Required

  • Update Advanced Custom Fields to version 6.3.6 or later immediately
  • Update Advanced Custom Fields Pro to version 6.3.6 or later immediately
  • Audit existing field configurations for any suspicious content in field labels
  • Review user accounts with ACF management capabilities and revoke unnecessary privileges

Patch Information

WP Engine has released version 6.3.6 of both Advanced Custom Fields and Advanced Custom Fields Pro to address this vulnerability. The patch implements proper input sanitization and output encoding for field label content. Administrators should update through the WordPress plugin management interface or download the latest version from the WordPress Plugin Directory. Additional details about the security fix are available in the ACF 6.3.6 release announcement.

Workarounds

  • Restrict the 'capability' setting privilege to only trusted administrators until the patch can be applied
  • Implement a Web Application Firewall with XSS detection rules targeting ACF endpoints
  • Enable Content Security Policy headers with strict inline script restrictions on the WordPress admin area
  • Regularly audit field configurations and remove any suspicious or unexpected content from field labels
bash
# Example: Restrict ACF field editing capabilities in wp-config.php
# Add before "That's all, stop editing!" line

# Limit ACF field group editing to super admins only
define('ACF_LITE', true);

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWpengine Advanced Custom Fields

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.40%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • JVN Security Advisory

  • WordPress Plugin Information

  • Advanced Custom Fields Homepage

  • Advanced Custom Fields Blog Post
  • 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