CVE-2026-14291

7.5

WordPress · Security Ninja Premium

An improper authentication flaw in the Security Ninja Premium WordPress plugin before version 5.290 allows unauthenticated attackers to bypass two-factor authentication.

Executive summary

An authentication bypass vulnerability in the Security Ninja Premium WordPress plugin enables unauthenticated attackers who know a user password to compromise accounts, including administrative profiles, by circumventing enforced two-factor authentication.

Vulnerability

This issue is classified as CWE-287, representing Improper Authentication. The vulnerability exists because the plugin fails to properly verify the second authentication factor in a specific two-factor authentication code path, allowing unauthenticated remote attackers with valid user credentials to complete the login process without the required one-time code.

Business impact

A successful exploitation of this vulnerability can lead to unauthorized access to sensitive user accounts, including high-privileged administrator profiles. This level of access could allow malicious actors to modify website content, execute arbitrary code via administrative interfaces, or exfiltrate sensitive data, resulting in severe reputational damage and operational disruption. The high severity is justified by a CVSS score of 7.5, reflecting network accessibility, low attack complexity, and the ability to compromise confidentiality.

Remediation

Immediate Action: Update the Security Ninja Premium WordPress plugin to version 5.290 or later immediately to resolve the authentication logic flaw.

Proactive Monitoring: Monitor authentication logs closely for abnormal login patterns, repeated password usage combined with missing second-factor validations, or sudden privilege escalation events.

Compensating Controls: Deploy a Web Application Firewall rule to restrict access to the authentication endpoints or enforce supplementary network-level controls until the plugin update can be applied.

Exploitation status

Public Exploit Available: No (Explicitly stated as false in enrichment data, with CISA SSVC indicating only a theoretical proof-of-concept assessment).

Analyst recommendation

Security teams must treat this vulnerability with high priority due to its potential for total administrative account takeover. Applying the vendor patch to version 5.290 or higher is the most critical and effective measure to mitigate the risk of unauthorized access.

More WordPress CVEs

Sources

Originally found and disclosed by Adam Clinch, with WPScan (coordinator), per the CVE Program record.