The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-4136

CVE-2026-4136: Membership Plugin Redirect Vulnerability

CVE-2026-4136 is an unvalidated redirect vulnerability in the Membership Plugin for WordPress that allows attackers to redirect users to malicious sites via password reset emails. This article covers technical details, versions up to 3.2.24, and mitigation steps.

Updated: May 14, 2026

CVE-2026-4136 Overview

CVE-2026-4136 is an unvalidated redirect vulnerability in the Membership Plugin – Restrict Content for WordPress. The flaw affects all versions up to and including 3.2.24. The plugin fails to validate the rcp_redirect parameter used during the password reset workflow. Unauthenticated attackers can craft password reset links that redirect victims to attacker-controlled domains after interaction. The issue is categorized under CWE-640: Weaker Authentication Recovery Mechanism. Successful exploitation typically requires social engineering to convince a user to follow a tampered reset link.

Critical Impact

Attackers can leverage the password reset flow to redirect WordPress users to phishing or malware hosting sites, enabling credential theft and follow-on account compromise.

Affected Products

  • Membership Plugin – Restrict Content for WordPress, versions up to and including 3.2.24
  • WordPress sites using the restrict-content plugin with password reset enabled
  • Patched in the changeset published at revision 3486071

Discovery Timeline

  • 2026-03-20 - CVE-2026-4136 published to the National Vulnerability Database
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-4136

Vulnerability Analysis

The Restrict Content plugin exposes an unvalidated redirect within its login and password reset functions. The vulnerable logic resides in core/includes/login-functions.php around line 270 in version 3.2.24. The plugin reads the rcp_redirect request parameter and embeds it in the password reset email or post-action redirect without verifying that the destination belongs to the site's own host. An attacker can append rcp_redirect=https://attacker.example/ to a reset request and have the resulting email or redirect carry that destination. When the victim completes the action, the browser is sent to the attacker-supplied URL. This pattern matches the standard open redirect anti-pattern described in [CWE-640].

Root Cause

The root cause is insufficient input validation on a user-controlled URL parameter. The plugin treats the rcp_redirect value as trusted and does not enforce same-origin checks, an allowlist of internal paths, or use of WordPress helpers such as wp_safe_redirect(). Without these controls, any absolute URL becomes a valid redirect target.

Attack Vector

Exploitation requires no authentication but does require user interaction. An attacker sends a crafted link or initiates a password reset that injects a malicious rcp_redirect value. The user must click the link or complete the reset flow. The destination site can then mimic the WordPress login screen to harvest credentials or deliver malware. Technical details are available in the Wordfence vulnerability report and the upstream changeset.

No verified proof-of-concept code is published. See the vulnerable source reference for the unpatched logic.

Detection Methods for CVE-2026-4136

Indicators of Compromise

  • HTTP requests to WordPress endpoints containing an rcp_redirect parameter whose value points to an external domain
  • Outbound password reset emails containing reset links with external URLs in the rcp_redirect query string
  • User reports of being redirected to unfamiliar login pages after clicking password reset links

Detection Strategies

  • Inspect web server access logs for rcp_redirect= values that do not match the site's own hostname or relative paths
  • Search outbound mail logs for password reset messages with embedded absolute URLs in the redirect parameter
  • Correlate failed WordPress login attempts following password reset activity to identify credential reuse from phishing

Monitoring Recommendations

  • Alert on requests to wp-login.php and Restrict Content endpoints containing fully-qualified external URLs in query parameters
  • Monitor the installed version of the restrict-content plugin across managed WordPress sites and flag any instance at or below 3.2.24
  • Track DNS resolutions and proxy traffic for newly registered domains referenced in password reset URLs

How to Mitigate CVE-2026-4136

Immediate Actions Required

  • Update the Membership Plugin – Restrict Content to a version above 3.2.24 that includes the fix from changeset 3486071
  • Audit recent password reset activity for redirects pointing to non-site domains
  • Notify users who recently completed a password reset and recommend that they verify credentials and rotate passwords if they entered them on an unfamiliar page

Patch Information

The vendor addressed the issue in the Restrict Content changeset 3486071. Administrators should upgrade through the WordPress plugin manager or by deploying the patched release. Confirm the installed version reports higher than 3.2.24 after upgrade.

Workarounds

  • If immediate patching is not possible, disable the password reset feature exposed by the plugin until the update is applied
  • Deploy a Web Application Firewall (WAF) rule that strips or rejects rcp_redirect parameters whose values are not relative paths or do not match the site's hostname
  • Restrict access to the plugin's login and reset endpoints to known IP ranges where feasible
bash
# Example WAF/Nginx rule to block external rcp_redirect values
if ($arg_rcp_redirect ~* "^https?://(?!yoursite\.com)") {
    return 403;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeOther

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-640
  • Technical References
  • WordPress Login Functions Code

  • WordPress Restrict Content Changeset

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2025-53243: WordPress Employee Directory Plugin Flaw

  • CVE-2025-48332: PublishPress Gutenberg Blocks LFI Flaw

  • CVE-2026-1714: ShopLentor WordPress Email Relay Vulnerability

  • CVE-2026-1369: Conditional CAPTCHA Open Redirect Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English