CVE-2025-12492
WordPress vulnerability analysis and mitigation

Overview

CVE-2025-12492 is a Sensitive Information Exposure vulnerability in the Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin for WordPress, affecting all versions up to and including 2.11.0. The flaw exists in the ajax_get_members function, which uses a predictable low-entropy token (5 hex characters derived from the MD5 of a post ID) to identify member directories, combined with insufficient authorization checks on an unauthenticated AJAX endpoint. This allows unauthenticated attackers to enumerate or brute-force the small 16^5 token space to extract sensitive user data. It was published on December 20, 2025, with a CVSS v3.1 base score of 5.3 (Medium) (Red Hat CVE, Patchstack).

Technical details

The root cause is classified as CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The ajax_get_members AJAX endpoint lacks proper authentication or authorization checks, and the directory_id token used to identify member directories is derived from only 5 hexadecimal characters of an MD5 hash of the post ID — a token space of only 1,048,576 (16^5) possible values, making it trivially brute-forceable. An unauthenticated attacker can send crafted HTTP requests to the WordPress AJAX endpoint (/wp-admin/admin-ajax.php) with enumerated or brute-forced directory_id values to retrieve member data without any credentials (Red Hat CVE, Patchstack).

Impact

Successful exploitation allows unauthenticated attackers to extract sensitive user information from affected WordPress sites, including usernames, display names, user roles (including administrator accounts), profile URLs, and user IDs. This data can facilitate targeted attacks such as credential stuffing, phishing, or privilege escalation attempts against administrator accounts. The confidentiality impact is limited to information disclosure with no direct integrity or availability impact (Red Hat CVE, Patchstack).

Exploitability

No public exploit code or active in-the-wild exploitation has been reported as of the time of this report. The EPSS score is approximately 0.045%, indicating a low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. However, the low technical barrier — requiring only unauthenticated HTTP requests and a brute-forceable token space — means exploitation is within reach of low-skilled attackers (Red Hat CVE, Patchstack).

Exploitation steps

  1. Reconnaissance: Identify WordPress sites running the Ultimate Member plugin (versions ≤ 2.11.0) using tools like WPScan, Shodan, or by checking /wp-content/plugins/ultimate-member/ for plugin presence.
  2. Identify AJAX endpoint: Confirm the unauthenticated AJAX endpoint is accessible at https://[target]/wp-admin/admin-ajax.php.
  3. Enumerate or brute-force directory_id: Generate all possible 5-character hexadecimal values (00000–fffff, totaling 1,048,576 combinations) or enumerate predictable values derived from known post IDs by computing substr(md5($post_id), 0, 5).
  4. Send crafted AJAX requests: Submit POST requests to admin-ajax.php with the action parameter set to the member directory AJAX action and the directory_id set to each candidate value, e.g.:
    POST /wp-admin/admin-ajax.php
    action=um_get_members&directory_id=<candidate>
  5. Harvest user data: Parse successful responses to extract usernames, display names, user roles (including administrators), profile URLs, and user IDs for use in downstream attacks such as credential stuffing or targeted phishing (Patchstack, Red Hat CVE).

Indicators of compromise

  • Network: High volume of POST requests to /wp-admin/admin-ajax.php from a single IP or small IP range, particularly with varying directory_id parameter values cycling through hexadecimal sequences.
  • Logs: WordPress access logs showing repeated requests with action=um_get_members (or equivalent Ultimate Member AJAX action) from unauthenticated sources; unusual spikes in AJAX endpoint traffic.
  • Logs: HTTP 200 responses to unauthenticated AJAX requests that return user data in JSON format, especially in rapid succession indicative of automated enumeration.
  • Network: Requests originating from known scanning or proxy infrastructure targeting the Ultimate Member AJAX endpoint.

Mitigation and workarounds

Users should update the Ultimate Member plugin to a version beyond 2.11.0 that addresses this vulnerability — check the official WordPress plugin repository for the latest patched release. As a temporary workaround, site administrators can restrict access to wp-admin/admin-ajax.php for unauthenticated users via web server rules (e.g., nginx or Apache access controls) or a Web Application Firewall (WAF) rule blocking requests with the vulnerable AJAX action. Additionally, disabling public member directories if not required reduces the attack surface (Patchstack, Sucuri Blog).

Community reactions

Sucuri included CVE-2025-12492 in their December 2025 vulnerability patch roundup, highlighting it as a notable WordPress plugin disclosure issue (Sucuri Blog). Patchstack published an advisory shortly after disclosure, and the vulnerability was picked up by multiple threat intelligence aggregators including CIRCL, INCIBE, and ENISA's EUVD. Community reaction has been moderate given the medium severity rating, with no significant controversy or widespread alarm noted.

Additional resources


SourceThis report was generated using AI

Related WordPress vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-16974MEDIUM6.4
  • kirki
NoYesAug 11, 2026
CVE-2026-14549NONEN/A
  • lingotek-translation
NoNoAug 11, 2026
CVE-2026-14548NONEN/A
  • lingotek-translation
NoNoAug 11, 2026
CVE-2026-19089NONEN/A
  • product-input-fields-for-woocommerce
NoYesAug 10, 2026
CVE-2026-19077NONEN/A
  • copy-delete-posts
NoYesAug 10, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management