Sureforms Brainstormforce Sureforms

Don't miss out!

Thousands of developers use stack.watch to stay informed.
Get an email whenever new security vulnerabilities are reported in Brainstormforce Sureforms.

By the Year

In 2026 there have been 2 vulnerabilities in Brainstormforce Sureforms with an average score of 7.5 out of ten. Last year, in 2025 Sureforms had 12 security vulnerabilities published. Right now, Sureforms is on track to have less security vulnerabilities in 2026 than it did last year. However, the average CVE base score of the vulnerabilities in 2026 is greater by 1.59.

Year Vulnerabilities Average Score
2026 2 7.50
2025 12 5.91

It may take a day or so for new Sureforms vulnerabilities to show up in the stats or in the list of recent security vulnerabilities. Additionally vulnerabilities may be tagged under a different product or component name.

Recent Brainstormforce Sureforms Security Vulnerabilities

SureForms WP Plugin <=2.2.1 Improper Input Validation in Payment Intents
CVE-2026-15288 7.5 - High - July 10, 2026

The SureForms Drag and Drop Form Builder for WordPress plugin for WordPress is vulnerable to Improper Input Validation in all versions up to, and including, 2.2.1. This is due to the plugin accepting the payment amount directly from user-controlled POST data in the 'create_payment_intent' and 'create_subscription_intent' functions without validating it against the form's configured price. This makes it possible for unauthenticated attackers to modify the payment amount to any arbitrary value when submitting a Stripe payment form, potentially purchasing products or services at significantly reduced prices.

Improper Input Validation

Payment Amount Bypass in SureForms 2.5.2 (form_id=0)
CVE-2026-4987 7.5 - High - March 28, 2026

The SureForms Contact Form, Payment Form & Other Custom Form Builder plugin for WordPress is vulnerable to Payment Amount Bypass in all versions up to, and including, 2.5.2. This is due to the create_payment_intent() function performing a payment validation solely based on the value of a user-controlled parameter. This makes it possible for unauthenticated attackers to bypass configured form payment-amount validation and create underpriced payment/subscription intents by setting form_id to 0.

Improper Input Validation

WP SureForms <=2.2.0 Stored XSS via Form Fields
CVE-2025-14855 7.2 - High - December 21, 2025

The SureForms plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the form field parameters in all versions up to, and including, 2.2.0 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

XSS

SureForms WP Plugin <=1.13.1 CSRF Bypass via wp_rest nonce
CVE-2025-12535 5.3 - Medium - November 19, 2025

The SureForms plugin for WordPress is vulnerable to Cross-Site Request Forgery Bypass in all versions up to, and including, 1.13.1. This is due to the plugin distributing generic WordPress REST API nonces (wp_rest) to unauthenticated users via the 'wp_ajax_nopriv_rest-nonce' action. While the plugin legitimately needs to support unauthenticated form submissions, it incorrectly uses generic REST nonces instead of form-specific nonces. This makes it possible for unauthenticated attackers to bypass CSRF protection on REST API endpoints that rely solely on nonce verification without additional authentication checks, allowing them to trigger unauthorized actions such as the plugin's own post-submission hooks and potentially other plugins' REST endpoints.

Session Riding

WordPress SureForms 1.13.1 or earlier Sensitive Info Exposure
CVE-2025-12536 5.3 - Medium - November 13, 2025

The SureForms plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.13.1 via the '_srfm_email_notification' post meta registration. This is due to setting the 'auth_callback' parameter to '__return_true', which allows unauthenticated access to the metadata. This makes it possible for unauthenticated attackers to extract sensitive data including email notification configurations, which frequently contain vendor-provided CRM/help desk dropbox addresses, CC/BCC recipients, and notification templates that can be abused to inject malicious data into downstream systems.

Privacy violation

Sensitive Info Disclosure in SureForms 1.12.1 via /srfm-global-settings API
CVE-2025-10732 4.3 - Medium - October 14, 2025

The SureForms Drag and Drop Form Builder for WordPress plugin for WordPress is vulnerable to Sensitive Information Disclosure in all versions up to, and including, 1.12.1. This is due to improper access control implementation on the '/wp-json/sureforms/v1/srfm-global-settings' REST API endpoint. This makes it possible for authenticated attackers, with contributor-level access and above, to retrieve sensitive information including API keys for Google reCAPTCHA, Cloudflare Turnstile, hCaptcha, admin email addresses, and security-related form settings.

AuthZ

WordPress SureForms1.12: Unauthorized Form Creation via Capability Check
CVE-2025-10489 4.3 - Medium - September 20, 2025

The SureForms Drag and Drop Contact Form Builder Multi-step Forms, Conversational Forms and more plugin for WordPress is vulnerable to unauthorized creation of forms due to a missing capability check on the register_post_types() function in all versions up to, and including, 1.12.0. This makes it possible for authenticated attackers, with Contributor-level access and above, to create forms when the user interface specifically prohibits it.

AuthZ

Reflected XSS in SureForms WordPress plugin <1.7.2
CVE-2025-5921 - August 01, 2025

The SureForms WordPress plugin before 1.7.2 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against both authenticated and unauthenticated users.

XSS

PHP Obj Inject in SureForms Drag&Drop Builder <=1.7.3 via delete_entry_files()
CVE-2025-6742 7.5 - High - July 09, 2025

The SureForms Drag and Drop Form Builder for WordPress plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.7.3 via the use of file_exists() in the delete_entry_files() function without restriction on the path provided. This makes it possible for unauthenticated attackers to inject a PHP Object. No known POP chain is present in the vulnerable software, which means this vulnerability has no impact unless another plugin or theme containing a POP chain is installed on the site. If a POP chain is present via an additional plugin or theme installed on the target system, it may allow the attacker to perform actions like delete arbitrary files, retrieve sensitive data, or execute code depending on the POP chain present.

Marshaling, Unmarshaling

SureForms DP FD Deletion RCE via delete_entry_files() before 1.7.3
CVE-2025-6691 8.1 - High - July 09, 2025

The SureForms Drag and Drop Form Builder for WordPress plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the delete_entry_files() function in all versions up to, and including, 1.7.3. This makes it possible for unauthenticated attackers to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php).

External Control of File Name or Path

SureForms WP Plugin <1.4.4 Stored XSS via Form Settings
CVE-2025-3514 - May 02, 2025

The SureForms WordPress plugin before 1.4.4 does not sanitise and escape some of its Form settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).

XSS

Stored XSS via Unsanitized Form Settings in SureForms WP <1.4.4
CVE-2025-3513 - May 02, 2025

The SureForms WordPress plugin before 1.4.4 does not sanitise and escape some of its Form settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).

XSS

WordPress SureForms <1.4.4 REST API Auth Bypass
CVE-2025-3471 - April 30, 2025

The SureForms WordPress plugin before 1.4.4 does not have proper authorisation check when updating its settings via the REST API, which could allow Contributor and above roles to perform such action

WP Plugin SureForms 1.2.2 Info Exposure via handle_export_form missing check
CVE-2024-12713 5.3 - Medium - January 08, 2025

The SureForms Drag and Drop Form Builder for WordPress plugin for WordPress is vulnerable to Information Exposure in all versions up to, and including, 1.2.2 via the handle_export_form() function due to a missing capability check. This makes it possible for unauthenticated attackers to export data from password protected, private, or draft posts that they should not have access to.

AuthZ

Stay on top of Security Vulnerabilities

Want an email whenever new vulnerabilities are published for Brainstormforce Sureforms or by Brainstormforce? Click the Watch button to subscribe.

subscribe