CVE-2025-12822: CWE-862 Missing Authorization in cyberlord92 WP Login and Register using JWT
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.
AI Analysis
Technical Summary
CVE-2025-12822 identifies a missing authorization vulnerability (CWE-862) in the WP Login and Register using JWT plugin for WordPress, developed by cyberlord92. The vulnerability exists in all versions up to and including 3.0.0 due to the absence of a capability check in the 'mo_jwt_generate_new_api_key' function. This function is responsible for generating new API keys used to authenticate requests to protected endpoints. Because the plugin does not verify whether the requesting user has sufficient privileges before generating a new API key, any authenticated user with Subscriber-level access or higher can invoke this function to create an API key if the site has no pre-configured API key. This unauthorized API key can then be used to access restricted API endpoints that normally require higher privileges, potentially exposing sensitive data. The vulnerability does not require user interaction and can be exploited remotely over the network (AV:N). The attack complexity is low (AC:L), and only low privileges are required (PR:L). The vulnerability impacts confidentiality (C:L) but does not affect integrity or availability. No known public exploits or patches are currently available, though the issue has been officially published and reserved in the CVE database. This vulnerability highlights the risk of insufficient authorization checks in WordPress plugins that handle authentication tokens and API keys, which can lead to privilege escalation and data exposure.
Potential Impact
For European organizations, this vulnerability poses a risk of unauthorized data exposure through the exploitation of API keys generated without proper authorization. Organizations using the affected plugin versions on WordPress sites that do not have API keys pre-configured are particularly vulnerable. Attackers with minimal authenticated access (Subscriber-level) can escalate their access to retrieve sensitive information from restricted endpoints, potentially leading to data breaches. This can affect customer data, internal information, or other sensitive content managed via the WordPress site. Although the vulnerability does not allow modification or deletion of data (no integrity or availability impact), the confidentiality breach can have regulatory implications under GDPR and damage organizational reputation. The risk is heightened in sectors with strict data protection requirements such as finance, healthcare, and government institutions. Additionally, the ease of exploitation and network accessibility make it a practical threat if left unmitigated.
Mitigation Recommendations
1. Immediately audit WordPress sites using the WP Login and Register using JWT plugin to identify affected versions (all versions up to 3.0.0). 2. Monitor for official patches or updates from the plugin developer and apply them as soon as they are released. 3. If patches are not yet available, implement custom authorization checks by modifying the plugin code or using WordPress hooks to restrict the 'mo_jwt_generate_new_api_key' function to administrator roles only. 4. Ensure that API keys are pre-configured and not left unset, as the vulnerability only applies when no API key exists. 5. Review and restrict Subscriber-level user permissions to the minimum necessary, and consider disabling or removing unused user accounts. 6. Enable detailed logging and monitoring of API key generation events and access to restricted endpoints to detect suspicious activity. 7. Conduct regular security assessments and penetration testing focusing on authentication and authorization mechanisms within WordPress environments. 8. Educate site administrators about the risks of installing plugins without proper security reviews and encourage the use of well-maintained plugins.
Affected Countries
Germany, United Kingdom, France, Netherlands, Italy, Spain
CVE-2025-12822: CWE-862 Missing Authorization in cyberlord92 WP Login and Register using JWT
Description
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.
AI-Powered Analysis
Technical Analysis
CVE-2025-12822 identifies a missing authorization vulnerability (CWE-862) in the WP Login and Register using JWT plugin for WordPress, developed by cyberlord92. The vulnerability exists in all versions up to and including 3.0.0 due to the absence of a capability check in the 'mo_jwt_generate_new_api_key' function. This function is responsible for generating new API keys used to authenticate requests to protected endpoints. Because the plugin does not verify whether the requesting user has sufficient privileges before generating a new API key, any authenticated user with Subscriber-level access or higher can invoke this function to create an API key if the site has no pre-configured API key. This unauthorized API key can then be used to access restricted API endpoints that normally require higher privileges, potentially exposing sensitive data. The vulnerability does not require user interaction and can be exploited remotely over the network (AV:N). The attack complexity is low (AC:L), and only low privileges are required (PR:L). The vulnerability impacts confidentiality (C:L) but does not affect integrity or availability. No known public exploits or patches are currently available, though the issue has been officially published and reserved in the CVE database. This vulnerability highlights the risk of insufficient authorization checks in WordPress plugins that handle authentication tokens and API keys, which can lead to privilege escalation and data exposure.
Potential Impact
For European organizations, this vulnerability poses a risk of unauthorized data exposure through the exploitation of API keys generated without proper authorization. Organizations using the affected plugin versions on WordPress sites that do not have API keys pre-configured are particularly vulnerable. Attackers with minimal authenticated access (Subscriber-level) can escalate their access to retrieve sensitive information from restricted endpoints, potentially leading to data breaches. This can affect customer data, internal information, or other sensitive content managed via the WordPress site. Although the vulnerability does not allow modification or deletion of data (no integrity or availability impact), the confidentiality breach can have regulatory implications under GDPR and damage organizational reputation. The risk is heightened in sectors with strict data protection requirements such as finance, healthcare, and government institutions. Additionally, the ease of exploitation and network accessibility make it a practical threat if left unmitigated.
Mitigation Recommendations
1. Immediately audit WordPress sites using the WP Login and Register using JWT plugin to identify affected versions (all versions up to 3.0.0). 2. Monitor for official patches or updates from the plugin developer and apply them as soon as they are released. 3. If patches are not yet available, implement custom authorization checks by modifying the plugin code or using WordPress hooks to restrict the 'mo_jwt_generate_new_api_key' function to administrator roles only. 4. Ensure that API keys are pre-configured and not left unset, as the vulnerability only applies when no API key exists. 5. Review and restrict Subscriber-level user permissions to the minimum necessary, and consider disabling or removing unused user accounts. 6. Enable detailed logging and monitoring of API key generation events and access to restricted endpoints to detect suspicious activity. 7. Conduct regular security assessments and penetration testing focusing on authentication and authorization mechanisms within WordPress environments. 8. Educate site administrators about the risks of installing plugins without proper security reviews and encourage the use of well-maintained plugins.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-11-06T18:44:15.837Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 691d6897a27e6d5e91bc16dd
Added to database: 11/19/2025, 6:49:59 AM
Last enriched: 11/19/2025, 6:52:14 AM
Last updated: 11/22/2025, 10:45:30 AM
Views: 21
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-13318: CWE-862 Missing Authorization in codepeople Booking Calendar Contact Form
MediumCVE-2025-13136: CWE-862 Missing Authorization in westerndeal GSheetConnector For Ninja Forms
MediumCVE-2025-13384: CWE-862 Missing Authorization in codepeople CP Contact Form with PayPal
HighCVE-2025-13317: CWE-862 Missing Authorization in codepeople Appointment Booking Calendar
MediumCVE-2025-12877: CWE-862 Missing Authorization in themeatelier IDonate – Blood Donation, Request And Donor Management System
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.