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

CVE-2024-4565: ACF WordPress Auth Bypass Vulnerability

CVE-2024-4565 is an authorization bypass flaw in Advanced Custom Fields (ACF) WordPress plugin that exposes custom field values via shortcode without access checks. This article covers technical details, affected versions, and fixes.

Updated: May 15, 2026

CVE-2024-4565 Overview

CVE-2024-4565 affects the Advanced Custom Fields (ACF) and Advanced Custom Fields Pro plugins for WordPress. Versions before 6.3 fail to verify access controls when displaying custom field values through shortcodes. Authenticated users with low privileges can retrieve custom field values from any post, including drafts, private posts, and password-protected content. The vulnerability stems from missing authorization checks in the shortcode handler responsible for rendering field data.

Critical Impact

Authenticated attackers can disclose custom field values from restricted posts, exposing sensitive editorial content, private metadata, and unpublished material across WordPress sites running vulnerable ACF versions.

Affected Products

  • Advanced Custom Fields (ACF) WordPress plugin before 6.3
  • Advanced Custom Fields Pro WordPress plugin before 6.3
  • WordPress installations using ACF shortcodes for field rendering

Discovery Timeline

  • 2024-06-20 - CVE-2024-4565 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-4565

Vulnerability Analysis

The vulnerability resides in the ACF shortcode processor that renders custom field values for posts. The plugin accepts a post_id parameter through shortcode arguments without validating whether the requesting user has permission to view the target post. Any authenticated user, including those with subscriber-level roles, can supply arbitrary post identifiers and receive the associated field values.

The flaw is classified as a broken access control issue. The attack vector is network-based and requires low privileges with no user interaction. The integrity impact is high because data exposure may include unpublished editorial decisions, private business metadata, and operational secrets stored in custom fields.

Root Cause

The root cause is missing capability checks within the shortcode rendering logic. The plugin trusts the supplied post_id argument and queries field data directly. WordPress capability functions such as current_user_can('read_post', $post_id) are not invoked before returning field values. This allows lookups against draft, private, trashed, and password-protected posts regardless of the requesting user's role.

Attack Vector

An attacker authenticates to the WordPress site with any account that can render shortcodes, including comment authors or subscribers on configurations that process shortcodes in profile fields or comments. The attacker then embeds an ACF shortcode referencing a restricted post identifier. The server processes the shortcode, retrieves the field data, and returns it in the rendered output. The attacker enumerates post IDs to extract custom field content from across the site. For technical specifics, see the WPScan Vulnerability Analysis.

Detection Methods for CVE-2024-4565

Indicators of Compromise

  • Requests from low-privilege user accounts that submit content containing ACF shortcodes referencing post IDs the user does not own
  • Web server logs showing repeated POST or comment submissions with [acf shortcode patterns and varying post_id parameters
  • Unexpected access patterns from subscriber-level accounts enumerating sequential post identifiers

Detection Strategies

  • Audit WordPress content tables for stored shortcodes referencing acf, acf_field, or acf-value patterns submitted by non-editor accounts
  • Inspect plugin version metadata across managed WordPress instances to identify ACF or ACF Pro installations below 6.3
  • Correlate authentication logs with rendered page outputs to identify access to private post metadata by accounts lacking read permissions

Monitoring Recommendations

  • Enable WordPress audit logging plugins to capture shortcode rendering events and the resolving user context
  • Monitor outbound responses for field values from posts in draft, private, or pending status served to non-privileged users
  • Track installed plugin versions through centralized configuration management and alert on installations of ACF below 6.3

How to Mitigate CVE-2024-4565

Immediate Actions Required

  • Upgrade Advanced Custom Fields and Advanced Custom Fields Pro to version 6.3 or later on all WordPress installations
  • Review user roles and remove unnecessary shortcode rendering capabilities from subscriber and contributor accounts
  • Audit existing posts and comments for embedded ACF shortcodes that reference posts other than the author's own content

Patch Information

The vendor released version 6.3 of both Advanced Custom Fields and Advanced Custom Fields Pro to address this issue. The patched releases add capability checks to verify the requesting user can read the target post before returning field values. Site administrators should apply the update through the WordPress plugin manager or by downloading the latest release directly from the vendor. Refer to the WPScan Vulnerability Analysis for additional remediation guidance.

Workarounds

  • Restrict shortcode processing in user-generated content areas such as comments and profile fields using filters like do_shortcode removal
  • Apply a web application firewall rule that blocks ACF shortcode patterns submitted by accounts below the editor role
  • Limit account self-registration and require manual approval for new WordPress accounts until the patch is applied
bash
# Update ACF via WP-CLI
wp plugin update advanced-custom-fields --version=6.3
wp plugin update advanced-custom-fields-pro --version=6.3

# Verify installed version
wp plugin get advanced-custom-fields --field=version

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechAdvanced Custom Fields

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • WPScan Vulnerability Analysis
  • Related CVEs
  • CVE-2025-15463: ACF Extended Plugin RCE Vulnerability

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

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