Membership Plugin – Kadence Memberships <= 4.0.0 - Unauthenticated Password Reset Link Poisoning to Account Takeover

9.3
Weak Password Recovery Mechanism for Forgotten Password
CVE CVE-2026-9273
CVSS 9.3 (Critical)
Publicly Published August 4, 2026
Last Updated August 5, 2026
Researcher scort - bjCSIRT/ASIN

Description

The Membership Plugin – Kadence Memberships plugin for WordPress (formerly Restrict Content) is vulnerable to password reset link poisoning leading to account takeover in all versions up to, and including, 4.0.0. This is due to the legacy lost-password handler rc_process_lost_password_form() consuming the attacker-controlled rc_redirect POST parameter into two unvalidated sinks in legacy/includes/forms.php: wp_redirect( esc_url( $_POST['rc_redirect'] ) . ... ) at line 243, and add_query_arg( array( 'key' => $key, 'login' => ... ), $_POST['rc_redirect'] ) inside rc_send_password_reset_email() at line 306. The nonce required to reach the handler is broadcast by the public [login_form] shortcode at line 207 to any anonymous visitor. This makes it possible for unauthenticated attackers to issue a password-reset request for any account (including administrators) whose reset email body points the victim at an attacker-controlled host carrying a valid reset key/login. When the victim clicks the link, the reset key leaks to the attacker, who can replay it against the legitimate site to complete account takeover.

References

Share

Vulnerability Details for Membership Plugin – Kadence Memberships

Software Type Plugin
Software Slug restrict-content (view on wordpress.org)
Patched? Yes
Remediation Update to version 4.0.1, or a newer patched version
Affected Version
  • <= 4.0.0
Patched Version
  • 4.0.1

Recent vulnerabilities in Membership Plugin – Kadence Memberships

5.3
CVE ID Unknown
Jun 23, 2023
Researchers:
# Title CVE ID CVSS Researchers Date
1 Membership Plugin – Restrict Content <= 3.2.22 - Missing Authorization CVE-2026-32546 5.3 Nguyen Ba Khanh March 20, 2026
2 Membership Plugin – Restrict Content <= 3.2.24 - Unvalidated Redirect in Password Reset Flow via rcp_redirect CVE-2026-4136 4.3 Supakiad S. (m3ez) March 19, 2026
3 Membership Plugin – Restrict Content <= 3.2.20 - Unauthenticated Privilege Escalation via 'rcp_level' CVE-2026-1321 8.1 shark3y March 4, 2026
4 Membership Plugin – Restrict Content <= 3.2.18 - Authenticated (Administrator+) Stored Cross-Site Scripting via Invoice Settings CVE-2026-1304 4.4 Miguel Santareno February 17, 2026
5 Membership Plugin – Restrict Content <= 3.2.16 - Missing Authentication to Insecure Direct Object Reference and Sensitive Information Exposure CVE-2025-14844 8.2 andrea bocchetti January 15, 2026
6 Membership Plugin – Restrict Content <= 3.2.15 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcodes CVE-2025-14000 6.4 Muhammad Yudha - DJ December 22, 2025
7 Membership Plugin – Restrict Content <= 3.2.13 - Unauthenticated Content Restriction Bypass to Sensitive Information Exposure CVE-2024-11090 5.3 Francesco Carlucci January 25, 2025
8 Restrict Content <= 3.2.8 - Missing Authorization CVE-2024-31432 5.3 Dhabaleshwar Das April 10, 2024
9 Restrict Content <= 3.2.7 - Information Exposure via legacy log file CVE-2023-47668 5.3 Joshua Chan November 6, 2023
10 Restrict Content <= 3.2.2 - Missing Authorization to Notice Dismissal 5.3 June 23, 2023

Did you know Wordfence Intelligence provides free personal and commercial API access to our comprehensive WordPress vulnerability database, along with a free webhook integration to stay on top of the latest vulnerabilities added and updated in the database? Get started today!

Learn more

Want to get notified of the latest vulnerabilities that may affect your WordPress site?
Install Wordfence on your site today to get notified immediately if your site is affected by a vulnerability that has been added to our database.

Get Wordfence

The Wordfence Intelligence WordPress vulnerability database is completely free to access and query via API. Please review the documentation on how to access and consume the vulnerability data via API.

Documentation