CVE-2026-15826: User Profile Builder <= 3.16.4 - Unauthenticated Authentication Bypass via Type Confusion to Administrator Account Takeover via 'username' Parameter
The User Profile Builder plugin for WordPress is vulnerable to Authentication Bypass via Type Confusion in versions up to, and including, 3.16.4. This is due to the wppbloginuser() function calling absint() on the return value of wpinsertuser() before performing an iswperror() check — when a registration is submitted with a 61–70 character username, WordPress core rejects it with a WPError object, but absint() coerces that object to the integer 1 before the error check can short-circuit execution, causing the plugin to bind and return a transient-backed autologin nonce tied to user ID 1. This makes it possible for unauthenticated attackers to log in as the site's Administrator account (user ID 1), resulting in full administrative takeover of the site.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
WordPress User Profile Builder pluginto a version that resolves this vulnerability.Fixed in 3.16.4 - Compensating control
Apply a compensating control by restricting public access to the WordPress registration/login endpoints (e.g., via WAF/ACL/rate limiting) until the plugin is upgraded/fixed, to reduce exposure to unauthenticated authentication bypass attempts.