// vulnerability record
cached · NVD via COSMOS syncCVE-2026-17604
MEDIUMpublished 2026-08-16 07:16 UTC · 2 days ago · modified 2026-08-17 20:16 UTC
// description
The Kirki – Freeform Page Builder, Website Builder & Customizer plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 6.1.1 via the 'data' parameter parameter. This makes it possible for authenticated attackers, with editor-level access and above, to read the contents of arbitrary files on the server, which can contain sensitive information. The intended strpos()-based guard against leaving the uploads directory is bypassed by crafting a URL that includes the uploads base path as a substring while embedding directory traversal sequences, such as /wp-content/uploads/../../wp-config.php.
// weaknesses (CWE)
- CWE-22
// references (12)
- https://plugins.trac.wordpress.org/browser/kirki/tags/6.0.12/includes/Ajax.php#L349
- https://plugins.trac.wordpress.org/browser/kirki/tags/6.0.12/includes/Ajax/ExportImport.php#L182
- https://plugins.trac.wordpress.org/browser/kirki/tags/6.0.12/includes/Ajax/ExportImport.php#L186
- https://plugins.trac.wordpress.org/browser/kirki/tags/6.0.12/includes/Ajax/ExportImport.php#L26