Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-14844

CVE-2025-14844: WordPress Membership Plugin Auth Bypass

CVE-2025-14844 is an authentication bypass flaw in the Membership Plugin for WordPress that allows unauthenticated attackers to leak Stripe payment data. This article covers technical details, affected versions, and mitigations.

Published: January 23, 2026

CVE-2025-14844 Overview

The Membership Plugin – Restrict Content for WordPress contains a critical Missing Authentication vulnerability affecting all versions up to and including 3.2.16. The vulnerability exists in the rcp_stripe_create_setup_intent_for_saved_card function, which lacks proper capability checks, allowing unauthenticated attackers to access sensitive Stripe payment information.

This Authorization Bypass flaw (CWE-639) enables attackers to leak Stripe SetupIntent client_secret values for any membership without authentication. The lack of proper user-controlled key validation combined with missing authentication checks creates a significant exposure of sensitive payment gateway data.

Critical Impact

Unauthenticated attackers can extract Stripe SetupIntent client_secret values for any membership, potentially enabling payment fraud and unauthorized access to payment infrastructure.

Affected Products

  • Membership Plugin – Restrict Content for WordPress versions ≤ 3.2.16
  • WordPress sites using Stripe payment gateway integration with the affected plugin
  • All membership configurations utilizing the vulnerable Stripe functions

Discovery Timeline

  • 2026-01-16 - CVE CVE-2025-14844 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2025-14844

Vulnerability Analysis

This vulnerability represents an Authorization Bypass Through User-Controlled Key flaw (CWE-639) in the Restrict Content plugin's Stripe integration functionality. The root cause is a missing capability check in the rcp_stripe_create_setup_intent_for_saved_card function located in the plugin's Stripe gateway functions file.

When processing requests to create setup intents for saved cards, the plugin fails to verify whether the requesting user has appropriate permissions to access the requested membership data. Furthermore, the plugin does not properly validate user-controlled keys, allowing attackers to enumerate and access SetupIntent data across different membership accounts.

The Stripe SetupIntent client_secret is a sensitive value that should only be accessible to the legitimate customer. When exposed, this secret can be used to confirm the SetupIntent and potentially manipulate payment methods associated with the membership.

Root Cause

The vulnerability stems from two critical security oversights in the plugin's Stripe integration:

  1. Missing Capability Check: The rcp_stripe_create_setup_intent_for_saved_card function does not implement WordPress capability checks (current_user_can()) to verify the requesting user has authorization to perform the action.

  2. Improper Access Control on User-Controlled Keys: The function accepts user-supplied identifiers without verifying ownership, allowing attackers to request SetupIntent data for arbitrary memberships by manipulating request parameters.

The vulnerable code paths can be reviewed in the WordPress Plugin Code Reference and the related function implementation.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying WordPress sites running the vulnerable Restrict Content plugin with Stripe integration
  2. Crafting requests to the rcp_stripe_create_setup_intent_for_saved_card AJAX endpoint
  3. Manipulating membership identifiers to enumerate and extract client_secret values
  4. Leveraging the exposed secrets to potentially manipulate payment methods or conduct financial fraud

The vulnerability is particularly concerning because it exposes payment infrastructure secrets without requiring any prior authentication to the WordPress site.

Detection Methods for CVE-2025-14844

Indicators of Compromise

  • Unusual volume of AJAX requests to rcp_stripe_create_setup_intent_for_saved_card endpoint from unauthenticated sessions
  • Sequential or enumeration-pattern requests targeting different membership IDs
  • Requests to Stripe-related AJAX handlers from IP addresses with no associated user sessions
  • Unexpected Stripe API activity related to SetupIntent retrieval without corresponding legitimate user actions

Detection Strategies

  • Monitor WordPress AJAX request logs for unauthenticated calls to rcp_stripe_create_setup_intent_for_saved_card
  • Implement rate limiting on Stripe-related AJAX endpoints to detect enumeration attempts
  • Review Stripe dashboard logs for unusual SetupIntent creation or retrieval patterns
  • Deploy Web Application Firewall (WAF) rules to detect parameter manipulation in membership-related requests

Monitoring Recommendations

  • Enable detailed WordPress request logging for the admin-ajax.php endpoint
  • Configure Stripe webhook monitoring for anomalous SetupIntent activity
  • Implement alerting for high-frequency requests to payment gateway functions
  • Review access logs for requests containing membership parameters from unauthenticated sources

How to Mitigate CVE-2025-14844

Immediate Actions Required

  • Update the Membership Plugin – Restrict Content to version 3.2.17 or later immediately
  • Audit Stripe dashboard for any suspicious SetupIntent activity during the exposure window
  • Review access logs for potential exploitation attempts before patching
  • Consider temporarily disabling the Stripe payment gateway if immediate update is not possible

Patch Information

The vulnerability has been addressed in version 3.2.17 of the Restrict Content plugin. The fix implements proper capability checks and validates user ownership of membership data before processing Stripe SetupIntent requests.

The patch details can be reviewed in the WordPress Plugin Changeset. Additional vulnerability details are available through the Wordfence Vulnerability Database.

Workarounds

  • Implement WAF rules to restrict access to the vulnerable AJAX endpoint until patching is complete
  • Temporarily disable the Stripe payment gateway integration if the update cannot be applied immediately
  • Use WordPress security plugins to add capability checks at the request level for unauthenticated AJAX calls
  • Monitor and rate-limit requests to admin-ajax.php targeting Stripe-related actions
bash
# Configuration example - Add to .htaccess to restrict AJAX endpoint access temporarily
# Block unauthenticated access to specific AJAX actions
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} admin-ajax\.php
RewriteCond %{QUERY_STRING} action=rcp_stripe_create_setup_intent [NC]
RewriteCond %{HTTP_COOKIE} !wordpress_logged_in
RewriteRule .* - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.22%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Technical References
  • MITRE CWE Definition

  • Stripe API Documentation

  • WordPress Plugin Code Reference

  • WordPress Plugin Code Reference

  • WordPress Plugin Changeset

  • Wordfence Vulnerability ID
  • Related CVEs
  • CVE-2026-6441: Canto WordPress Plugin Auth Bypass Flaw

  • CVE-2026-3488: WP Statistics Auth Bypass Vulnerability

  • CVE-2026-5234: LatePoint WordPress Auth Bypass Vulnerability

  • CVE-2026-5427: Kubio WordPress Plugin File Upload Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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