Home

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.

PUBLISHED Reserved 2026-05-19 | Published 2026-05-27 | Updated 2026-05-27 | Assigner Wordfence




HIGH: 8.1CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Problem types

CWE-287 Improper Authentication

Product status

Default status
unaffected

Any version
affected

Timeline

2026-05-26:Disclosed

Credits

Joy Gilbert finder

References

www.wordfence.com/...-df11-4a3b-9064-f8f776f3522b?source=cve

plugins.trac.wordpress.org/...ollers/UserLoginController.php

plugins.trac.wordpress.org/...ollers/UserLoginController.php

plugins.trac.wordpress.org/...ollers/UserLoginController.php

plugins.trac.wordpress.org/...ollers/UserLoginController.php

cve.org (CVE-2026-8994)

nvd.nist.gov (CVE-2026-8994)

Download JSON