CVE-2026-9273
Last modified
CVE-2026-9273 is a critical-severity vulnerability rated 9.3/10 on the CVSS scale. 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'] ) . EPSS estimates a 0.28% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| stellarwp | Membership Plugin – Kadence Memberships | <= 4.0.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-9273?
How severe is CVE-2026-9273?
How do I fix CVE-2026-9273?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-9266A Missing Required Cryptographic Step vulnerability has been…7
- CVE-2026-9267Eclipse tinydtls before commit b3efd41ad111a4920f599f51ffa4f…6.9
- CVE-2026-9269The Secure Copy Content Protection and Content Locking WordP…3.5
- CVE-2026-9270DataDog::DogStatsd versions through 0.07 for Perl allow metr…9.1
- CVE-2026-9271Vulnerability Title5.9
- CVE-2026-9272In Progress Flowmon ADS versions prior to 12.5.6 and 13.0.5,…8.1
- CVE-2026-9274This vulnerability exists in CP Plus Wi-Fi Camera due to imp…5.2
- CVE-2026-9277shell-quote's `quote()` function did not validate object-tok…9.2
- CVE-2026-9278The Form Builder CP WordPress plugin before 1.2.47 does not …5.4
- CVE-2026-9279Logseq exposes an IPC handler that allows the renderer proce…8.7
- CVE-2026-9280The Ad Inserter – Ad Manager & AdSense Ads plugin for WordPr…6.1
- CVE-2026-9281The Master Addons For Elementor – Widgets, Extensions, Theme…6.4
Are you affected by CVE-2026-9273?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
