CVE-2026-15826
Last modified
CVE-2026-15826 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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 wppb_log_in_user() function calling absint() on the return value of wp_insert_user() before performing an is_wp_error() check — when a registration is submitted with a 61–70 character username, WordPress core rejects it with a WP_Error 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. EPSS estimates a 0.80% chance of exploitation in the next 30 days.
Description
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 wppb_log_in_user() function calling absint() on the return value of wp_insert_user() before performing an is_wp_error() check — when a registration is submitted with a 61–70 character username, WordPress core rejects it with a WP_Error 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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| cozmoslabs | User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor | <= 3.16.4 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-15826?
How severe is CVE-2026-15826?
How do I fix CVE-2026-15826?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-15815Grafana OSS and Grafana Enterprise did not safely resolve sy…8.8
- CVE-2026-15816A flaw was found in dracut. The die() error-handling functio…7.5
- CVE-2026-1582The WP All Export plugin for WordPress is vulnerable to Sens…3.7
- CVE-2026-15820The Builderall for WordPress plugin for WordPress is vulnera…6.4
- CVE-2026-15821The SureDash – Community, Courses & Member Dashboard plugin …6.4
- CVE-2026-15823The Builderall Cheetah For Wp plugin for WordPress is vulner…4.3
- CVE-2026-15827The GutenKit Blocks plugin for WordPress is vulnerable to un…5.3
- CVE-2026-15829A SQL injection (CWE-89) and security boundary bypass (CWE-8…8.6
- CVE-2026-15830An issue was discovered in Django 5.2 before 5.2.17 and 6.0 …5.3
- CVE-2026-15831GitLab has remediated an issue in GitLab EE affecting all ve…4.3
- CVE-2026-1584A flaw was found in gnutls. A remote, unauthenticated attack…7.5
- CVE-2026-1585An unquoted Windows service executable path vulnerability in…8.4
Are you affected by CVE-2026-15826?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
