CVE-2026-8893
Deferred Deferred - Pending Action

Stored XSS in Express Payment For Stripe WordPress Plugin

Vulnerability report for CVE-2026-8893, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-06

Last updated on: 2026-06-08

Assigner: Wordfence

Description

The Express Payment For Stripe plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'type' attribute of the [stripe-express] shortcode in versions up to, and including, 1.28.0. This is due to insufficient input sanitization and output escaping on the shortcode attribute value, which is concatenated into an HTML attribute in the rendered output of the register_shortcode() function without being passed through esc_attr() or any other escaping function. This makes it possible for authenticated attackers, with contributor-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-06-06
Last Modified
2026-06-08
Generated
2026-07-17
AI Q&A
2026-06-06
EPSS Evaluated
2026-07-15
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wp_stripe express_payment_for_stripe to 1.28.0 (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 Quick Actions

Instant insights powered by AI
Executive Summary

The Express Payment For Stripe plugin for WordPress has a Stored Cross-Site Scripting (XSS) vulnerability in versions up to and including 1.28.0. This vulnerability arises because the 'type' attribute of the [stripe-express] shortcode is not properly sanitized or escaped before being included in the HTML output. As a result, authenticated users with contributor-level access or higher can inject malicious scripts that will execute whenever someone views the affected page.

Impact Analysis

This vulnerability can allow attackers with contributor-level access to inject arbitrary web scripts into pages. These scripts can execute in the context of users visiting those pages, potentially leading to theft of user credentials, session hijacking, defacement, or other malicious actions. Since the vulnerability requires authenticated access, it primarily impacts sites where users have contributor or higher privileges.

Mitigation Strategies

To mitigate this vulnerability, you should update the Express Payment For Stripe plugin for WordPress to a version later than 1.28.0 where the issue is fixed.

Additionally, restrict contributor-level access and above to trusted users only, as the vulnerability requires authenticated users with at least contributor privileges to exploit.

Review and sanitize any shortcode attributes in your WordPress pages to ensure no malicious scripts are injected.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-8893. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart