Cyber Resilience

CVE-2026-2890

High

Published: 13 March 2026

Published
13 March 2026
Modified
22 April 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
EPSS Score 0.0009 25.9th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2890 is a high-severity Missing Authorization (CWE-862) vulnerability in Wordpress (inferred from references). Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 25.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-2890 is a payment integrity bypass vulnerability affecting the Formidable Forms plugin for WordPress in all versions up to and including 6.28. The issue stems from flaws in the Stripe integration, specifically the `handle_one_time_stripe_link_return_url` function in the Stripe Link return handler, which marks payment records as complete based solely on the Stripe PaymentIntent status without verifying the charged amount against the expected payment amount. Additionally, the `verify_intent()` function only checks client secret ownership without binding intents to specific forms or actions, enabling manipulation of payment statuses.

Unauthenticated attackers can exploit this vulnerability remotely with low complexity, as indicated by its CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N) and association with CWE-862 (Missing Authorization). By reusing a PaymentIntent from a previously completed low-value payment, an attacker can mark a high-value payment as complete without actually paying, thereby bypassing payment for goods or services offered through affected forms.

Advisories, including the Wordfence threat intelligence report, detail the vulnerability and reference specific code locations in the plugin's Stripe controllers, such as FrmStrpLiteHooksController.php at line 92 and FrmStrpLiteLinkController.php at lines 429 and 79, highlighting the exact implementation flaws.

EU & UK References

Vulnerability details

The Formidable Forms plugin for WordPress is vulnerable to a payment integrity bypass in all versions up to, and including, 6.28. This is due to the Stripe Link return handler (`handle_one_time_stripe_link_return_url`) marking payment records as complete based solely on the…

more

Stripe PaymentIntent status without comparing the intent's charged amount against the expected payment amount, and the `verify_intent()` function validating only client secret ownership without binding intents to specific forms or actions. This makes it possible for unauthenticated attackers to reuse a PaymentIntent from a completed low-value payment to mark a high-value payment as complete, effectively bypassing payment for goods or services.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1657 Financial Theft Impact
Adversaries may steal monetary resources from targets through extortion, social engineering, technical theft, or other methods aimed at their own financial gain at the expense of the availability of these resources for victims.
Why these techniques?

Public-facing WordPress plugin flaw directly enables remote unauth exploitation (T1190) and payment record manipulation for financial theft (T1657).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-45209Shared CWE-862
CVE-2026-25026Shared CWE-862
CVE-2026-42083Shared CWE-862
CVE-2026-0656Shared CWE-862
CVE-2026-24532Shared CWE-862
CVE-2025-13603Shared CWE-862
CVE-2025-69063Shared CWE-862
CVE-2026-3045Shared CWE-862
CVE-2025-67956Shared CWE-862
CVE-2025-41765Shared CWE-862

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of PaymentIntent charged amount against expected payment and binding to specific forms, preventing reuse of low-value intents for high-value payments.

prevent

Enforces access control to payment record updates, requiring verification of intent attributes like amount and form specificity before marking payments complete.

prevent

Mandates timely identification, reporting, and correction of flaws in plugins like Formidable Forms, eliminating the payment integrity bypass vulnerability.

References