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
    • 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-2890

CVE-2026-2890: Formidable Forms Payment Bypass Vulnerability

CVE-2026-2890 is a payment integrity bypass flaw in Formidable Forms for WordPress that allows attackers to reuse low-value PaymentIntents to bypass payment for high-value transactions. This article covers technical details, affected versions, and mitigation strategies.

Published: March 20, 2026

CVE-2026-2890 Overview

The Formidable Forms plugin for WordPress contains a critical payment integrity bypass vulnerability in all versions up to and including 6.28. The flaw resides in the Stripe payment handling logic, specifically within the handle_one_time_stripe_link_return_url function and the verify_intent() validation mechanism. This vulnerability allows unauthenticated attackers to reuse a PaymentIntent from a previously completed low-value payment to fraudulently mark a high-value payment as complete, effectively bypassing payment for goods or services.

Critical Impact

Unauthenticated attackers can exploit this payment integrity bypass to obtain goods or services without proper payment by reusing PaymentIntents from low-value transactions to complete high-value purchases.

Affected Products

  • Formidable Forms plugin for WordPress versions ≤ 6.28
  • WordPress sites using Formidable Forms with Stripe payment integration
  • E-commerce and payment forms utilizing Stripe Link functionality

Discovery Timeline

  • 2026-03-13 - CVE-2026-2890 published to NVD
  • 2026-03-16 - Last updated in NVD database

Technical Details for CVE-2026-2890

Vulnerability Analysis

This payment integrity bypass vulnerability (CWE-862: Missing Authorization) stems from insufficient validation in the Stripe payment processing workflow. The vulnerability exploits a fundamental design flaw where the payment completion handler trusts the Stripe PaymentIntent status without performing adequate verification of the transaction context.

The handle_one_time_stripe_link_return_url function marks payment records as complete based solely on whether the Stripe PaymentIntent status indicates success. Critically, it fails to compare the PaymentIntent's charged amount against the expected payment amount for the specific transaction. This creates a disconnect between what was actually charged and what the WordPress site records as paid.

Additionally, the verify_intent() function only validates client secret ownership without binding intents to specific forms or actions. This means an attacker can capture a valid PaymentIntent from any successful transaction and replay it in the context of a different, potentially more expensive purchase.

Root Cause

The root cause is a missing authorization check (CWE-862) in the payment verification logic. The vulnerable code fails to implement proper payment amount binding between the Stripe PaymentIntent and the form submission context. The verify_intent() function validates that the client possesses a valid secret but does not verify that the intent corresponds to the specific transaction being completed or that the charged amount matches the expected price.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Completing a legitimate low-value payment through a Formidable Forms Stripe integration to obtain a valid PaymentIntent
  2. Capturing the PaymentIntent client secret and associated parameters from the successful transaction
  3. Initiating a new high-value purchase through the same or different form on the target site
  4. Replaying the previously captured PaymentIntent data in the return URL handler
  5. The vulnerable handle_one_time_stripe_link_return_url function processes the intent, sees a successful status, and marks the high-value order as complete

The vulnerability is documented in the plugin source code. Technical details can be found in the FrmStrpLiteHooksController.php and FrmStrpLiteLinkController.php files in the WordPress plugin repository. The Wordfence vulnerability report provides additional context on the security implications.

Detection Methods for CVE-2026-2890

Indicators of Compromise

  • Multiple high-value orders marked as complete with payment amounts that don't match Stripe transaction records
  • Order completion events that reference PaymentIntents from different transaction contexts
  • Discrepancies between Stripe dashboard transaction amounts and WordPress order values
  • Repeated use of the same PaymentIntent client secret across multiple form submissions

Detection Strategies

  • Implement server-side logging to capture all payment verification requests including PaymentIntent IDs and expected amounts
  • Cross-reference Formidable Forms payment completion records with actual Stripe transaction data via API
  • Monitor for unusual patterns such as successful high-value orders from IP addresses that recently completed low-value transactions
  • Configure Web Application Firewall (WAF) rules to detect PaymentIntent parameter manipulation in return URLs

Monitoring Recommendations

  • Enable detailed logging for all Stripe webhook events and return URL handlers in the Formidable Forms plugin
  • Set up automated reconciliation between WordPress payment records and Stripe Dashboard transactions
  • Configure alerts for orders where the recorded payment amount differs from the form's expected price
  • Monitor access logs for repeated requests to Stripe return URL endpoints with similar parameters

How to Mitigate CVE-2026-2890

Immediate Actions Required

  • Update Formidable Forms plugin to a version newer than 6.28 when a patch becomes available
  • Audit recent transactions to identify any potential fraudulent payments that exploited this vulnerability
  • Temporarily disable Stripe Link payment functionality if high-value transactions are processed
  • Implement server-side payment verification that independently confirms charged amounts via Stripe API

Patch Information

Monitor the Formidable Forms plugin changelog and the WordPress plugin repository for security updates addressing this payment integrity bypass. The Wordfence vulnerability report should be consulted for the latest remediation guidance once a patch is released.

Workarounds

  • Implement Stripe webhook verification as the primary payment confirmation method rather than relying on return URL handlers
  • Add custom validation logic to verify PaymentIntent amounts match expected form values before marking orders complete
  • Consider using Stripe Checkout Sessions which provide stronger binding between payment intents and specific transactions
  • Temporarily restrict access to payment forms to authenticated users only to reduce attack surface
bash
# Verify Formidable Forms version and check for updates
wp plugin list --name=formidable --format=table
wp plugin update formidable --dry-run

# Review recent payment records for anomalies
wp db query "SELECT * FROM wp_frm_payments WHERE created_at > DATE_SUB(NOW(), INTERVAL 30 DAY) ORDER BY amount DESC LIMIT 50;"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFormidable Forms

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.06%

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

  • WordPress Code Review

  • WordPress Code Review

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-2888: Formidable Forms Auth Bypass Vulnerability
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