CVE-2025-12822 MEDIUM

CVE-2025-12822: WP Login and Register using JWT <= 3.0.0 - Missing Authorization to Authenticated (Subscriber+) API Key Exposure

Vendor Cyberlord92
Product WP Login and Register using JWT
Weakness CWE-862 · Missing authorization
Published November 19, 2025
Last update April 8, 2026

CVSS base score

4.3/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality Low
Integrity None

CVSS vector

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

What the vulnerability does

01Description

The WP Login and Register using JWT plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the 'mo_jwt_generate_new_api_key' function in all versions up to, and including, 3.0.0. This makes it possible for authenticated attackers, with Subscriber-level access and above, to generate a new API key on site's that do not have an API key configured and subsequently use that to access restricted endpoints.

Explanation of Vulnerability in Simple Terms

02Summary

WP Login and Register using JWT versions 3.0.0 and earlier contain an authorization bypass that allows authenticated users to access functionality they should not have permission to use. An attacker with a low-privilege account can read sensitive data by exploiting missing access controls. The vulnerability requires valid login credentials but no additional user interaction.

What an attacker can do

03Attacker Capabilities

Read sensitive data by bypassing authorization checks with a low-privilege account.

Potential impact on your site

04Site Impact

Low-privilege users can access data or features restricted to higher roles, potentially exposing private information.

Conditions required to exploit

05Prerequisites

Attacker must have a valid low-privilege user account on the WordPress site.

Key dates

06Disclosure timeline

November 19, 2025 CVE published
April 8, 2026 Record updated