A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-6895

CVE-2026-6895: WishList Member Privilege Escalation Flaw

CVE-2026-6895 is a privilege escalation vulnerability in the WishList Member WordPress plugin that exposes the REST API Secret Key, enabling attackers to create admin accounts and take over sites completely.

Published: May 28, 2026

CVE-2026-6895 Overview

CVE-2026-6895 is a missing authorization vulnerability in the WishList Member plugin for WordPress affecting versions up to and including 3.30.1. The flaw resides in the export_settings function, which fails to perform capability checks before returning the REST API Secret Key in its AJAX JSON response. An authenticated attacker with low privileges can retrieve this key, authenticate to the WishList Member API, create a new membership level bound to the administrator WordPress role, and register an arbitrary administrator account. The result is complete site takeover. The weakness is classified under CWE-269: Improper Privilege Management.

Critical Impact

Authenticated low-privilege users can escalate to full administrator access and take over the WordPress site by exploiting the unprotected export_settings function.

Affected Products

  • WishList Member plugin for WordPress, versions up to and including 3.30.1
  • WordPress sites running the affected plugin with any low-privilege user role enabled
  • Membership sites relying on WishList Member for access control

Discovery Timeline

  • 2026-05-23 - CVE-2026-6895 published to the National Vulnerability Database
  • 2026-05-26 - Last updated in NVD database

Technical Details for CVE-2026-6895

Vulnerability Analysis

The WishList Member plugin exposes an export_settings function intended for administrative configuration export. The function is reachable through an authenticated AJAX endpoint but lacks the required capability checks to restrict access to privileged users. Any authenticated user, including subscribers, can invoke this endpoint and receive the plugin's REST API Secret Key in the JSON response.

Once the attacker possesses the Secret Key, they can authenticate directly to the WishList Member REST API as a trusted integration. The API exposes membership management functions, including creating new membership levels and binding those levels to WordPress roles. By creating a membership level mapped to the administrator role and registering a new user against that level, the attacker provisions an administrator account they fully control.

Root Cause

The root cause is missing authorization enforcement in the export_settings handler. The function does not call current_user_can() or an equivalent capability check before returning sensitive data. Combined with the REST API Secret Key being included in the response payload, this design exposes the strongest authentication material the plugin holds to any authenticated session.

Attack Vector

Exploitation proceeds in three stages. First, the attacker authenticates with any low-privilege WordPress account and sends an AJAX request to the export_settings action. Second, the attacker parses the JSON response and extracts the REST API Secret Key. Third, the attacker calls the WishList Member REST API using the stolen key to create a new membership level tied to the administrator role, then registers a new user under that level. No social engineering or user interaction is required beyond initial low-privilege access.

No verified exploit code is published. See the Wordfence Vulnerability Report for additional technical context.

Detection Methods for CVE-2026-6895

Indicators of Compromise

  • AJAX requests to admin-ajax.php invoking the WishList Member export_settings action from non-administrator sessions.
  • Unexpected REST API calls to WishList Member endpoints originating from external IP addresses.
  • New membership levels created with the administrator WordPress role binding.
  • Newly registered WordPress users holding the administrator role that do not match HR or provisioning records.

Detection Strategies

  • Monitor WordPress audit logs for new users assigned to the administrator role outside of approved change windows.
  • Alert on creation of WishList Member membership levels mapped to privileged WordPress roles.
  • Inspect web server access logs for repeated requests to export_settings followed by REST API traffic from the same client.

Monitoring Recommendations

  • Enable WordPress security logging plugins that capture role changes, user creation, and AJAX action invocation.
  • Forward WordPress and web server logs to a centralized analytics platform for correlation across authentication, AJAX, and REST API events.
  • Review WishList Member REST API Secret Key usage on a recurring basis and rotate the key if exposure is suspected.

How to Mitigate CVE-2026-6895

Immediate Actions Required

  • Update the WishList Member plugin to a version later than 3.30.1 once a patched release is published by the vendor.
  • Audit all WordPress administrator accounts and remove any unrecognized users.
  • Rotate the WishList Member REST API Secret Key after upgrading to invalidate any keys that may have been exfiltrated.
  • Review recent membership levels and delete any that bind to the administrator role unexpectedly.

Patch Information

Refer to the WishList Member homepage and the Wordfence Vulnerability Report for the latest patched version information. Apply the vendor-supplied update as soon as it is available.

Workarounds

  • Restrict access to wp-admin/admin-ajax.php through a Web Application Firewall rule that blocks the export_settings action for non-administrator sessions.
  • Disable open user registration and limit subscriber-tier account creation until the plugin is patched.
  • Temporarily deactivate the WishList Member plugin on sites that do not require active membership functionality.
bash
# Example WAF rule concept to block the vulnerable AJAX action
# Deny POST requests to admin-ajax.php where action=export_settings
# unless the requester holds an administrator session cookie
SecRule REQUEST_URI "@endsWith /wp-admin/admin-ajax.php" \
  "chain,deny,status:403,id:1026895,msg:'Block WishList Member export_settings abuse'"
SecRule ARGS:action "@streq export_settings" "t:lowercase"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-269
  • Technical References
  • Wishlist Member Homepage

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-6226: WordPress Plugin Privilege Escalation Flaw

  • CVE-2026-7651: WordPress User Registration IDOR Vulnerability

  • CVE-2026-8787: Firebase Support Plugin Privilege Escalation

  • CVE-2026-6419: WishList Member Privilege Escalation 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