CVE-2026-7761: Ultimate Member <= 2.11.4 - Authenticated (Contributor+) Account Takeover via Password Reset Link Disclosure
The Ultimate Member plugin for WordPress is vulnerable to Account Takeover via Password Reset Link Disclosure in all versions up to and including 2.11.4. This is due to a chain of three logic bugs: (1) an MD5 hash fallback in getdirectorybyhash() that allows any post to be used as a member directory by computing SUBSTRING(MD5(postid), 11, 5), (2) a strstr() parsing logic flaw in postdata() that allows bypassing WordPress's protected meta key restrictions by placing 'um' anywhere in the meta key name rather than at the start, and (3) missing field name validation in buildusercarddata() that allows arbitrary field names including 'passwordresetlink' to be passed to umfilteredvalue(). This makes it possible for authenticated attackers with Contributor-level access and above to create a malicious post via XMLRPC with crafted meta fields, use the MD5 fallback to point the member directory AJAX handler to their post, inject 'passwordresetlink' into the taglinefields configuration, and leak live password reset URLs for all users in the member directory response, including administrators.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-7761?
CVE-2026-7761 has a high severity rating of 8.8.
How do I fix CVE-2026-7761?
To fix CVE-2026-7761, update the Ultimate Member plugin to version 2.11.5 or later.
What are the risks associated with CVE-2026-7761?
CVE-2026-7761 can lead to authenticated account takeover via password reset link disclosure.
Who is affected by CVE-2026-7761?
All users of the Ultimate Member plugin for WordPress up to and including version 2.11.4 are affected.
What type of vulnerability is CVE-2026-7761?
CVE-2026-7761 is an authenticated account takeover vulnerability caused by password reset link disclosure.