Junglewise Threat Intelligence

CVE-2026-8382: WP Engine Advanced Custom Fields authorization bypass in acf_form

CVE-2026-8382 · Severity: medium · CVSS 5.3 · Published 2026-05-31

Executive brief

Advanced Custom Fields is a popular WordPress plugin used to add custom data fields to websites. A security flaw allows unauthorized individuals to modify the title and content of existing website posts if those posts use a specific public form feature. This could lead to website defacement or the unauthorized alteration of public-facing information.

Technical details

The Advanced Custom Fields (ACF) plugin for WordPress suffers from a missing authorization check (CWE-862) in the acf_form() functionality. In versions up to and including 6.8.1, the plugin fails to properly validate user permissions during form submission. An unauthenticated remote attacker can exploit this by injecting '_post_title' and '_post_content' parameters into a request directed at a publicly accessible acf_form() instance. This allows the attacker to overwrite the original title and content of the associated post. A patch has been identified in the plugin's trunk repository.

Affected products

  • WP Engine Advanced Custom Fields (ACF) Up to and including 6.8.1

Timeline

  • 2026-05-31: disclosed: Initial disclosure by Wordfence and NVD publication.
  • 2026-05-31: advisory

References