Description
The Simple Membership WordPress plugin before 4.7.5 does not verify the authenticity of Stripe webhook requests when no signing secret is configured, nor escape a value taken from them before outputting it in an administrator notice, allowing unauthenticated attackers to inject arbitrary web scripts that execute in the context of a logged-in administrator.
Published: 2026-07-06
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Simple Membership WordPress plugin before version 4.7.5 does not verify the authenticity of Stripe webhook requests when no signing secret is configured, nor escape a value taken from them before outputting it in an administrator notice. This flaw allows an unauthenticated attacker to inject arbitrary JavaScript that runs in the context of any logged‑in administrator, potentially enabling phishing, credential theft, tampering with site content, or further exploitation of the administrator’s session.

Affected Systems

This vulnerability affects the Simple Membership plugin for WordPress, specifically any installation running a version earlier than 4.7.5. The issue is present in all builds of the plugin where a Stripe webhook is enabled without configuring a signing secret.

Risk and Exploitability

The CVSS score of 8.8 indicates a high severity, while the EPSS score of less than 1% suggests a low likelihood of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector involves an attacker sending a crafted webhook payload to the plugin’s endpoint; because the plugin does not validate the source, the payload is accepted and the malicious script is stored and later executed when an administrator views the notice. Mitigation requires updating the plugin or protecting the endpoint with a signing secret to ensure only authenticated requests are processed.

Generated by OpenCVE AI on July 6, 2026 at 17:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Simple Membership to version 4.7.5 or later
  • Configure Stripe to use a webhook signing secret so the plugin can verify request authenticity
  • If unable to update immediately, disable or restrict the Stripe webhook endpoint to trusted IP ranges or switch to a secure handling mechanism to reject unauthenticated requests

Generated by OpenCVE AI on July 6, 2026 at 17:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 17:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-79

Mon, 06 Jul 2026 12:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 06 Jul 2026 07:30:00 +0000

Type Values Removed Values Added
Description The Simple Membership WordPress plugin before 4.7.5 does not verify the authenticity of Stripe webhook requests when no signing secret is configured, nor escape a value taken from them before outputting it in an administrator notice, allowing unauthenticated attackers to inject arbitrary web scripts that execute in the context of a logged-in administrator.
Title Simple Membership < 4.7.5 - Unauthenticated Stored XSS via Stripe Webhook API Version
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-07-06T12:01:41.739Z

Reserved: 2026-06-10T08:56:17.436Z

Link: CVE-2026-11855

cve-icon Vulnrichment

Updated: 2026-07-06T12:01:37.973Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-06T17:30:16Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')