CVE-2026-6145
MEDIUMUser Registration & Membership <= 5.1.5 - Unauthenticated Missing Authorization to Admin Approval Bypass via 'action' Parameter
Title source: cnaExploitation Summary
EIP tracks 1 public exploit for CVE-2026-6145. PoCs published by Hann1bl3L3ct3r.
AI-analyzed exploit summary The repository contains a functional Python-based PoC for CVE-2026-6145, demonstrating an unauthenticated admin approval bypass in the User Registration & Membership WordPress plugin (≤ 5.1.5). The exploit chains three issues: unauthenticated nonce generation, AJAX nonce bypass, and the core missing authorization flaw in `is_admin_creation_process()`.
Description
The User Registration & Membership plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 5.1.5. This is due to the is_admin_creation_process() method relying solely on the presence of action=createuser in the $_REQUEST superglobal without performing any authentication or capability check. This makes it possible for unauthenticated attackers to bypass the admin approval requirement when registering new accounts via the fallback submission path.
Exploits (1)
The repository contains a functional Python-based PoC for CVE-2026-6145, demonstrating an unauthenticated admin approval bypass in the User Registration & Membership WordPress plugin (≤ 5.1.5). The exploit chains three issues: unauthenticated nonce generation, AJAX nonce bypass, and the core missing authorization flaw in `is_admin_creation_process()`.
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N