Home / Technology / WordPress Plugin Flaw Grants Full Admin Access Unauthenticated
WordPress Plugin Flaw Grants Full Admin Access Unauthenticated
19 Apr
Summary
- Plugin flaw allows admin access without login.
- Exposed nonces enable unauthorized backend requests.
- Sensitive user data exposed after privilege escalation.

A critical vulnerability, CVE-2026-1492, has been discovered in the User Registration & Membership WordPress plugin, impacting versions up to and including 5.1.2. This flaw allows unauthenticated attackers to bypass security controls and achieve full administrative privileges on affected websites.
Experts explain that improper server-side validation and weak authorization checks within the plugin's registration workflow are the root cause. Attackers exploit exposed nonce values found in client-side JavaScript to craft malicious requests targeting the WordPress AJAX endpoint. These requests are processed without proper authentication or authorization verification.