CVE-2026-5073 PUBLISHED

ARMember Premium <= 7.3.1 - Unauthenticated SQL Injection via 'order' Parameter

Assigner: Wordfence
Reserved: 28.03.2026 Published: 02.06.2026 Updated: 02.06.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 7.5

Product Status

Vendor armember
Product ARMember Premium – Membership Plugin, Content Restriction, Member Levels, User Profile & User signup
Versions Default: unaffected
  • affected from 0 to 7.3.1 (incl.)

Credits

  • Phú finder

References

Problem Types

  • CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE