Description
The miniOrange 2FA WordPress plugin before 6.3.1, miniOrange 2FA WordPress plugin before 19.3 does not scope its second-factor attempt limit to the account being attacked, keying it instead to an identifier the client supplies and can change at will, allowing an attacker who already knows a victim's password to make unlimited one-time-passcode guesses and defeat the second factor. A second validation endpoint applies no attempt limit at all.
Published: 2026-09-10
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an attacker who knows a victim's password to make unlimited one‑time passcode guesses because the plugin does not scope the second‑factor attempt limit to the attacked account. This bypasses two‑factor authentication, enabling full account compromise. The flaw stems from improper authentication controls, as the attempt counter is keyed to a client‑supplied identifier that an attacker can change at will, and a secondary validation endpoint applies no attempt limit.

Affected Systems

WordPress installations with miniOrange 2FA plugin versions earlier than 6.3.1 or earlier than 19.3 are affected. The product is the miniOrange 2FA (Free & Pro) WordPress plugin.

Risk and Exploitability

The vulnerability is exploitable by legitimate users who already possess a user's password and can submit malicious passcode guesses through standard login flows. Attackers need only supply a client‑controlled identifier to reset the counter, so the second‑factor lockout can be evaded entirely. Although EPSS information is not available, the impact is significant because it removes the intended security layer, and the flaw is listed as a known vulnerability. The lack of a restrictor on the second validation endpoint means the flaw can be abused without any special network conditions.

Generated by OpenCVE AI on September 10, 2026 at 07:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the miniOrange 2FA WordPress plugin to version 6.3.1 or later (or 19.3 or later if using the pro edition).
  • If an immediate upgrade is not feasible, disable the second validation endpoint or otherwise restrict its use through the plugin’s configuration to prevent unlimited OTP attempts.
  • Implement additional monitoring of OTP request patterns for signs of brute‑force activity and enforce stricter rate limits on OTP generation and delivery.

Generated by OpenCVE AI on September 10, 2026 at 07:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-306
CWE-307

Thu, 10 Sep 2026 06:30:00 +0000

Type Values Removed Values Added
Description The miniOrange 2FA WordPress plugin before 6.3.1, miniOrange 2FA WordPress plugin before 19.3 does not scope its second-factor attempt limit to the account being attacked, keying it instead to an identifier the client supplies and can change at will, allowing an attacker who already knows a victim's password to make unlimited one-time-passcode guesses and defeat the second factor. A second validation endpoint applies no attempt limit at all.
Title miniOrange 2FA (Free & Pro) - 2FA Bypass via Session-Scoped OTP Lockout
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-10T06:00:06.225Z

Reserved: 2026-08-21T10:58:08.233Z

Link: CVE-2026-77771

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-10T07:17:03.047

Modified: 2026-09-10T07:17:03.047

Link: CVE-2026-77771

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T07:30:07Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function

  • CWE-307

    Improper Restriction of Excessive Authentication Attempts