Skip to main content

Kirki Page Builder CVE-2026-15601

| EUVDEUVD-2026-51745 MEDIUM
Path Traversal (CWE-22)
2026-08-01 Wordfence GHSA-w4j2-hwpx-q9c7
4.9
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
4.9 MEDIUM
AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
vuln.today AI
9.1 CRITICAL

PR:H reflects custom-level auth requirement; S:C and full C/I/A:H reflect arbitrary file write enabling RCE that escapes the WordPress application boundary.

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

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

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

Lifecycle Timeline

2
Analysis Generated
Aug 01, 2026 - 09:01 vuln.today
CVE Published
Aug 01, 2026 - 07:49 cve.org
MEDIUM 4.9

DescriptionCVE.org

The Kirki - Freeform Page Builder, Website Builder & Customizer plugin for WordPress is vulnerable to Path Traversal (Zip Slip) in all versions up to, and including, 6.0.13 via the extract_zip_file function. This makes it possible for authenticated attackers, with custom-level access and above, to write arbitrary files on the server, which can allow for remote code execution. The install_app, update_app, and get_kirki_template_from_zip code paths accept a user-supplied app src value to construct the download URL, and no sanitization is applied to prevent a crafted ZIP from being fetched and extracted with path-traversing entry names that escape the intended destination directory.

AnalysisAI

Zip Slip path traversal in the Kirki WordPress plugin (all versions through 6.0.13) enables authenticated attackers with custom-level access or above to write arbitrary files anywhere on the server, leading to remote code execution. The root cause is the plugin's app installation and update workflows - install_app, update_app, and get_kirki_template_from_zip - which fetch a user-supplied external ZIP URL via an unsanitized app src parameter and extract its contents without validating entry names for path-traversal sequences. No public exploit has been identified at time of analysis and the vulnerability is not listed in CISA KEV, but the write-to-RCE escalation path is mechanically straightforward once the authentication bar is cleared.

Technical ContextAI

The vulnerability (CWE-22, Path Traversal) is a classic Zip Slip: when a ZIP archive is extracted, its entry names are used to reconstruct destination file paths, but if those names contain sequences such as '../../', extraction can escape the intended target directory. The affected plugin - cpe:2.3:a:themeum:kirki_-_freeform_page_builder,_website_builder_&_customizer:*:*:*:*:*:*:*:* - implements app management features (install, update, template import) that fetch ZIP files from an attacker-controllable URL. The extract_zip_file function in app/Supports/FileHandler.php (line 90) performs extraction without canonicalizing or rejecting entry names that traverse outside the designated destination. The three vulnerable entry points - AppsService.php (lines 113, 186), AppsController.php (line 27), Ajax/Apps.php (line 176), and routes/api.php (line 77) - share the flaw because all pass the unsanitized app src value downstream to the same extraction routine. The result is that any file writable by the PHP/web server process (typically the entire WordPress install tree) becomes a write target.

RemediationAI

Upstream fix available (WordPress plugin repository changeset 3617070 at https://plugins.trac.wordpress.org/changeset?reponame=&old=3617070%40kirki&new=3617070%40kirki); the exact patched release version number is not independently confirmed from the available data - update to the latest available Kirki release in the WordPress plugin directory and verify the version exceeds 6.0.13. As a compensating control until patching is possible, restrict the WordPress custom roles that can access the app installation and update functionality by removing the relevant capabilities from non-administrator roles; this eliminates the attack surface for non-admin users entirely. Additionally, web application firewall rules that block requests containing ZIP-related path traversal sequences (../ encoded variants) to the plugin's API endpoints can reduce exposure. Neither control is a substitute for patching, as a determined administrator-level attacker bypasses both.

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

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

CVE-2026-15601 vulnerability details – vuln.today

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