CVE-2026-6627 PUBLISHED

WPFormify <= 1.1.1 - Missing Authorization

Assigner: Wordfence
Reserved: 19.04.2026 Published: 05.08.2026 Updated: 05.08.2026

The WPFormify – Stripe Payments with Form and Checkout plugin for WordPress is vulnerable to unauthorized modification and deletion of Stripe payment credentials in all versions up to, and including, 1.1.1. This is due to missing capability checks and nonce verification on the wpf_stripe_callback_success() and wpf_stripe_disconnect() functions, both hooked to admin_init. The admin_init hook fires on admin-post.php which is accessible without authentication. This makes it possible for unauthenticated attackers to overwrite the site's Stripe API credentials with attacker-controlled values (redirecting payments to the attacker's Stripe account) or disconnect the Stripe integration entirely by deleting the stored credentials.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L
CVSS Score: 8.2

Product Status

Vendor saadiqbal
Product WPFormify – Stripe Payments with Form and Checkout
Versions Default: unaffected
  • affected from 0 to 1.1.1 (incl.)

Credits

  • Legion Hunter finder

References

Problem Types

  • CWE-862 Missing Authorization CWE