The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2729

CVE-2026-2729: Forminator WordPress Auth Bypass Flaw

CVE-2026-2729 is an authorization bypass vulnerability in the Forminator WordPress plugin allowing attackers to exploit payment flows by reusing low-value Stripe PaymentIntents for high-value forms, causing underpayment.

Published: May 7, 2026

CVE-2026-2729 Overview

CVE-2026-2729 is an authorization bypass vulnerability in the Forminator plugin for WordPress affecting all versions up to and including 1.52.0. The plugin fails to verify that a user is authorized to perform an action when processing attacker-supplied Stripe PaymentIntent identifiers in the public payment flow. Unauthenticated attackers can submit high-value paid forms as completed by reusing a previously succeeded low-value Stripe PaymentIntent. This results in underpayment and payment bypass conditions on sites that monetize forms through Stripe. The flaw is classified under CWE-639 (Authorization Bypass Through User-Controlled Key).

Critical Impact

Unauthenticated attackers can replay low-value Stripe PaymentIntent identifiers to mark high-value paid form submissions as completed, causing financial loss to site operators.

Affected Products

  • Forminator plugin for WordPress, all versions up to and including 1.52.0
  • WordPress sites using Forminator with Stripe payment integration
  • Sites accepting variable or tiered payments through Forminator forms

Discovery Timeline

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

Technical Details for CVE-2026-2729

Vulnerability Analysis

The Forminator plugin integrates with Stripe to collect payments through WordPress forms. During submission, the plugin processes a PaymentIntent identifier provided by the client to confirm payment status. The vulnerable code path trusts the client-supplied identifier without verifying that the referenced PaymentIntent corresponds to the current submission, the expected amount, or an authorized session.

An unauthenticated attacker first completes a legitimate low-value payment on the same site to obtain a succeeded PaymentIntent ID. The attacker then submits a separate, higher-value form and replaces the new PaymentIntent reference with the previously succeeded low-value ID. The plugin queries Stripe, sees a succeeded status, and marks the high-value submission as paid.

The issue is a logic flaw in the public payment flow rather than a memory or injection bug. It enables underpayment without requiring authentication, valid credentials, or user interaction. See the Wordfence Vulnerability Report for additional analysis.

Root Cause

The root cause is missing authorization and binding checks between a submitted form instance and the PaymentIntent identifier supplied by the client. The plugin does not validate that the PaymentIntent was created for the specific form, amount, currency, and session being processed. This matches the CWE-639 pattern of authorization through a user-controlled key.

Attack Vector

The attack vector is network-based and requires no privileges or user interaction. An attacker performs one valid low-value payment to capture a succeeded PaymentIntent ID. The attacker then submits a higher-priced form and reuses that ID in the public submission endpoint. The plugin reports the submission as paid, and the form action completes without the correct charge being made.

The vulnerability is described in prose because no public proof-of-concept code is referenced in the advisory. Technical fix details are available in the WordPress Plugin Changeset.

Detection Methods for CVE-2026-2729

Indicators of Compromise

  • Multiple Forminator submissions referencing the same Stripe PaymentIntent ID across different form entries
  • Submissions marked as paid where the recorded amount does not match the form's configured price
  • Stripe dashboard showing fewer or smaller charges than the count of completed paid form entries in WordPress
  • Repeated POSTs to Forminator submission endpoints from the same IP with varying form IDs but identical payment_intent values

Detection Strategies

  • Reconcile Forminator entry logs against Stripe charge history and flag any entry whose PaymentIntent ID is reused or whose amount is below the form's configured price.
  • Inspect WordPress access logs for POST requests to Forminator AJAX endpoints (admin-ajax.php with Forminator submission actions) carrying client-supplied payment_intent parameters.
  • Review web application firewall (WAF) logs for high-frequency form submissions originating from a small set of source IPs.

Monitoring Recommendations

  • Enable Stripe webhook logging and alert when a single PaymentIntent is referenced by more than one downstream order or submission.
  • Monitor the Forminator submissions table for entries with payment_status = success but missing or mismatched charge metadata.
  • Track outbound API calls from WordPress to api.stripe.com and correlate with submission counts to detect divergence.

How to Mitigate CVE-2026-2729

Immediate Actions Required

  • Update the Forminator plugin to the patched release published after version 1.52.0 as referenced in the WordPress Plugin Changeset 3500669.
  • Audit all Forminator entries created since the plugin was installed to identify reused PaymentIntent IDs and underpaid submissions.
  • Reconcile WordPress form revenue against Stripe charge totals for the affected period and dispute or reverse fulfillment for unpaid submissions.

Patch Information

The vendor addressed the issue in the changeset published at plugins.trac.wordpress.org/changeset/3500669/forminator. The fix introduces server-side validation that binds the PaymentIntent identifier to the specific form submission, expected amount, and currency before marking the entry as paid. Site operators must update to the fixed release through the WordPress plugin updater or by replacing the plugin files manually.

Workarounds

  • Disable Stripe payment integration in Forminator forms until the plugin is updated.
  • Temporarily deactivate Forminator on sites that cannot be patched immediately and route payments through a hosted Stripe Checkout link instead.
  • Restrict access to Forminator submission endpoints via WAF rules that require a valid CSRF token and rate-limit POSTs to admin-ajax.php actions used by the plugin.
bash
# Example WAF rule (ModSecurity) to block reused PaymentIntent IDs
# Track payment_intent values seen in Forminator submissions
SecRule ARGS:payment_intent "@rx ^pi_[A-Za-z0-9]+$" \
    "id:1002729,phase:2,deny,status:403,\
    msg:'Forminator PaymentIntent reuse blocked (CVE-2026-2729)',\
    chain"
    SecRule REQUEST_URI "@contains /wp-admin/admin-ajax.php" \
        "chain"
        SecRule ARGS:action "@rx forminator_submit_form"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Technical References
  • WordPress Plugin Changeset

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-6512: InfusedWoo Pro Authorization Bypass Flaw

  • CVE-2026-6145: WordPress User Registration Auth Bypass

  • CVE-2026-8181: Burst Statistics Auth Bypass Vulnerability

  • CVE-2026-7525: My Calendar WordPress Auth Bypass Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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