What the vulnerability does
01Description
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.
Explanation of Vulnerability in Simple Terms
02Summary
ARMember Premium contains a SQL injection vulnerability in versions up to 7.3.1. An attacker can query the site's database directly without authentication to read sensitive data, including user credentials and membership information. The vulnerability requires only network access and no user interaction.
What an attacker can do
03Attacker Capabilities
Read sensitive data from the site's database, including user passwords and membership records.
Potential impact on your site
04Site Impact
User passwords, email addresses, and membership data can be exposed to unauthenticated attackers.
Conditions required to exploit
05Prerequisites
Network access to the site. No authentication or user interaction required.
Key dates
06Disclosure timeline
June 2, 2026
CVE published
June 2, 2026
Record updated