Description
The Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin plugin for WordPress is vulnerable to blind SQL Injection via the search parameter in all versions up to, and including, 2.10.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. 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. This vulnerability was partially patched in version 2.9.2 when initially addressing CVE-2025-0308.
Published: 2026-07-10
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A blind SQL injection flaw exists in the search functionality of the Ultimate Member plugin (versions up to and including 2.10.1) because the user‑supplied value is not properly escaped and the surrounding SQL query is not parameterized (CWE‑89). When exploited, an attacker can append new SQL statements to the existing query, allowing extraction of sensitive information from the database such as user credentials, profile data, and membership details. The vulnerability does not require any authentication and does not alter site functionality, but it can lead to significant data exposure and compromise of user privacy.

Affected Systems

WordPress sites running the Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin version 2.10.1 or earlier are affected. The vulnerability specifically impacts the search parameter processing within the plugin’s directory functionality.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity level, and the EPSS score is < 1%, indicating a very low exploitation probability. Because the attack vector is unauthenticated and the flaw resides in an externally exposed input parameter, remote attackers can initiate exploitation purely through HTTP requests without needing to authenticate. The vulnerability is not currently listed in the CISA KEV catalog, but the lack of an authentication requirement and the potential for data disclosure raise the risk profile for any WordPress installation using a vulnerable plugin version.

Generated by OpenCVE AI on July 29, 2026 at 11:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Ultimate Member plugin to a version newer than 2.10.1 that contains the fix.
  • If an immediate update is not feasible, block or sanitize the "search" query parameter at the web application firewall level to remove potentially malicious characters and prevent the injection of additional SQL statements.
  • Configure the WordPress database user account used by the site with the principle of least privilege, restricting it to read‑only access for operations that involve the plugin’s database queries.

Generated by OpenCVE AI on July 29, 2026 at 11:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 10 Jul 2026 07:15:00 +0000

Type Values Removed Values Added
First Time appeared Ultimatemember
Ultimatemember ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin
Wordpress
Wordpress wordpress
Vendors & Products Ultimatemember
Ultimatemember ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin
Wordpress
Wordpress wordpress

Fri, 10 Jul 2026 05:15:00 +0000

Type Values Removed Values Added
Description The Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin plugin for WordPress is vulnerable to blind SQL Injection via the search parameter in all versions up to, and including, 2.10.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. 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. This vulnerability was partially patched in version 2.9.2 when initially addressing CVE-2025-0308.
Title Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin <= 2.10.1 - Unauthenticated Blind SQL Injection
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Ultimatemember Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-10T17:01:50.139Z

Reserved: 2026-07-09T15:51:26.056Z

Link: CVE-2026-15290

cve-icon Vulnrichment

Updated: 2026-07-10T16:53:45.790Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T11:30:17Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')