Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2692+ Articles
165+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-16310: MemberDash WordPress Plugin Unauthenticated Account Takeover
CVE-2026-16310: MemberDash WordPress Plugin Unauthenticated Account Takeover

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-16310

CVE-2026-16310: MemberDash WordPress Plugin Unauthenticated Account Takeover

MemberDash ≤ 1.8.5 has an IDOR letting unauthenticated attackers change any WordPress user's password via a crafted registration request.

Dylan H.

Security Team

September 6, 2026
3 min read

Affected Products

  • MemberDash (WordPress plugin) — v1.8.5 and earlier

Overview

A critical Insecure Direct Object Reference (IDOR) vulnerability has been disclosed in MemberDash, a membership plugin for WordPress. Tracked as CVE-2026-16310, the flaw affects all versions v1.8.5 and earlier and allows an unauthenticated attacker to change the password of any WordPress user, including administrators, by supplying an arbitrary user ID during the registration process — with no notification sent to the victim.

The vulnerability was assigned by Wordfence, reserved 2026-07-20, and published 2026-09-06.


Technical Details

FieldValue
CVE IDCVE-2026-16310
CWECWE-639 (Authorization Bypass Through User-Controlled Key)
SeverityCritical (CVSS 9.8)
Attack VectorNetwork
AuthenticationNone Required
Privileges RequiredNone
User InteractionNone
Affected Parameterid

How It Works

MemberDash's registration flow accepts an id parameter intended to reference a specific user account, but it performs no validation that the requester is authorized to act on that account. By submitting a crafted registration request with an arbitrary id value — for example, the ID of a site administrator — an unauthenticated attacker can trigger a password reset/change for that account and immediately log in as the victim.

Because the flow is part of registration rather than an authenticated settings page, no session or prior credentials are needed, and the legitimate account owner receives no alert that their password was changed.


Impact Assessment

This is a full unauthenticated account-takeover primitive against any WordPress site running a vulnerable MemberDash version:

  • Administrator takeover — attackers can target the site's admin account directly, gaining complete control of the WordPress installation
  • Silent compromise — the lack of any notification mechanism means victims have no way to know their account was hijacked until damage is discovered
  • Full site compromise chain — once inside as admin, attackers can install malicious plugins/themes, exfiltrate the database, plant backdoors, or pivot to other hosted sites

Given the unauthenticated, zero-interaction nature of the exploit, this should be treated as an immediate remediation priority for any site running the plugin.


Mitigation

  • Update MemberDash to a version newer than 1.8.5 as soon as a patched release is available from the plugin vendor or WordPress.org repository.
  • If no patched version exists yet, deactivate the MemberDash plugin until a fix ships.
  • Audit administrator and privileged accounts for unexpected password changes or login activity since the vulnerability's disclosure window.
  • Enable multi-factor authentication for all administrator accounts to reduce the impact of a successful password takeover.
  • Monitor registration and password-reset endpoints for anomalous requests containing unexpected or sequential id values.
  • Consider a web application firewall rule to block registration requests that include an id parameter referencing existing user accounts.

References

  • NVD — CVE-2026-16310
  • VulDB — CVE-2026-16310
#WordPress#CVE-2026-16310#IDOR#Account Takeover#Plugin Vulnerability#Critical Vulnerability

Related Articles

CVE-2026-14365: TrueBooker WordPress Plugin Authorization Bypass Enables Unauthenticated Password Change

A second critical flaw in the TrueBooker Appointment Booking WordPress plugin allows unauthenticated attackers to change the password of any user, including administrators, due to missing authorization checks. CVSS 9.8.

5 min read

CVE-2026-14364: TrueBooker WordPress Plugin Account Takeover via Password Reset Bypass

A critical unauthenticated account takeover vulnerability in the TrueBooker Appointment Booking plugin for WordPress allows attackers to reset any user's password, including administrators, without verification. CVSS 9.8.

4 min read

CVE-2026-8206: Kirki WordPress Plugin Critical Privilege Escalation via Account Takeover

The Kirki Freeform Page Builder plugin for WordPress (versions 6.0.0–6.0.6) allows unauthenticated attackers to take over any user account during password…

5 min read
Back to all Security Alerts