
Cloud Vulnerability DB
A community-led vulnerabilities database
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).
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).
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).
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).
/wp-content/plugins/ultimate-member/ for plugin presence.https://[target]/wp-admin/admin-ajax.php.substr(md5($post_id), 0, 5).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>/wp-admin/admin-ajax.php from a single IP or small IP range, particularly with varying directory_id parameter values cycling through hexadecimal sequences.action=um_get_members (or equivalent Ultimate Member AJAX action) from unauthenticated sources; unusual spikes in AJAX endpoint traffic.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).
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.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."