Description
Deserialization of Untrusted Data vulnerability in Themeum Kirki kirki allows Object Injection.This issue affects Kirki: from n/a through <= 6.0.12.
Published: 2026-07-13
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Kirki plugin for WordPress contains a flaw that allows untrusted data to be deserialized. A crafted serialized payload can create arbitrary PHP objects that execute code during object construction or destruction. This vulnerability, identified as CWE-502, permits an attacker to run arbitrary PHP code on the host, potentially compromising data, messages, or the entire web application.

Affected Systems

WordPress installations that run the Themeum Kirki plugin, version 6.0.12 or older, are affected. Sites that have not upgraded past the 6.0.12 release remain at risk.

Risk and Exploitability

The CVSS score of 9.8 indicates critical severity, while the EPSS score of less than 1% suggests a low current exploitation probability. The vulnerability is not listed in CISA KEV, but the ability to inject PHP objects means that a maliciously crafted payload sent through a plugin-enabled endpoint—an attack vector that is inferred from the deserialization behavior—could lead to remote code execution. The exact vector depends on how the plugin processes input, but it can be triggered by sending hostile data to any endpoint that passes user input to the deserialization function.

Generated by OpenCVE AI on August 1, 2026 at 10:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Kirki plugin to the most recent release that is newer than the vulnerable 6.0.12 version.
  • If an upgrade is not feasible, disable or uninstall the Kirki plugin to eliminate the vulnerable code paths.
  • Implement defensive measures such as disabling php.ini settings that allow unsafe deserialization, configuring a web application firewall to block known object injection patterns, and monitoring HTTP requests for unexpected serialized data.

Generated by OpenCVE AI on August 1, 2026 at 10:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 13 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 13 Jul 2026 14:15:00 +0000

Type Values Removed Values Added
First Time appeared Themeum
Themeum kirki
Wordpress
Wordpress wordpress
Vendors & Products Themeum
Themeum kirki
Wordpress
Wordpress wordpress

Mon, 13 Jul 2026 10:00:00 +0000

Type Values Removed Values Added
Description Deserialization of Untrusted Data vulnerability in Themeum Kirki kirki allows Object Injection.This issue affects Kirki: from n/a through <= 6.0.12.
Title WordPress Kirki plugin <= 6.0.12 - PHP Object Injection vulnerability
Weaknesses CWE-502
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Themeum Kirki
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-07-13T13:38:35.873Z

Reserved: 2026-06-25T08:04:13.263Z

Link: CVE-2026-57724

cve-icon Vulnrichment

Updated: 2026-07-13T13:38:31.333Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T10:45:03Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data