Skip to main content

Kirki CVE-2026-12720

| EUVDEUVD-2026-51431 HIGH
Deserialization of Untrusted Data (CWE-502)
2026-07-31 WPScan GHSA-rpvq-6gf9-58vg
7.5
CVSS 3.1 · Vendor: WPScan
Share

Severity by source

Vendor (WPScan) PRIMARY
7.5 HIGH
AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
vuln.today AI
7.5 HIGH

AV:N and PR:N because unauthenticated network submission stores payload; AC:H and UI:R because gadget chain presence and admin review are both mandatory prerequisites; C:H/I:H/A:H reflect full RCE capability if chain exists.

3.1 AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
4.0 AV:N/AC:H/AT:P/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (WPScan).

CVSS VectorVendor: WPScan

Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

4
Analysis Generated
Jul 31, 2026 - 18:31 vuln.today
Patch available
Jul 31, 2026 - 07:01 EUVD
CVE Published
Jul 31, 2026 - 06:00 cve.org
HIGH 7.5
CVE Published
Jul 31, 2026 - 06:00 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

The Kirki WordPress plugin before 6.0.13 does not restrict which classes may be instantiated when it deserialises data that unauthenticated users can store, leading to PHP Object Injection that is triggered when an administrator later reviews the stored data. With a suitable gadget chain present on the site (via another installed Kirki WordPress plugin before 6.0.13, , or an outdated WordPress version), this could be leveraged to perform a variety of attacks, such as remote code execution.

AnalysisAI

PHP Object Injection in the Kirki WordPress plugin before 6.0.13 enables a two-stage attack where unauthenticated users store malicious serialized PHP objects, which are then deserialized when an administrator reviews the stored data in the WordPress admin panel. With a suitable gadget chain present on the site - from another installed plugin or an outdated WordPress core - this can escalate to full remote code execution on the hosting server. A publicly available proof-of-concept exists per WPScan, though EPSS remains low (0.22%, 13th percentile) and CISA has not listed this in KEV, suggesting no confirmed widespread in-the-wild exploitation at time of analysis.

Technical ContextAI

Kirki is a widely-used WordPress customizer framework (CPE: cpe:2.3:a:unknown:kirki:*:*:*:*:*:*:*:*) that extends the WordPress Theme Customization API, commonly embedded by theme and plugin authors. The vulnerability is rooted in CWE-502 (Deserialization of Untrusted Data): the plugin passes attacker-controlled input to PHP's native unserialize() function without first validating or allowlisting which classes may be instantiated. PHP object injection via unserialize() is a well-documented attack class - the deserialization process invokes PHP magic methods (__wakeup, __destruct, __toString) on the reconstructed object, which can be chained across classes present in the application's codebase to produce arbitrary side effects. The 'gadget chain' requirement means exploitability depends on the full set of PHP classes loaded by the WordPress environment, including other installed plugins or themes. Outdated WordPress core is explicitly called out as a potential source of exploitable gadgets.

RemediationAI

Update the Kirki WordPress plugin to version 6.0.13 or later, which introduces class allowlisting or equivalent controls on deserialization per vendor advisory (https://wpscan.com/vulnerability/22f5af1c-972e-4e31-9afa-bf50ac278c66/). Patch availability is confirmed by the vendor. If immediate patching is not feasible, the following compensating controls may reduce exposure: restrict access to the WordPress admin area (wp-admin) to trusted IP ranges via server-level firewall rules or the WordPress .htaccess, which limits the administrator review trigger required for exploitation; audit and remove unnecessary plugins that may supply exploitable PHP gadget chains, particularly any that are outdated or unmaintained; and ensure WordPress core is updated to the latest version to eliminate known gadget sources from core itself. Note that these controls reduce but do not eliminate risk - the unauthenticated data-storage step is still reachable from the network, and gadget chains may exist across many plugins. Patching Kirki to 6.0.13 is the only definitive fix.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it

CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

CVE-2026-12720 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy