Skip to main content

ARMember Premium CVE-2026-5073

| EUVDEUVD-2026-34005 HIGH
SQL Injection (CWE-89)
2026-06-02 Wordfence GHSA-p4qm-892g-4gm7
7.5
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Primary rating from Vendor (Wordfence) · only source for this CVE.

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

2
Analysis Generated
Jun 02, 2026 - 20:21 vuln.today
CVE Published
Jun 02, 2026 - 18:30 nvd
HIGH 7.5

DescriptionCVE.org

The ARMember Premium plugin for WordPress is vulnerable to SQL Injection via the 'order' parameter of the 'arm_directory_paging_action' AJAX action in all versions up to, and including, 7.3.1. This is due to insufficient escaping on the user-supplied 'order' and 'orderby' parameters and the lack of sufficient preparation on the existing SQL query in the arm_get_directory_members() function. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

AnalysisAI

Unauthenticated SQL injection in the ARMember Premium WordPress plugin (versions up to and including 7.3.1) allows remote attackers to extract sensitive database contents by injecting crafted values into the 'order' and 'orderby' parameters of the arm_directory_paging_action AJAX endpoint. With CVSS 7.5 reflecting confidentiality-only impact and no public exploit identified at time of analysis, the bug is reachable without credentials but EPSS data was not provided to estimate exploitation likelihood.

Technical ContextAI

ARMember Premium is a commercial WordPress membership plugin (CPE: cpe:2.3:a:armember:armember_premium_…:*) that exposes admin-ajax handlers for front-end directory browsing. The vulnerable code path is the arm_get_directory_members() function invoked via the 'arm_directory_paging_action' AJAX action, where user-supplied 'order' and 'orderby' values are concatenated into an SQL ORDER BY clause without going through wpdb->prepare() or proper escaping/whitelisting. This is a textbook CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), and because ORDER BY cannot use parameter placeholders directly in MySQL, plugins must validate against an allow-list - ARMember failed to do so, enabling UNION-based or time-based extraction.

RemediationAI

No vendor-released patch version is identified in the available data; the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/b5f6d2a2-ad3e-4afc-b6fd-745881d85b6b should be monitored for an updated build above 7.3.1, and CodeCanyon licensees should check https://codecanyon.net/item/armember-complete-wordpress-membership-system/17785056 for a new download. Until a fix ships, deactivate the ARMember Premium plugin if the member directory feature is non-essential (this disables membership signup and gated content as a side effect), or place a WAF rule in front of wp-admin/admin-ajax.php that blocks requests where action=arm_directory_paging_action contains SQL metacharacters in the 'order' or 'orderby' parameters (false positives are low because both should be limited to ASC/DESC and a small column allow-list). Database-level mitigations such as restricting the WordPress DB user to SELECT on wp_users will not help here because the injection occurs in a SELECT context.

CVE-2022-1903 HIGH POC
8.1 Jun 27

The ARMember WordPress plugin before 3.4.8 is vulnerable to account takeover (even the administrator) due to missing non

CVE-2026-5076 CRITICAL
9.8 Jun 02

Account takeover in the ARMember Premium WordPress plugin through version 7.3.1 stems from the plugin storing a plaintex

CVE-2023-52200 CRITICAL
9.6 Jan 08

CSRF + deserialization chain in ARMember WordPress membership plugin.

CVE-2024-30223 CRITICAL
9.0 Mar 28

Deserialization of Untrusted Data vulnerability in Repute Infosystems ARMember.0.26. Rated critical severity (CVSS 9.0),

CVE-2024-32948 CRITICAL
9.1 Apr 24

Missing Authorization vulnerability in Repute Infosystems ARMember.0.28. Rated critical severity (CVSS 9.1), this vulner

CVE-2022-42888 HIGH
8.8 Dec 06

Unauth. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, low attack complexity. No vendor pat

CVE-2024-30222 HIGH
8.5 Mar 28

Deserialization of Untrusted Data vulnerability in Repute Infosystems ARMember.0.26. Rated high severity (CVSS 8.5), thi

CVE-2022-46808 HIGH
8.2 Nov 03

A vulnerability in reputeinfosystems ARMember armember-membership.4.11. Rated high severity (CVSS 8.2), this vulnerabili

CVE-2023-3011 MEDIUM
6.5 Jul 12

The ARMember plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 4.0.5. R

CVE-2026-5074 MEDIUM
6.5 Jun 02

SQL Injection in ARMember Premium WordPress membership plugin (versions up to and including 7.3.1) enables authenticated

CVE-2024-27995 MEDIUM
5.9 Mar 21

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Repute Infosystems

CVE-2024-0969 MEDIUM
5.3 Feb 05

The ARMember plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including,

Share

CVE-2026-5073 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy