Skip to main content

WordPress CVE-2025-12834

MEDIUM
Cross-site Scripting (XSS) (CWE-79)
2025-12-12 security@wordfence.com
6.1
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
6.1 MEDIUM
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

2
Analysis Generated
Apr 08, 2026 - 19:39 vuln.today
CVE Published
Dec 12, 2025 - 04:15 nvd
MEDIUM 6.1

DescriptionCVE.org

The Accept Stripe Payments Using Contact Form 7 plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'failure_message' parameter in versions up to, and including, 3.1 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.

AnalysisAI

Reflected cross-site scripting (XSS) in Accept Stripe Payments Using Contact Form 7 WordPress plugin versions up to 3.1 allows unauthenticated attackers to inject arbitrary JavaScript via the 'failure_message' parameter due to insufficient input sanitization and output escaping. An attacker can craft a malicious link that, when clicked by a victim, executes JavaScript in the victim's browser session with access to sensitive data or session tokens. No public exploit code or active exploitation has been confirmed at the time of analysis.

Technical ContextAI

The vulnerability stems from CWE-79 (Improper Neutralization of Input During Web Page Generation), a classic reflected XSS flaw. The Accept Stripe Payments Using Contact Form 7 plugin, which integrates Stripe payment processing with Contact Form 7, fails to properly sanitize and escape the 'failure_message' parameter before outputting it in HTML context. The vulnerable code path is in class.cf7sa.lib.php (line 696 per the plugin repository reference), where user-supplied input is reflected directly into the page response without adequate sanitization via functions like sanitize_text_field() or escaping via wp_kses_post(). WordPress plugins must follow strict output escaping practices (esc_html(), esc_attr(), wp_kses_post()) to prevent XSS, particularly for parameters exposed in URLs or form submissions.

Affected ProductsAI

The Accept Stripe Payments Using Contact Form 7 WordPress plugin is affected in all versions up to and including 3.1. This plugin extends Contact Form 7 to accept Stripe payments and is distributed through the official WordPress plugin repository (https://plugins.trac.wordpress.org/browser/accept-stripe-payments-using-contact-form-7/). Wordfence reported the vulnerability with reference ID d9e77e3f-dcd8-426a-be0f-24eb65c6709e, and the plugin repository references changeset 3418155 and line 696 of class.cf7sa.lib.php as the vulnerable code location.

RemediationAI

Update the Accept Stripe Payments Using Contact Form 7 plugin to a patched version released after 3.1. The WordPress plugin repository changeset 3418155 indicates a fix has been committed; install the latest available version of the plugin via WordPress admin dashboard (Plugins > Updates) or manually download the patched version from https://plugins.trac.wordpress.org/. Ensure the 'failure_message' parameter and all user-controlled input is properly sanitized using WordPress sanitization functions (sanitize_text_field(), sanitize_textarea_field()) on input and escaped using appropriate escaping functions (esc_html(), esc_attr(), wp_kses_post()) on output before rendering in HTML. As an interim mitigation, disable the plugin if not actively required, or restrict access to payment pages via IP whitelisting or authentication until patched. For additional guidance, reference Wordfence's vulnerability report at https://www.wordfence.com/threat-intel/vulnerabilities/id/d9e77e3f-dcd8-426a-be0f-24eb65c6709e.

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

CVE-2025-12834 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy