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-5076

CVE-2026-5076: ARMember Premium Auth Bypass Vulnerability

CVE-2026-5076 is an authentication bypass flaw in ARMember Premium plugin for WordPress that exposes plaintext password reset keys, enabling account takeover. This article covers technical details, affected versions, and mitigation.

Published: June 4, 2026

CVE-2026-5076 Overview

CVE-2026-5076 is an authentication weakness in the ARMember Premium plugin for WordPress affecting all versions up to and including 7.3.1. The plugin stores a plaintext copy of the password reset key in the arm_reset_password_key user meta field whenever a user requests a password reset. WordPress core only stores a hashed reset key in wp_users.user_activation_key, but the plugin duplicates the unhashed value in wp_usermeta. An attacker who can read this meta value can call the plugin's custom armrp reset action and set a new password for any account, including administrators.

Critical Impact

Chained with an SQL injection such as CVE-2026-5073 or CVE-2026-5074, unauthenticated attackers can extract plaintext reset keys and take over administrator accounts.

Affected Products

  • ARMember Premium plugin for WordPress, all versions through 7.3.1
  • WordPress sites using the plugin's armrp custom password reset action
  • Membership sites distributed via CodeCanyon as ARMember Complete WordPress Membership System

Discovery Timeline

  • 2026-06-02 - CVE-2026-5076 published to NVD
  • 2026-06-02 - Last updated in NVD database

Technical Details for CVE-2026-5076

Vulnerability Analysis

The weakness is classified as Broken Authentication under [CWE-287]. WordPress core handles password resets by storing only a hashed user_activation_key value, which prevents direct reuse if the database is exposed. The ARMember Premium plugin breaks this guarantee by writing the plaintext reset key to the arm_reset_password_key field in wp_usermeta at the moment a reset is requested. The plugin's custom armrp action then accepts that plaintext value as proof of identity and allows the caller to set a new password.

Because the secret is duplicated outside of WordPress core's protected storage, any read primitive against wp_usermeta exposes a working credential. The advisory explicitly references SQL injection issues CVE-2026-5073 and CVE-2026-5074 in the same plugin as practical extraction paths. An attacker does not need authentication, user interaction, or local access to complete the takeover.

Root Cause

The root cause is insecure secret storage paired with a custom reset workflow that trusts a non-hashed token. Storing a plaintext equivalent of a hashed secret defeats the protection that WordPress core provides and creates a permanent credential-equivalent value in the database for every account that has ever requested a reset.

Attack Vector

The attack is network-based and requires no privileges. An attacker triggers or waits for a password reset request against a target account, then reads arm_reset_password_key from wp_usermeta through any disclosure primitive, including the chained SQL injection flaws referenced in the advisory. The attacker submits the plaintext key to the plugin's armrp reset action and supplies a new password, gaining full control of the targeted user, including administrators.

No public exploit code is referenced in the advisory. See the Wordfence Vulnerability Report for additional technical detail.

Detection Methods for CVE-2026-5076

Indicators of Compromise

  • Presence of the arm_reset_password_key key in wp_usermeta for accounts that did not legitimately request a reset.
  • Unexpected password changes for administrator accounts followed by logins from unfamiliar IP addresses or user agents.
  • Requests to the plugin's armrp reset endpoint that succeed without a preceding email-link click from the legitimate user.

Detection Strategies

  • Audit the wp_usermeta table for arm_reset_password_key entries and correlate them with WordPress reset request logs.
  • Inspect web server logs for POST requests to URLs containing the armrp action parameter, especially from unauthenticated sessions.
  • Alert on administrator role assignments or password changes occurring within minutes of armrp requests.

Monitoring Recommendations

  • Forward WordPress access logs and database audit events to a centralized analytics platform for cross-correlation.
  • Monitor for SQL injection signatures targeting the ARMember plugin endpoints associated with CVE-2026-5073 and CVE-2026-5074.
  • Track new administrator accounts, role elevations, and email address changes on WordPress sites running ARMember Premium.

How to Mitigate CVE-2026-5076

Immediate Actions Required

  • Update ARMember Premium to a version later than 7.3.1 as soon as the vendor releases a fixed build via CodeCanyon.
  • Force a password reset for all administrators and privileged users on affected sites.
  • Delete all existing arm_reset_password_key rows from wp_usermeta to invalidate any leaked plaintext keys.

Patch Information

No fixed version is published in the NVD record at the time of disclosure. Refer to the Wordfence Vulnerability Report and the vendor's CodeCanyon listing for patch availability. Apply the vendor update for the related SQL injection issues CVE-2026-5073 and CVE-2026-5074 in the same release cycle.

Workarounds

  • Deactivate the ARMember Premium plugin until a patched release is installed if password reset functionality is not business-critical.
  • Restrict access to the plugin's armrp reset endpoint at the web application firewall layer for unauthenticated callers.
  • Enable multi-factor authentication for all administrator accounts to limit the impact of a successful password reset takeover.
bash
# Remove plaintext reset keys left in wp_usermeta
wp db query "DELETE FROM wp_usermeta WHERE meta_key = 'arm_reset_password_key';"

# Force a password reset for all administrators
wp user list --role=administrator --field=ID | xargs -I {} wp user reset-password {}

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

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-287
  • Technical References
  • CodeCanyon Membership Plugin

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-10737: WordPress SPDM Auth Bypass Vulnerability

  • CVE-2026-8293: Really Simple Security Auth Bypass Flaw

  • CVE-2026-7459: Simple History Plugin Auth Bypass Flaw

  • CVE-2026-4290: WP Travel Pro Auth Bypass Vulnerability
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