CVE-2026-8994 HIGH

CVE-2026-8994: Login with NEAR <= 0.3.3 - Authentication Bypass via 'account' Parameter

Vendor Learnnearclub
Product Login with NEAR
Weakness CWE-287 · Improper authentication
Published May 27, 2026
Last update May 27, 2026

CVSS base score

8.1/10
Attack vector Network
Attack complexity High
Privileges required None
User interaction None
Confidentiality High
Integrity High

CVSS vector

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

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

Login with NEAR versions 0.3.3 and earlier contain an authentication flaw that allows attackers to bypass login verification. The vulnerability requires specific network conditions to exploit but does not require user interaction or prior authentication. Successful exploitation grants attackers the same access level as a legitimate user, potentially compromising account security and sensitive data.

What an attacker can do

03Attacker Capabilities

Bypass login authentication and gain unauthorized access to user accounts.

Potential impact on your site

04Site Impact

User accounts can be compromised without credentials; attackers gain full access to account data and functionality.

Conditions required to exploit

05Prerequisites

Network access to the application; no user authentication or interaction required.

Key dates

06Disclosure timeline

May 27, 2026 CVE published
May 27, 2026 Record updated