Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from Vendor (Wordfence) · only source for this CVE.
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The ARMember Premium plugin for WordPress is vulnerable to an insecure password reset mechanism in 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 when a user requests a password reset. This is in addition to the hashed key that WordPress core stores securely in wp_users.user_activation_key. The plaintext key stored in wp_usermeta can be used with the plugin's custom armrp reset action to set a new password for any user. Combined with another vulnerability such as SQL Injection (CVE-2026-5073, CVE-2026-5074), this makes it possible for unauthenticated attackers to extract the plaintext reset key and take over any user account, including administrators.
AnalysisAI
Account takeover in the ARMember Premium WordPress plugin through version 7.3.1 stems from the plugin storing a plaintext password reset key in the arm_reset_password_key user meta field alongside WordPress core's properly hashed token. When chained with the companion SQL injection issues CVE-2026-5073/5074, an unauthenticated attacker can extract the plaintext key and invoke the plugin's armrp reset action to set a new password for any user, including administrators. No public exploit identified at time of analysis, though the chain is described in detail by Wordfence and the CVSS 9.8 rating reflects unauthenticated remote compromise.
Technical ContextAI
ARMember Premium is a commercial membership/content-restriction plugin for WordPress (cpe:2.3:a:armember:armember_premium...). The underlying defect is a CWE-287 Improper Authentication flaw rooted in a parallel, plugin-specific password-reset flow: WordPress core hashes the reset nonce into wp_users.user_activation_key, but the plugin additionally persists the cleartext nonce into wp_usermeta under arm_reset_password_key. The plugin's custom armrp action then validates against that plaintext copy, bypassing the cryptographic property that makes the core reset workflow safe even if the database is partially read. Anywhere the wp_usermeta table can be read - directly or via a SQLi primitive - the entire reset workflow collapses into a credential-equivalent secret stored at rest.
RemediationAI
Upgrade ARMember Premium to a version later than 7.3.1 once the vendor publishes a fix; the provided data does not name a specific fixed release, so the patch status is best characterized as patch availability not independently confirmed from the supplied references - consult the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/6b15eca5-fd47-4f8f-8ade-3a90e0bfc110) and the CodeCanyon product page for the latest build. Until a patched build is installed, remediate the chained SQL injection issues CVE-2026-5073 and CVE-2026-5074 (which are the practical extraction vector), restrict access to the plugin's armrp reset endpoint via a WAF rule, and as a stronger compensating control consider disabling the plugin's custom password reset workflow and forcing users through WordPress core's reset flow - the trade-off is that membership-flow customizations tied to armrp will stop working. As a database-hygiene step, audit and purge stale arm_reset_password_key values from wp_usermeta after patching so any previously leaked plaintext keys cannot be replayed.
The ARMember WordPress plugin before 3.4.8 is vulnerable to account takeover (even the administrator) due to missing non
Unauthenticated SQL injection in the ARMember Premium WordPress plugin (versions up to and including 7.3.1) allows remot
CSRF + deserialization chain in ARMember WordPress membership plugin.
Deserialization of Untrusted Data vulnerability in Repute Infosystems ARMember.0.26. Rated critical severity (CVSS 9.0),
Missing Authorization vulnerability in Repute Infosystems ARMember.0.28. Rated critical severity (CVSS 9.1), this vulner
Unauth. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, low attack complexity. No vendor pat
Deserialization of Untrusted Data vulnerability in Repute Infosystems ARMember.0.26. Rated high severity (CVSS 8.5), thi
A vulnerability in reputeinfosystems ARMember armember-membership.4.11. Rated high severity (CVSS 8.2), this vulnerabili
The ARMember plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 4.0.5. R
SQL Injection in ARMember Premium WordPress membership plugin (versions up to and including 7.3.1) enables authenticated
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Repute Infosystems
The ARMember plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including,
Same weakness CWE-287 – Improper Authentication
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34003
GHSA-53mc-7vx2-cm58