Cyber Resilience

CVE-2025-0308

High

Published: 18 January 2025

Published
18 January 2025
Modified
25 February 2025
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0064 71.1th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-0308 is a high-severity SQL Injection (CWE-89) vulnerability in Ultimatemember Ultimate Member. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 28.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

The Ultimate Member plugin for WordPress, which handles user profiles, registration, login, member directories, content restriction, and membership features, is affected by CVE-2025-0308. This time-based SQL injection vulnerability exists in all versions through 2.9.1 and stems from insufficient escaping of the user-supplied search parameter combined with inadequate preparation of the existing SQL query in the member directory component.

Unauthenticated attackers can exploit the flaw over the network by supplying crafted input to the search parameter, allowing them to append additional SQL queries and extract sensitive information from the database. The issue carries a CVSS 3.1 score of 7.5, reflecting high confidentiality impact with no authentication or user interaction required.

Advisories referenced in the Wordfence threat intelligence entry and the plugin source trace highlight the vulnerable code path but do not detail specific patch versions or mitigation steps beyond the general need to update the plugin.

EPSS for the CVE rose from a low baseline to a peak of 0.0186 on 2026-02-25 before receding to the current value of 0.0064, indicating a period of increased exploitation interest after initial disclosure.

EU & UK References

Vulnerability details

The Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin plugin for WordPress is vulnerable to time-based SQL Injection via the search parameter in all versions up to, and including, 2.9.1 due to insufficient escaping…

more

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

Direct remote unauthenticated SQLi on public-facing WordPress plugin enables T1190 exploitation and direct database data access via T1213.006.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2019-25537Shared CWE-89
CVE-2019-25366Shared CWE-89
CVE-2019-25496Shared CWE-89
CVE-2026-1475Shared CWE-89
CVE-2026-26990Shared CWE-89
CVE-2026-44047Shared CWE-89
CVE-2025-12865Shared CWE-89
CVE-2024-11135Shared CWE-89
CVE-2019-25491Shared CWE-89
CVE-2024-13369Shared CWE-89

Affected Assets

ultimatemember
ultimate member
≤ 2.9.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the SQL injection by requiring validation and sanitization of the user-supplied search parameter before inclusion in SQL queries.

prevent

Addresses the root cause by identifying, prioritizing, and remediating the flaw in the Ultimate Member plugin up to version 2.9.1.

prevent

Implements boundary protections such as web application firewalls to detect and block SQL injection payloads targeting the public member directory endpoint.

References