A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-8073

CVE-2026-8073: Kirki WordPress Path Traversal Flaw

CVE-2026-8073 is a path traversal vulnerability in the Kirki WordPress plugin that allows unauthenticated attackers to delete arbitrary files in the uploads directory. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-8073 Overview

CVE-2026-8073 affects the Kirki – Freeform Page Builder, Website Builder & Customizer plugin for WordPress. The flaw exists in the downloadZIP function, which lacks proper file path validation and a capability check. Unauthenticated attackers can read and delete arbitrary files within the WordPress uploads base directory by sending crafted requests to the vulnerable endpoint.

The vulnerability impacts all plugin versions up to and including 6.0.6. Deletion of critical files such as wp-config.php can lead to site takeover scenarios when the file resides in an accessible location, though this issue is scoped to the uploads directory. The vulnerability is classified as a path traversal weakness [CWE-23].

Critical Impact

Unauthenticated attackers can delete arbitrary files inside the WordPress uploads base directory, enabling data destruction and potential disruption of site functionality.

Affected Products

  • Kirki – Freeform Page Builder, Website Builder & Customizer plugin for WordPress
  • All versions up to and including 6.0.6
  • WordPress sites with the vulnerable plugin installed and activated

Discovery Timeline

  • 2026-05-19 - CVE-2026-8073 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-8073

Vulnerability Analysis

The Kirki plugin exposes a downloadZIP function defined in includes/API.php. This function processes user-supplied input that references files on disk. The implementation fails to validate the file path against a trusted allowlist and omits a capability check that would restrict the operation to authorized administrators.

As a result, an attacker can supply traversal sequences or arbitrary filenames and trigger file read and deletion operations. The scope is limited to the WordPress uploads base directory, but this still includes user-uploaded media, plugin-managed assets, and any sensitive content stored there.

Root Cause

The root cause is twofold. First, the downloadZIP function does not sanitize or canonicalize the supplied path before invoking file system operations, allowing path traversal [CWE-23]. Second, the endpoint lacks an authentication or authorization check, so any unauthenticated network user can invoke it. Together these gaps permit arbitrary file deletion within the uploads directory boundary.

Attack Vector

The vulnerability is exploited over the network with no authentication or user interaction. An attacker sends an HTTP request to the WordPress site that invokes the vulnerable downloadZIP handler. The request specifies a target file path within the uploads directory or uses traversal characters to reach files inside that scope. The plugin then reads and deletes the targeted file.

The vulnerability mechanism is documented in the Kirki plugin source. See the WordPress Kirki API Source and the Wordfence Vulnerability Report for technical details.

Detection Methods for CVE-2026-8073

Indicators of Compromise

  • HTTP requests to WordPress endpoints invoking the Kirki downloadZIP action with file path parameters
  • Unexpected deletion or absence of files inside the wp-content/uploads directory
  • Web server access logs containing path traversal sequences such as ../ directed at Kirki plugin endpoints
  • Requests from unauthenticated sessions targeting Kirki AJAX or REST handlers

Detection Strategies

  • Monitor WordPress access logs for requests referencing Kirki API endpoints combined with file parameters
  • Alert on unauthenticated requests that result in file system write or delete operations under wp-content/uploads
  • Deploy file integrity monitoring across the WordPress uploads directory to flag unexpected deletions
  • Correlate plugin version inventory with vulnerable Kirki versions 6.0.6 and earlier

Monitoring Recommendations

  • Enable verbose logging on the web server and capture full query strings for Kirki plugin URLs
  • Track file system events on the WordPress installation, particularly the uploads directory, using auditd or equivalent tooling
  • Review WordPress installations for the Kirki plugin and confirm the installed version against the patched release

How to Mitigate CVE-2026-8073

Immediate Actions Required

  • Update the Kirki plugin to a version newer than 6.0.6 that includes the fix referenced in the WordPress Kirki API ChangeLog
  • Deactivate and remove the Kirki plugin if an immediate update is not feasible
  • Back up the WordPress installation, including the uploads directory and database, before applying changes
  • Audit the uploads directory for missing or unexpectedly deleted files

Patch Information

The plugin maintainers committed a fix in changeset 3535640, which updates includes/API.php to validate file paths and enforce a capability check on the downloadZIP function. Site administrators should upgrade through the WordPress plugin updater to receive the patched release.

Workarounds

  • Restrict access to the WordPress site at the web application firewall (WAF) layer and block requests invoking the Kirki downloadZIP action
  • Apply HTTP rules that reject requests containing path traversal patterns targeting Kirki endpoints
  • Limit file system permissions on the WordPress uploads directory to reduce the impact of unauthorized deletions
bash
# Example WAF rule pattern to block requests targeting the vulnerable endpoint
# Adapt to your WAF syntax (ModSecurity example)
SecRule REQUEST_URI "@contains kirki" \
    "id:1008073,phase:1,deny,status:403,\
    msg:'Block Kirki downloadZIP exploitation attempt CVE-2026-8073',\
    chain"
    SecRule ARGS "@rx (\.\./|%2e%2e%2f)" "t:lowercase,t:urlDecodeUni"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechKirki

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-23
  • Technical References
  • WordPress Kirki API Source

  • WordPress Kirki API ChangeLog

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-8096: Kirki WordPress Plugin Auth Bypass Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English