CVE-2026-0751
Unknown Unknown - Not Provided
Stored XSS in Stripe Payment Form Plugin for WordPress

Publication date: 2026-02-14

Last updated on: 2026-04-08

Assigner: Wordfence

Description
The Payment Page | Payment Form for Stripe plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'pricing_plan_select_text_font_family' parameter in all versions up to, and including, 1.4.6 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-14
Last Modified
2026-04-08
Generated
2026-05-07
AI Q&A
2026-02-14
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
payment_page payment_form_for_stripe to 1.4.6 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

The Payment Page | Payment Form for Stripe plugin for WordPress is vulnerable to Stored Cross-Site Scripting (XSS) via the 'pricing_plan_select_text_font_family' parameter in all versions up to and including 1.4.6.

This vulnerability arises due to insufficient input sanitization and output escaping, which allows authenticated attackers with Author-level access or higher to inject arbitrary web scripts.

These injected scripts execute whenever a user accesses the affected page, potentially compromising the security of users interacting with the plugin.


How can this vulnerability impact me? :

This Stored Cross-Site Scripting vulnerability can allow attackers with Author-level access to inject malicious scripts into pages rendered by the plugin.

When other users visit these pages, the malicious scripts execute in their browsers, potentially leading to session hijacking, data theft, or unauthorized actions performed on behalf of the user.

Because the vulnerability requires authenticated access at the Author level or above, it primarily impacts sites where such users are compromised or malicious.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability involves Stored Cross-Site Scripting (XSS) via the 'pricing_plan_select_text_font_family' parameter in the Payment Page | Payment Form for Stripe WordPress plugin versions up to 1.4.6. Detection involves identifying if this parameter has been exploited by checking for injected scripts in pages rendered by the plugin.

Since the vulnerability requires authenticated attackers with Author-level access or above to inject scripts, detection can include reviewing the database or WordPress posts/pages where the plugin stores its pricing plan settings for suspicious script tags or unusual content in the 'pricing_plan_select_text_font_family' field.

Suggested commands or methods to detect exploitation include:

  • Using WP-CLI to search for suspicious script tags in post meta or options related to the plugin, for example: `wp post meta list --post_type=payment_form | grep '<script>'`
  • Searching the WordPress database directly for injected scripts in the relevant plugin settings table or post meta, e.g., using SQL: `SELECT * FROM wp_postmeta WHERE meta_key LIKE '%pricing_plan_select_text_font_family%' AND meta_value LIKE '%<script>%'`
  • Monitoring HTTP responses for unexpected script injections in pages served by the plugin, using tools like curl or browser developer tools.
  • Reviewing web server logs for suspicious POST requests or changes to plugin settings by users with Author-level or higher privileges.

What immediate steps should I take to mitigate this vulnerability?

The immediate mitigation step is to update the Payment Page | Payment Form for Stripe WordPress plugin to a version later than 1.4.6 where this vulnerability is fixed.

If updating is not immediately possible, restrict Author-level and higher user permissions to trusted users only, as the vulnerability requires authenticated users with such privileges to exploit.

Additionally, review and sanitize any existing data in the 'pricing_plan_select_text_font_family' parameter or related plugin settings to remove any injected scripts.

Implement web application firewall (WAF) rules to detect and block attempts to inject scripts via this parameter.

Monitor logs and user activity for suspicious behavior related to plugin settings modification.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart