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-8096

CVE-2026-8096: Kirki WordPress Plugin Auth Bypass Flaw

CVE-2026-8096 is an authorization bypass vulnerability in the Kirki WordPress plugin that allows authenticated attackers to view form submissions and contact details. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-8096 Overview

CVE-2026-8096 is an authorization bypass vulnerability in the Kirki – Freeform Page Builder, Website Builder & Customizer plugin for WordPress. The flaw affects all versions up to and including 6.0.6. The plugin fails to verify whether a user is authorized to perform specific actions in its AJAX handlers. Authenticated attackers with subscriber-level access or above can enumerate all Kirki frontend forms and read stored visitor submission data. Exposed information includes contact details, messages, and any other visitor-provided data submitted through site forms. The issue is tracked under CWE-862: Missing Authorization.

Critical Impact

Authenticated users with low-privileged subscriber accounts can read confidential visitor submissions collected by every Kirki form on the site.

Affected Products

  • Kirki – Freeform Page Builder, Website Builder & Customizer plugin for WordPress
  • All versions up to and including 6.0.6
  • WordPress sites permitting subscriber-level registration with Kirki installed

Discovery Timeline

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

Technical Details for CVE-2026-8096

Vulnerability Analysis

The Kirki plugin exposes AJAX endpoints that handle frontend form retrieval and submission data access. These endpoints do not enforce capability checks before returning sensitive data. Any authenticated session, including the lowest-privileged subscriber role, can invoke the affected handlers. The plugin returns form configurations and stored submission records without verifying that the requester has permission to view them. This converts data intended for site administrators into information readable by every registered user. The vulnerability is exploitable over the network and requires only low privileges with no user interaction.

Root Cause

The root cause is missing authorization logic in the plugin's AJAX action handlers, classified as CWE-862: Missing Authorization. The affected code path in includes/Ajax.php processes requests without calling a capability check such as current_user_can() to validate the caller's role. The vendor's changeset 3535640 introduces the authorization gate that was previously absent. Reviewers can inspect the pre-patch logic in the Kirki 6.0.4 Ajax.php source.

Attack Vector

An attacker registers a subscriber account on a target WordPress site or compromises any existing low-privileged account. The attacker authenticates and obtains a valid WordPress nonce. The attacker then issues AJAX POST requests to the vulnerable Kirki action, iterating across form identifiers to enumerate every frontend form and its stored submissions. The response contains raw visitor data harvested from contact forms, including names, email addresses, messages, and any custom fields configured by the site owner. No administrative interface interaction or social engineering is required.

No public proof-of-concept code has been released. The mechanism is documented in the Wordfence vulnerability report.

Detection Methods for CVE-2026-8096

Indicators of Compromise

  • Unexpected admin-ajax.php POST requests from low-privileged user sessions targeting Kirki actions
  • High volumes of AJAX responses containing form submission payloads delivered to non-administrator accounts
  • Subscriber accounts created shortly before bursts of AJAX traffic to Kirki endpoints
  • Outbound exfiltration of structured contact data correlated with WordPress session cookies for non-admin users

Detection Strategies

  • Review WordPress access logs for admin-ajax.php requests referencing Kirki actions originating from subscriber or contributor sessions
  • Correlate user role with AJAX response size, flagging cases where low-privilege sessions receive large JSON responses
  • Inspect plugin version inventory across hosted WordPress sites and flag installations at or below version 6.0.6

Monitoring Recommendations

  • Enable verbose logging on admin-ajax.php and forward events to a central SIEM for role-based analysis
  • Monitor new user registrations and pair them with subsequent AJAX activity within the first session
  • Alert on repeated AJAX calls from a single authenticated session that iterate through sequential form identifiers

How to Mitigate CVE-2026-8096

Immediate Actions Required

  • Update the Kirki plugin to the version released in changeset 3535640, which is the first release after 6.0.6
  • Audit existing WordPress user accounts and remove unused or suspicious subscriber-level accounts
  • Disable open user registration on sites that do not require it by unchecking Settings → General → Membership
  • Review stored Kirki form submissions and notify affected visitors if exposure is confirmed

Patch Information

The vendor addressed the missing authorization check in the commit recorded as changeset 3535640. The fix adds capability verification to the affected AJAX handler in includes/Ajax.php, preventing non-authorized roles from invoking the form data retrieval logic. Site operators must upgrade to the patched release; configuration changes alone do not remediate the flaw. Additional context is available in the Wordfence advisory.

Workarounds

  • Deactivate the Kirki plugin until the patched version can be installed if immediate upgrade is not possible
  • Restrict access to wp-admin/admin-ajax.php for unauthenticated and low-privileged sessions using a web application firewall rule that blocks the affected Kirki action
  • Temporarily set WordPress membership settings to disallow new user registrations to reduce the attacker pool
bash
# Configuration example: disable open registration and update the plugin via WP-CLI
wp option update users_can_register 0
wp plugin update kirki
wp plugin list --name=kirki --fields=name,status,version

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechKirki

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

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

  • WordPress Kirki Changeset Log

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-8073: Kirki WordPress Path Traversal 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