Vulnerability Description
The Login with NEAR plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 0.3.3. The `ajaxLoginWithNear()` function — registered as a `wp_ajax_nopriv` action and therefore reachable by unauthenticated users — accepts an attacker-supplied `account` POST parameter and issues a valid WordPress authentication cookie based solely on a substring check for `.near`, with no nonce verification, cryptographic signature validation, challenge-response exchange, or any proof that the requester controls the corresponding NEAR wallet. This makes it possible for unauthenticated attackers to log in as any existing WordPress user, including administrators, whose email address matches the deterministic `<account>@near.org` pattern derived from the supplied `account` value. If no matching user exists, the handler automatically creates and authenticates a new WordPress account for the attacker-controlled identifier, providing a further avenue for unauthorized account creation.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/near-login/trunk/Controllers/UserLogi
- https://plugins.trac.wordpress.org/browser/near-login/trunk/Controllers/UserLogi
- https://plugins.trac.wordpress.org/browser/near-login/trunk/Controllers/UserLogi
- https://plugins.trac.wordpress.org/browser/near-login/trunk/Controllers/UserLogi
- https://www.wordfence.com/threat-intel/vulnerabilities/id/f1eacb72-df11-4a3b-906
FAQ
What is CVE-2026-8994?
CVE-2026-8994 is a vulnerability with a CVSS score of 8.1 (HIGH). The Login with NEAR plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 0.3.3. The `ajaxLoginWithNear()` function — registered as a `wp_ajax_nopriv` actio...
How severe is CVE-2026-8994?
CVE-2026-8994 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-8994?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.