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-2023-1196

CVE-2023-1196: Advanced Custom Fields RCE Vulnerability

CVE-2023-1196 is a remote code execution vulnerability in Advanced Custom Fields WordPress plugin that allows authenticated users to perform PHP Object Injection. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-1196 Overview

CVE-2023-1196 is a PHP Object Injection vulnerability affecting the Advanced Custom Fields (ACF) Free and Pro WordPress plugins. The vulnerability exists in versions 6.x before 6.1.0 and 5.x before 5.12.5, where the plugin unsafely unserializes user-controllable data. This flaw allows authenticated users with a role of Contributor or above to perform PHP Object Injection attacks when a suitable gadget chain is present in the WordPress installation.

Advanced Custom Fields is one of the most widely deployed WordPress plugins, used by millions of websites to add custom fields to posts, pages, and other content types. The widespread adoption of this plugin significantly increases the potential attack surface for this vulnerability.

Critical Impact

Authenticated attackers with Contributor-level access can exploit insecure deserialization to achieve remote code execution, data manipulation, or denial of service depending on available gadget chains in the WordPress environment.

Affected Products

  • Advanced Custom Fields (ACF) Free plugin versions 5.x before 5.12.5
  • Advanced Custom Fields (ACF) Free plugin versions 6.x before 6.1.0
  • Advanced Custom Fields (ACF) Pro plugin versions 5.x before 5.12.5
  • Advanced Custom Fields (ACF) Pro plugin versions 6.x before 6.1.0

Discovery Timeline

  • 2023-05-02 - CVE-2023-1196 published to NVD
  • 2025-01-30 - Last updated in NVD database

Technical Details for CVE-2023-1196

Vulnerability Analysis

This vulnerability is classified as CWE-502 (Deserialization of Untrusted Data). The Advanced Custom Fields plugin fails to properly validate and sanitize serialized data before passing it to PHP's unserialize() function. When user-controllable input is deserialized without adequate security controls, attackers can craft malicious serialized objects that, upon deserialization, trigger unintended code execution paths.

The attack requires authentication with at least Contributor-level privileges, which is a common role assignment in WordPress sites that accept user-generated content. While this limits the attack to authenticated users, the Contributor role is often granted to guest bloggers, content creators, or other semi-trusted users, making this a realistic attack scenario.

The practical exploitation of this vulnerability depends on the presence of exploitable "gadget chains" within the WordPress installation. Gadget chains are sequences of existing classes and methods that can be chained together during the deserialization process to achieve malicious outcomes such as arbitrary file operations, command execution, or SQL injection.

Root Cause

The root cause of CVE-2023-1196 lies in the plugin's handling of serialized PHP data without implementing proper input validation or using safer alternatives to native PHP deserialization. The unserialize() function in PHP is inherently dangerous when processing untrusted input because it instantiates objects and can trigger magic methods like __wakeup(), __destruct(), or __toString() that may execute arbitrary code.

The ACF plugin accepts user input that gets passed directly or indirectly to the unserialize function without adequate sanitization, signature verification, or type constraints that would prevent malicious payload injection.

Attack Vector

The attack vector is network-based and requires low-privilege authentication. An attacker with Contributor-level access can exploit this vulnerability by:

  1. Crafting a malicious serialized PHP object payload containing gadget chain references
  2. Submitting the payload through a vulnerable ACF plugin endpoint or field
  3. Triggering the deserialization of the malicious payload
  4. Achieving code execution, file manipulation, or other impacts depending on available gadget chains

The vulnerability is exploited by constructing a serialized PHP object that leverages existing classes in the WordPress core, installed plugins, or themes. When the malicious serialized data is processed by the vulnerable unserialize() call, the attacker-controlled object properties are used to hijack application logic through magic method invocations.

For detailed technical analysis and proof-of-concept information, refer to the WPScan Vulnerability Report.

Detection Methods for CVE-2023-1196

Indicators of Compromise

  • Unusual or malformed serialized data in ACF plugin database entries or POST requests
  • Unexpected PHP object instantiation logged in error logs
  • Suspicious file creation or modification in WordPress directories following ACF interactions
  • Anomalous process execution originating from PHP/WordPress worker processes

Detection Strategies

  • Monitor WordPress access logs for suspicious POST requests to ACF-related endpoints containing serialized PHP data patterns (e.g., O: or a: prefixes followed by numeric values)
  • Implement Web Application Firewall (WAF) rules to detect and block serialized PHP object injection attempts
  • Review plugin and theme installations for known gadget chain classes that could be exploited in conjunction with this vulnerability
  • Deploy file integrity monitoring to detect unauthorized file modifications

Monitoring Recommendations

  • Enable detailed WordPress debug logging to capture deserialization errors and unusual plugin behavior
  • Configure SIEM alerts for patterns indicative of PHP Object Injection attempts in web server logs
  • Monitor user activity for Contributor-level accounts performing unusual administrative actions
  • Regularly audit WordPress user accounts to ensure Contributor access is only granted to trusted individuals

How to Mitigate CVE-2023-1196

Immediate Actions Required

  • Update Advanced Custom Fields Free plugin to version 5.12.5 or later (for 5.x branch) or 6.1.0 or later (for 6.x branch)
  • Update Advanced Custom Fields Pro plugin to version 5.12.5 or later (for 5.x branch) or 6.1.0 or later (for 6.x branch)
  • Audit all user accounts with Contributor or higher roles and remove unnecessary access
  • Review WordPress installations for potentially exploitable gadget chain classes in other plugins and themes

Patch Information

The vulnerability has been addressed by the Advanced Custom Fields vendor in version 5.12.5 for the 5.x branch and version 6.1.0 for the 6.x branch. Organizations should update to these versions or later to remediate the vulnerability. The patched versions implement proper input validation and sanitization to prevent PHP Object Injection attacks.

For additional vulnerability details, see the WPScan Vulnerability Report #cf376ca2.

Workarounds

  • Temporarily restrict the Contributor role by removing capabilities that interact with ACF fields until the patch can be applied
  • Implement a Web Application Firewall (WAF) with rules to block serialized PHP object patterns in request parameters
  • Consider disabling the ACF plugin temporarily if it is not critical to site operations until updates are applied
  • Apply the principle of least privilege by auditing and reducing user role assignments across the WordPress site
bash
# WordPress CLI commands to check and update ACF plugin
# Check current ACF version
wp plugin list --name=advanced-custom-fields --fields=name,version,update_version

# Update ACF Free to latest patched version
wp plugin update advanced-custom-fields

# Verify the update was successful
wp plugin list --name=advanced-custom-fields --fields=name,version,status

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

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.42%

  • 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-502
  • Technical References
  • WPScan Vulnerability Report #8e5ec88e

  • WPScan Vulnerability Report #cf376ca2
  • Related CVEs
  • CVE-2025-14533: ACF Extended Plugin Privilege Escalation

  • 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