Description
The Kirki WordPress plugin before 6.3.0 does not hold back every spelling of the HTML entities it decodes when rendering, allowing unauthenticated users to store JavaScript in a comment which then runs in the session of anyone viewing a page that displays it, including an administrator, and on every page of the site when its header or footer is built to show comments.
Published: 2026-09-06
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Stored Cross‑Site Scripting
Action: Patch
AI Analysis

Impact

This flaw allows an unauthenticated user to insert JavaScript code into comments because the plugin fails to neutralize decoded HTML entities. When a page that displays that comment, such as a stored header or footer, is loaded by any visitor—including administrators—the malicious script runs in the context of the user's browser. The vulnerability enables the attacker to steal authentication cookies, deface the site, or redirect users to malicious destinations, thereby compromising confidentiality, integrity, and availability of the site’s front‑end.

Affected Systems

The issue affects the Kirki WordPress plugin versions 6.2.1 through 6.2.5. Any WordPress site using these plugin versions and rendering comments within page headers or footers is susceptible. No other vendors or product families are directly impacted.

Risk and Exploitability

The vulnerability is a stored, unauthenticated XSS that can affect all users who view a page containing the vulnerable comment. The CVSS score of 7.5 indicates a high severity for this stored XSS vulnerability. The EPSS score is not available, and the issue is not listed in the CISA KEV catalog. Based on the description, it is inferred that attackers can exploit this flaw by submitting a malicious comment from any IP address, making it highly accessible. Once the comment is stored, the script propagates to all visitors, including privileged accounts, and continues to affect every subsequent page rendering that comment.

Generated by OpenCVE AI on September 6, 2026 at 13:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Kirki plugin to version 6.3.0 or newer.
  • Disable comment rendering in headers and footers or use a sanitization routine that removes JavaScript.
  • Deploy a Content Security Policy that blocks inline script execution and disallows unsafe‑eval.

Generated by OpenCVE AI on September 6, 2026 at 13:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 06 Sep 2026 11:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Sun, 06 Sep 2026 08:15:00 +0000

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

Sun, 06 Sep 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79

Sun, 06 Sep 2026 06:30:00 +0000

Type Values Removed Values Added
Description The Kirki WordPress plugin before 6.3.0 does not hold back every spelling of the HTML entities it decodes when rendering, allowing unauthenticated users to store JavaScript in a comment which then runs in the session of anyone viewing a page that displays it, including an administrator, and on every page of the site when its header or footer is built to show comments.
Title Kirki 6.2.1 - 6.2.5 - Unauthenticated Stored XSS via HTML Entity Decoding
References

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-06T10:44:25.273Z

Reserved: 2026-09-01T11:50:19.947Z

Link: CVE-2026-84219

cve-icon Vulnrichment

Updated: 2026-09-06T10:39:27.272Z

cve-icon NVD

Status : Deferred

Published: 2026-09-06T07:16:43.427

Modified: 2026-09-08T19:09:21.310

Link: CVE-2026-84219

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-06T13:15:06Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')