CVE-2026-1461
Improper Validation in Simple Membership Plugin Enables Unauthorized Subscription Manipulation
Publication date: 2026-02-19
Last updated on: 2026-02-19
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| simple_membership | plugin | to 4.7.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-230 | The product does not handle or incorrectly handles when a parameter, field, or argument name is specified, but the associated value is missing, i.e. it is empty, blank, or null. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The Simple Membership plugin for WordPress has a vulnerability in versions up to and including 4.7.0 related to improper handling of missing values in its Stripe webhook handler.
Specifically, the plugin only validates webhook signatures if the stripe-webhook-signing-secret setting is configured, but this setting is empty by default.
Because of this, unauthenticated attackers can forge Stripe webhook events, allowing them to manipulate membership subscriptions.
- They can reactivate expired memberships without payment.
- They can cancel legitimate subscriptions.
This can lead to unauthorized access and disruption of services.
How can this vulnerability impact me? :
This vulnerability can have several impacts on users of the Simple Membership plugin:
- Unauthorized access to membership content by reactivating expired memberships without payment.
- Disruption of legitimate services by canceling valid subscriptions.
Overall, it can lead to financial loss and service reliability issues.
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?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know