CVE-2025-13486 CRITICAL

CVE-2025-13486: Advanced Custom Fields: Extended 0.9.0.5 - 0.9.1.1 - Unauthenticated Remote Code Execution in prepare_form

Vendor Hwk-Fr
Product Advanced Custom Fields: Extended
Weakness CWE-94 · Code injection
Published December 3, 2025
Last update December 3, 2025

CVSS base score

9.8/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

The Advanced Custom Fields: Extended plugin for WordPress is vulnerable to Remote Code Execution in versions 0.9.0.5 through 0.9.1.1 via the prepare_form() function. This is due to the function accepting user input and then passing that through call_user_func_array(). This makes it possible for unauthenticated attackers to execute arbitrary code on the server, which can be leveraged to inject backdoors or create new administrative user accounts.

Explanation of Vulnerability in Simple Terms

02Summary

Advanced Custom Fields: Extended versions 0.9.0.5 through 0.9.1.1 contain a code injection vulnerability that allows unauthenticated attackers to run arbitrary PHP code on the site without user interaction. The vulnerability stems from insufficient input validation in the plugin's field processing logic. An attacker can exploit this remotely over the network to gain full control of the WordPress installation.

What an attacker can do

03Attacker Capabilities

Run arbitrary PHP code on your site and take complete control of it.

Potential impact on your site

04Site Impact

Complete site compromise: attackers can steal data, modify content, install malware, or delete everything.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

December 3, 2025 CVE published
December 3, 2025 Record updated