Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from Vendor (Wordfence) · only source for this CVE.
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The Kirki - Freeform Page Builder, Website Builder & Customizer plugin for WordPress is vulnerable to privilege escalation via account takeover in all versions 6.0.0 to 6.0.6. This is due to the plugin accepting an arbitrary email address when a username is used in the password reset request. This makes it possible for unauthenticated attackers to send a password reset link for any user registered on the site to their own email address.
AnalysisAI
Account takeover in the Kirki Freeform Page Builder WordPress plugin (versions 6.0.0 through 6.0.6) allows unauthenticated remote attackers to hijack any registered account, including administrators, by redirecting password reset links to attacker-controlled email addresses. The flaw stems from the plugin honoring an arbitrary email value supplied alongside a valid username in password reset requests, breaking the trust binding between account and recovery destination. No public exploit identified at time of analysis, but the trivial nature of the bug and Wordfence's published advisory make weaponization straightforward.
Technical ContextAI
The vulnerability resides in Kirki's ComponentLibrary password reset workflow (CompLibFormHandler.php and ElementGenerator.php), which implements a custom front-end password reset form rather than relying on WordPress core's wp_lostpassword_url() flow. Per the referenced source lines, the handler resolves the target user via the supplied username but then dispatches the reset email to a separately supplied 'email' parameter without verifying that the address matches the user's stored email. This is a textbook CWE-269 (Improper Privilege Management) manifestation realized through broken trust delegation - the recovery channel is attacker-controlled rather than user-controlled. Kirki is a widely deployed WordPress customizer and page-builder framework (themeum:kirki per CPE), so any site running an affected version with public registration or known usernames is exposed.
RemediationAI
Upstream fix available (changeset 3530843); released patched version not independently confirmed in the input, but the vulnerability spans through 6.0.6, so upgrade to the next published Kirki release (6.0.7 or later) as soon as it appears in the WordPress.org plugin repository - verify the installed version is greater than 6.0.6 in wp-admin > Plugins. As an immediate workaround, deactivate the Kirki plugin if the front-end customizer features are non-essential, which fully eliminates exposure but disables any Kirki-driven UI components on the site. If deactivation is not viable, restrict access to the plugin's password reset endpoint at the web server or WAF layer (Wordfence and similar WAFs typically ship a virtual patch shortly after Wordfence disclosure - confirm the rule is active), and harden username discoverability by disabling REST user enumeration and author archives. Forcing a site-wide password reset for administrators after patching is prudent given the silent nature of this takeover. Reference the Wordfence advisory and trac changeset above for vendor-confirmed details.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-269 – Improper Privilege Management
View allSame technique Privilege Escalation
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33881
GHSA-gr32-6rr4-7px2